public class NodePrinter
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected IndentPrinter | out | 
| Constructor and Description | 
|---|
| NodePrinter() | 
| NodePrinter(IndentPrinter out) | 
| NodePrinter(java.io.PrintWriter out) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | print(Node node) | 
| protected void | printAttributes(java.util.Map attributes) | 
| protected void | printList(java.util.List list) | 
| protected void | printName(Node node) | 
protected final IndentPrinter out
public NodePrinter()
public NodePrinter(java.io.PrintWriter out)
public NodePrinter(IndentPrinter out)