[Java] Class NodePrinter
- groovy.util.NodePrinter
public class NodePrinter extends Object
A helper class for creating nested trees of data
Field Summary
Modifiers | Name | Description |
---|---|---|
protected IndentPrinter | out |
Constructor Summary
Constructor and description |
---|
NodePrinter
() |
NodePrinter
(PrintWriter out) |
NodePrinter
(IndentPrinter out) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public void |
print(Node node) | |
protected void |
printAttributes(Map attributes) | |
protected void |
printList(List list) | |
protected void |
printName(Node node) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail
protected final IndentPrinter out
Constructor Detail
public NodePrinter()
public NodePrinter(PrintWriter out)
public NodePrinter(IndentPrinter out)
Method Detail
public void print(Node node)
protected void printAttributes(Map attributes)
protected void printList(List list)
protected void printName(Node node)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/util/NodePrinter.html