Class XML2simple
Class XML2simple
Object
|
+----XML2simple
- public class XML2simple
- extends Object
This class translates the XML form of TL to the simple form.
The main method is typically invoked on the command line
with two arguments. The first is the name of the input
file (XML form) and the second is the name of the output
file (simple form). For example, to translate hello.xml
to hello.template, you would say:
java XML2simple hello.xml hello.template
- Version:
- 1.0
- Author:
- Craig Cleaveland
-
XML2simple()
-
-
main(String[])
-
XML2simple
public XML2simple()
main
public static void main(String[] args)