Class XMLSecDTDImpl

  • All Implemented Interfaces:
    javax.xml.stream.events.DTD, javax.xml.stream.events.XMLEvent, javax.xml.stream.XMLStreamConstants, XMLSecDTD, XMLSecEvent

    public class XMLSecDTDImpl
    extends XMLSecEventBaseImpl
    implements XMLSecDTD
    Version:
    $Revision: 1659901 $ $Date: 2015-02-15 10:11:24 +0100 (Sun, 15 Feb 2015) $
    Author:
    $Author: giger $
    • 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