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

Constructor Index

 o Simple2XML()

Method Index

 o main(String[])

Constructors

 o Simple2XML
public Simple2XML()

Methods

 o main
public static void main(String[] args)