groovy.util
Class NodePrinter
java.lang.Object
groovy.util.NodePrinter
public class NodePrinter
- extends java.lang.Object
A helper class for creating nested trees of data
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
out
protected final IndentPrinter out
NodePrinter
public NodePrinter()
NodePrinter
public NodePrinter(java.io.PrintWriter out)
NodePrinter
public NodePrinter(IndentPrinter out)
print
public void print(Node node)
printName
protected void printName(Node node)
printList
protected void printList(java.util.List list)
printAttributes
protected void printAttributes(java.util.Map attributes)