Class XMLSecProcessingInstructionImpl

    • Field Detail

      • data

        private final java.lang.String data
      • target

        private final java.lang.String target
    • Constructor Detail

      • XMLSecProcessingInstructionImpl

        public XMLSecProcessingInstructionImpl​(java.lang.String target,
                                               java.lang.String data,
                                               XMLSecStartElement parentXmlSecStartElement)
    • Method Detail

      • getTarget

        public java.lang.String getTarget()
        Specified by:
        getTarget in interface javax.xml.stream.events.ProcessingInstruction
      • getData

        public java.lang.String getData()
        Specified by:
        getData in interface javax.xml.stream.events.ProcessingInstruction
      • getEventType

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

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