public final class NodeHandler
extends Object 
- 
Constructor Summary
Constructors
 
- 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
Constructor Details
- 
NodeHandler
public NodeHandler()
 
 
- 
Method Details
- 
parse
public static Node parse(String filename,
 String content,
 boolean allowComments) 
 
- 
 
- 
 
- 
prettyPrintToWriter
public static void prettyPrintToWriter(Node node,
 String indentString,
 Writer writer)