Package | Description |
---|---|
org.apache.xalan.xsltc.compiler | |
org.apache.xalan.xsltc.compiler.util |
Modifier and Type | Field | Description |
---|---|---|
Stylesheet |
Stylesheet._importedFrom |
Reference to the stylesheet from which this stylesheet was
imported (if any).
|
Stylesheet |
Stylesheet._includedFrom |
Reference to the stylesheet from which this stylesheet was
included (if any).
|
Modifier and Type | Method | Description |
---|---|---|
Stylesheet |
Parser.getCurrentStylesheet() |
|
Stylesheet |
Stylesheet.getParentStylesheet() |
|
Stylesheet |
SyntaxTreeNode.getStylesheet() |
Get the Stylesheet node that represents the
|
Stylesheet |
Template.getStylesheet() |
|
Stylesheet |
XSLTC.getStylesheet() |
Returns the top-level stylesheet
|
Stylesheet |
Parser.getTopLevelStylesheet() |
|
Stylesheet |
Parser.makeStylesheet(SyntaxTreeNode element) |
Create an instance of the
Stylesheet class,
and then parse, typecheck and compile the instance. |
Modifier and Type | Method | Description |
---|---|---|
void |
Stylesheet.addIncludedStylesheet(Stylesheet child) |
|
void |
Parser.createAST(Stylesheet stylesheet) |
Instanciates a SAX2 parser and generate the AST from the input.
|
void |
Template.parseSimplified(Stylesheet stylesheet,
Parser parser) |
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 |
Parser.setCurrentStylesheet(Stylesheet stylesheet) |
|
void |
Stylesheet.setImportingStylesheet(Stylesheet parent) |
|
void |
Stylesheet.setIncludingStylesheet(Stylesheet parent) |
|
void |
Stylesheet.setParentStylesheet(Stylesheet parent) |
|
void |
XSLTC.setStylesheet(Stylesheet stylesheet) |
Set the top-level stylesheet
|
Modifier and Type | Method | Description |
---|---|---|
Stylesheet |
ClassGenerator.getStylesheet() |
Constructor | Description |
---|---|
ClassGenerator(java.lang.String class_name,
java.lang.String super_class_name,
java.lang.String file_name,
int access_flags,
java.lang.String[] interfaces,
Stylesheet stylesheet) |
|
FilterGenerator(java.lang.String className,
java.lang.String superClassName,
java.lang.String fileName,
int accessFlags,
java.lang.String[] interfaces,
Stylesheet stylesheet) |
|
NodeCounterGenerator(java.lang.String className,
java.lang.String superClassName,
java.lang.String fileName,
int accessFlags,
java.lang.String[] interfaces,
Stylesheet stylesheet) |
|
NodeSortRecordFactGenerator(java.lang.String className,
java.lang.String superClassName,
java.lang.String fileName,
int accessFlags,
java.lang.String[] interfaces,
Stylesheet stylesheet) |
|
NodeSortRecordGenerator(java.lang.String className,
java.lang.String superClassName,
java.lang.String fileName,
int accessFlags,
java.lang.String[] interfaces,
Stylesheet stylesheet) |
Copyright ? 2014 Apache XML Project. All Rights Reserved.