Class XMLSecStartDocumentImpl

    • Field Detail

      • systemId

        private final java.lang.String systemId
      • characterEncodingScheme

        private final java.lang.String characterEncodingScheme
      • isStandAlone

        private final java.lang.Boolean isStandAlone
      • version

        private final java.lang.String version
    • Constructor Detail

      • XMLSecStartDocumentImpl

        public XMLSecStartDocumentImpl​(java.lang.String systemId,
                                       java.lang.String characterEncodingScheme,
                                       java.lang.Boolean standAlone,
                                       java.lang.String version)
    • Method Detail

      • getEventType

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

        public java.lang.String getSystemId()
        Specified by:
        getSystemId in interface javax.xml.stream.events.StartDocument
      • getCharacterEncodingScheme

        public java.lang.String getCharacterEncodingScheme()
        Specified by:
        getCharacterEncodingScheme in interface javax.xml.stream.events.StartDocument
      • encodingSet

        public boolean encodingSet()
        Specified by:
        encodingSet in interface javax.xml.stream.events.StartDocument
      • isStandalone

        public boolean isStandalone()
        Specified by:
        isStandalone in interface javax.xml.stream.events.StartDocument
      • standaloneSet

        public boolean standaloneSet()
        Specified by:
        standaloneSet in interface javax.xml.stream.events.StartDocument
      • getVersion

        public java.lang.String getVersion()
        Specified by:
        getVersion in interface javax.xml.stream.events.StartDocument
      • isStartDocument

        public boolean isStartDocument()
        Specified by:
        isStartDocument in interface javax.xml.stream.events.XMLEvent
        Overrides:
        isStartDocument in class XMLSecEventBaseImpl
      • 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