|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.llnl.babel.parsers.xml.TestParseXML
public class TestParseXML
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 |
---|
public TestParseXML()
Method Detail |
---|
public static void main(java.lang.String[] argv)
main
is the entry point for the unit test.
The main routine expects only one argument, the URI of a XML
symbol document.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |