public class NodePrinter extends Object
Modifier and Type | Field | Description |
---|---|---|
protected IndentPrinter |
out |
Constructor | Description |
---|---|
NodePrinter() |
|
NodePrinter(IndentPrinter out) |
|
NodePrinter(PrintWriter out) |
Modifier and Type | Method | 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)