Class NodeHandler


  • public final class NodeHandler
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeHandler()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Node parse​(java.lang.String filename, java.lang.String content, boolean allowComments)  
      static java.lang.String prettyPrint​(Node node, java.lang.String indentString)  
      static java.lang.String print​(Node node)  
      • Methods inherited from class java.lang.Object

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

      • NodeHandler

        public NodeHandler()
    • Method Detail

      • parse

        public static Node parse​(java.lang.String filename,
                                 java.lang.String content,
                                 boolean allowComments)
      • print

        public static java.lang.String print​(Node node)
      • prettyPrint

        public static java.lang.String prettyPrint​(Node node,
                                                   java.lang.String indentString)