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