Class TL2Java
Class TL2Java
Object
|
+----TL2Java
- public class TL2Java
- extends Object
Program Generator created by TL2Java
- Version:
- Fri Feb 09 11:13:01 EST 2001
-
history
- This array provides program generator development history
-
version
-
-
TL2Java()
-
-
generate(XPathContext, ProgramWriter)
- This method generates the output given a context and output stream
-
generate2(XPathContext, ProgramWriter)
- This method generates code for the different TL constructs
-
getClassName(String)
- Get the class name of the program generator from the command line.
-
main(String[])
- A program generator is typically (but not always) invoked
with a command line with arguments for the XML input file
and output file.
-
quoteString(String)
- Add quotes and convert new lines, tabs quotes
-
strip(String)
- Remove trailing whitespace characters.
history
public java.lang.String[][] history
- This array provides program generator development history
version
public java.lang.String version
TL2Java
public TL2Java()
generate
public boolean generate(XPathContext context,
ProgramWriter out)
- This method generates the output given a context and output stream
generate2
public boolean generate2(XPathContext context,
ProgramWriter out)
- This method generates code for the different TL constructs
getClassName
public java.lang.String getClassName(String className)
- Get the class name of the program generator from the command line.
main
public static void main(String[] args)
- A program generator is typically (but not always) invoked
with a command line with arguments for the XML input file
and output file.
quoteString
public java.lang.String quoteString(String t)
- Add quotes and convert new lines, tabs quotes
strip
public java.lang.String strip(String t)
- Remove trailing whitespace characters.