Class XMLSecDTDImpl

    • Field Detail

      • dtd

        private final java.lang.String dtd
    • Constructor Detail

      • XMLSecDTDImpl

        public XMLSecDTDImpl​(java.lang.String dtd,
                             XMLSecStartElement parentXmlSecStartElement)
    • Method Detail

      • getDocumentTypeDeclaration

        public java.lang.String getDocumentTypeDeclaration()
        Specified by:
        getDocumentTypeDeclaration in interface javax.xml.stream.events.DTD
      • getProcessedDTD

        public java.lang.Object getProcessedDTD()
        Specified by:
        getProcessedDTD in interface javax.xml.stream.events.DTD
      • getNotations

        public java.util.List getNotations()
        Specified by:
        getNotations in interface javax.xml.stream.events.DTD
      • getEntities

        public java.util.List getEntities()
        Specified by:
        getEntities in interface javax.xml.stream.events.DTD
      • getEventType

        public int getEventType()
        Specified by:
        getEventType in interface javax.xml.stream.events.XMLEvent
      • writeAsEncodedUnicode

        public void writeAsEncodedUnicode​(java.io.Writer writer)
                                   throws javax.xml.stream.XMLStreamException
        Specified by:
        writeAsEncodedUnicode in interface javax.xml.stream.events.XMLEvent
        Overrides:
        writeAsEncodedUnicode in class XMLSecEventBaseImpl
        Throws:
        javax.xml.stream.XMLStreamException