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