Class DomTester

java.lang.Object
  extended by DomTester

public class DomTester
extends Object


Constructor Summary
DomTester()
           
 
Method Summary
static void main(String[] args)
           
private static void traverse(Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomTester

public DomTester()
Method Detail

traverse

private static final void traverse(Node node)

main

public static void main(String[] args)
                 throws Exception,
                        IOException
Parameters:
args -
Throws:
IOException
Exception