com.ptc.epm.commands.XMLutil
Class NodePrinter

java.lang.Object
  extended bycom.ptc.epm.commands.XMLutil.NodePrinter

public class NodePrinter
extends Object

Debugging utility for viewing the DOM structure under a given Node


Field Summary
private  String indent
           
private  String lineSeparator
           
 
Constructor Summary
NodePrinter(String _indent)
           
 
Method Summary
 void printNode(Node node, String indentLevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lineSeparator

private String lineSeparator

indent

private String indent
Constructor Detail

NodePrinter

public NodePrinter(String _indent)
Method Detail

printNode

public void printNode(Node node,
                      String indentLevel)
               throws IOException
Throws:
IOException