diva.util.xml
Class XmlDemo

java.lang.Object
  extended by diva.util.xml.XmlDemo

public class XmlDemo
extends java.lang.Object

A simple program that you can run to illustrate the operation of the files in this package.

Version:
$Id: XmlDemo.java 40701 2006-02-07 00:50:57Z cxh $
Author:
John Reekie

Constructor Summary
XmlDemo()
           
 
Method Summary
static void main(java.lang.String[] argv)
          Construct a new instance of Xml demo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlDemo

public XmlDemo()
Method Detail

main

public static void main(java.lang.String[] argv)
Construct a new instance of Xml demo.

Parameters:
argv - Command line arguments, currently ignored.