gov.llnl.babel.parsers.xml
Class TestParseXML

java.lang.Object
  |
  +--gov.llnl.babel.parsers.xml.TestParseXML

public class TestParseXML
extends java.lang.Object

Class TestParseXML is a simple unit test for the routines that parse XML and return a SIDL Symbol. The input URI is parsed into a symbol, converted into a DOM representation, and then output to the standard output. The main routine takes one argument, the URI of a XML symbol document.


Constructor Summary
TestParseXML()
           
 
Method Summary
static void main(java.lang.String[] argv)
          Method main is the entry point for the unit test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestParseXML

public TestParseXML()
Method Detail

main

public static void main(java.lang.String[] argv)
Method main is the entry point for the unit test. The main routine expects only one argument, the URI of a XML symbol document.