com.ptc.epm.commands.XMLutil
Class NodePrinter
java.lang.Object
com.ptc.epm.commands.XMLutil.NodePrinter
- public class NodePrinter
- extends Object
Debugging utility for viewing the DOM structure under a given Node
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lineSeparator
private String lineSeparator
indent
private String indent
NodePrinter
public NodePrinter(String _indent)
printNode
public void printNode(Node node,
String indentLevel)
throws IOException
- Throws:
IOException