Class SAXDocumentFactory.TextInfo

    • Field Summary

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

      Constructors 
      Constructor Description
      TextInfo​(java.lang.String text)  
    • 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

      • text

        public java.lang.String text
    • Constructor Detail

      • TextInfo

        public TextInfo​(java.lang.String text)