groovy.util
Class NodePrinter
java.lang.Object
|
+--groovy.util.NodePrinter
- public class NodePrinter
- extends Object
A helper class for creating nested trees of data
- Version:
- $Revision: 1.2 $
- Author:
- James Strachan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodePrinter
public NodePrinter()
NodePrinter
public NodePrinter(PrintWriter out)
NodePrinter
public NodePrinter(groovy.util.IndentPrinter out)
print
public void print(groovy.util.Node node)
printName
protected void printName(groovy.util.Node node)
printList
protected void printList(List list)
printAttributes
protected void printAttributes(Map attributes)
Copyright © 2003 The Codehaus. All Rights Reserved.