org.apache.xalan.xsltc.compiler.util
public class ClassGenerator extends ClassGen
Constructor Summary | |
---|---|
ClassGenerator(String class_name, String super_class_name, String file_name, int access_flags, String[] interfaces, Stylesheet stylesheet) |
Method Summary | |
---|---|
void | addMethod(MethodGenerator methodGen) |
String | getApplyTemplatesSig() |
String | getApplyTemplatesSigForImport() |
String | getClassName()
Pretend this is the stylesheet class. |
String | getDOMClass() |
String | getDOMClassSig() |
Parser | getParser() |
Stylesheet | getStylesheet() |
boolean | isExternal()
Returns true or false depending on whether
this class inherits from AbstractTranslet or not. |
Instruction | loadTranslet() |