Class SAXDocumentFactory.ProcessingInstructionInfo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String data  
      java.lang.String target  
    • Constructor Summary

      Constructors 
      Constructor Description
      ProcessingInstructionInfo​(java.lang.String target, java.lang.String data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.w3c.dom.Node createNode​(org.w3c.dom.Document doc)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • target

        public java.lang.String target
      • data

        public java.lang.String data
    • Constructor Detail

      • ProcessingInstructionInfo

        public ProcessingInstructionInfo​(java.lang.String target,
                                         java.lang.String data)