Class DocumentParser


  • public class DocumentParser
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  DocumentParser.State  
    • Constructor Summary

      Constructors 
      Constructor Description
      DocumentParser​(java.lang.String content)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Document parseOptionDescription​(java.lang.String description)
      Item descriptions are allowed to have only a subset of the element types a complete manual would get.
      static Document parser​(java.lang.String content)  
      • Methods inherited from class java.lang.Object

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

      • DocumentParser

        public DocumentParser​(java.lang.String content)
    • Method Detail

      • parser

        public static Document parser​(java.lang.String content)
      • parseOptionDescription

        public static Document parseOptionDescription​(java.lang.String description)
        Item descriptions are allowed to have only a subset of the element types a complete manual would get.