com.inxar.syntacs
Class Test
java.lang.Object
|
+--com.inxar.syntacs.Test
- public class Test
- extends Object
Test
is the command-line interface to execute a set of
test translations. The filename of the XML instance of the DTD
test.dtd
is required. Properties
to be
passed to the translator may be expressed using the -D option.
java -classpath $CLASSPATH com.inxar.syntacs.Test ./grammar/abb/tests.xml
Method Summary |
static void |
main(String[] argv)
Runs the tool; invoke this method with the classname of the
grammar to use and either a string to parse or the name of a
file to parse. |
main
public static void main(String[] argv)
throws Exception
- Runs the tool; invoke this method with the classname of the
grammar to use and either a string to parse or the name of a
file to parse.