Frames | No Frames |
Methods with parameter type org.apache.xalan.xsltc.compiler.Stylesheet | |
void | |
void | Instanciates a SAX2 parser and generate the AST from the input.
|
void | When the parser realises that it is dealign with a simplified stylesheet
it will create an empty Stylesheet object with the root element of the
stylesheet (a LiteralElement object) as its only child. |
void | |
void | |
void | |
void | |
void | Set the top-level stylesheet
|
Methods with return type org.apache.xalan.xsltc.compiler.Stylesheet | |
Stylesheet | |
Stylesheet | |
Stylesheet | Get the Stylesheet node that represents the |
Stylesheet | |
Stylesheet | Returns the top-level stylesheet
|
Stylesheet | |
Stylesheet | Create an instance of the Stylesheet class,
and then parse, typecheck and compile the instance.
|
Fields of type org.apache.xalan.xsltc.compiler.Stylesheet | |
Stylesheet | Reference to the stylesheet from which this stylesheet was
imported (if any).
|
Stylesheet | Reference to the stylesheet from which this stylesheet was
included (if any).
|
Methods with return type org.apache.xalan.xsltc.compiler.Stylesheet | |
Stylesheet |
Constructors with parameter type org.apache.xalan.xsltc.compiler.Stylesheet | |
ClassGenerator.ClassGenerator(String class_name, String super_class_name, String file_name, int access_flags, String[] interfaces, Stylesheet stylesheet) | |
FilterGenerator.FilterGenerator(String className, String superClassName, String fileName, int accessFlags, String[] interfaces, Stylesheet stylesheet) | |
NodeCounterGenerator.NodeCounterGenerator(String className, String superClassName, String fileName, int accessFlags, String[] interfaces, Stylesheet stylesheet) | |
NodeSortRecordFactGenerator.NodeSortRecordFactGenerator(String className, String superClassName, String fileName, int accessFlags, String[] interfaces, Stylesheet stylesheet) | |
NodeSortRecordGenerator.NodeSortRecordGenerator(String className, String superClassName, String fileName, int accessFlags, String[] interfaces, Stylesheet stylesheet) |