Package diva.util.xml

Class 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$
    Author:
    John Reekie
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlDemo()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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.