test.dom
Class Demo

java.lang.Object
  |
  +--test.dom.Demo

public class Demo
extends java.lang.Object

Here a sample of DOM usage. This sample parse and creates a DOM tree, it walks through it and writes the tree structure.

Version:
1.0
Author:
(c) 2002-2003 JAPISOFT

Constructor Summary
Demo()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Demo

public Demo()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Throwable
java.lang.Throwable