Package groovy.util
Class NodePrinter
- java.lang.Object
-
- groovy.util.NodePrinter
-
public class NodePrinter extends Object
A helper class for creating nested trees of data
-
-
Field Summary
Fields Modifier and Type Field Description protected IndentPrinter
out
-
Constructor Summary
Constructors Constructor Description NodePrinter()
NodePrinter(IndentPrinter out)
NodePrinter(PrintWriter out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
print(Node node)
protected void
printAttributes(Map attributes)
protected void
printList(List list)
protected void
printName(Node node)
-
-
-
Field Detail
-
out
protected final IndentPrinter out
-
-
Constructor Detail
-
NodePrinter
public NodePrinter()
-
NodePrinter
public NodePrinter(PrintWriter out)
-
NodePrinter
public NodePrinter(IndentPrinter out)
-
-