org.ucl.xpathtest
Class DOMPrint

java.lang.Object
  extended byorg.ucl.xpathtest.DOMPrint

public class DOMPrint
extends java.lang.Object

Class to print DOM parsing.


Constructor Summary
DOMPrint(java.io.PrintStream ps)
          Constructor for DOMPrinter.
 
Method Summary
 void print(org.w3c.dom.Node node)
          Print the nodes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMPrint

public DOMPrint(java.io.PrintStream ps)
Constructor for DOMPrinter.

Parameters:
ps - the strem to print.
Method Detail

print

public void print(org.w3c.dom.Node node)
Print the nodes.

Parameters:
node - nodes to print.