Class XMLSecEventBaseImpl

    • Constructor Detail

      • XMLSecEventBaseImpl

        public XMLSecEventBaseImpl()
    • Method Detail

      • getElementPath

        public void getElementPath​(java.util.List<javax.xml.namespace.QName> list)
        Specified by:
        getElementPath in interface XMLSecEvent
      • getElementPath

        public java.util.List<javax.xml.namespace.QName> getElementPath()
        Specified by:
        getElementPath in interface XMLSecEvent
      • getLocation

        public javax.xml.stream.Location getLocation()
        Specified by:
        getLocation in interface javax.xml.stream.events.XMLEvent
      • isStartElement

        public boolean isStartElement()
        Specified by:
        isStartElement in interface javax.xml.stream.events.XMLEvent
      • isAttribute

        public boolean isAttribute()
        Specified by:
        isAttribute in interface javax.xml.stream.events.XMLEvent
      • isNamespace

        public boolean isNamespace()
        Specified by:
        isNamespace in interface javax.xml.stream.events.XMLEvent
      • isEndElement

        public boolean isEndElement()
        Specified by:
        isEndElement in interface javax.xml.stream.events.XMLEvent
      • isEntityReference

        public boolean isEntityReference()
        Specified by:
        isEntityReference in interface javax.xml.stream.events.XMLEvent
      • isProcessingInstruction

        public boolean isProcessingInstruction()
        Specified by:
        isProcessingInstruction in interface javax.xml.stream.events.XMLEvent
      • isCharacters

        public boolean isCharacters()
        Specified by:
        isCharacters in interface javax.xml.stream.events.XMLEvent
      • isStartDocument

        public boolean isStartDocument()
        Specified by:
        isStartDocument in interface javax.xml.stream.events.XMLEvent
      • isEndDocument

        public boolean isEndDocument()
        Specified by:
        isEndDocument in interface javax.xml.stream.events.XMLEvent
      • getSchemaType

        public javax.xml.namespace.QName getSchemaType()
        Specified by:
        getSchemaType 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
        Throws:
        javax.xml.stream.XMLStreamException