fr.ensta.xml
Class XmlReaderTest

java.lang.Object
  extended byfr.ensta.xml.XmlReaderTest

public class XmlReaderTest
extends java.lang.Object

A simple class for testing the XmlReader.java class

Created on 08.03.2005

Version:
1.0
Author:
Thomas Bretgeld

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

Constructor Detail

XmlReaderTest

public XmlReaderTest()
Method Detail

main

public static void main(java.lang.String[] argv)
The main function

Parameters:
argv - The first element should be the filename of the xml file to show. If no filename is give, "cs.xml" will be used!