Class SAXDocumentFactory.CommentInfo

    • Field Summary

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

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

      • comment

        public java.lang.String comment
    • Constructor Detail

      • CommentInfo

        public CommentInfo​(java.lang.String comment)