[Java] Class NodePrinter
- groovy.util.NodePrinter
A helper class for creating nested trees of data
- Authors:
- James Strachan
- Christian Stein
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 |
|---|---|---|
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/2.4.21/html/gapi/groovy/util/NodePrinter.html