Uses of Class
org.apache.xalan.xsltc.compiler.Stylesheet
Packages that use Stylesheet
-
Uses of Stylesheet in org.apache.xalan.xsltc.compiler
Fields in org.apache.xalan.xsltc.compiler declared as StylesheetModifier and TypeFieldDescriptionStylesheet._importedFrom
Reference to the stylesheet from which this stylesheet was imported (if any).Stylesheet._includedFrom
Reference to the stylesheet from which this stylesheet was included (if any).Methods in org.apache.xalan.xsltc.compiler that return StylesheetModifier and TypeMethodDescriptionParser.getCurrentStylesheet()
Stylesheet.getParentStylesheet()
SyntaxTreeNode.getStylesheet()
Get the Stylesheet node that represents the <xsl:stylesheet/> element that this node occured under.Template.getStylesheet()
XSLTC.getStylesheet()
Returns the top-level stylesheetParser.getTopLevelStylesheet()
Parser.makeStylesheet
(SyntaxTreeNode element) Create an instance of theStylesheet
class, and then parse, typecheck and compile the instance.Methods in org.apache.xalan.xsltc.compiler with parameters of type StylesheetModifier and TypeMethodDescriptionvoid
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 -
Uses of Stylesheet in org.apache.xalan.xsltc.compiler.util
Methods in org.apache.xalan.xsltc.compiler.util that return StylesheetConstructors in org.apache.xalan.xsltc.compiler.util with parameters of type StylesheetModifierConstructorDescriptionClassGenerator
(String class_name, String super_class_name, String file_name, int access_flags, String[] interfaces, Stylesheet stylesheet) FilterGenerator
(String className, String superClassName, String fileName, int accessFlags, String[] interfaces, Stylesheet stylesheet) NodeCounterGenerator
(String className, String superClassName, String fileName, int accessFlags, String[] interfaces, Stylesheet stylesheet) NodeSortRecordFactGenerator
(String className, String superClassName, String fileName, int accessFlags, String[] interfaces, Stylesheet stylesheet) NodeSortRecordGenerator
(String className, String superClassName, String fileName, int accessFlags, String[] interfaces, Stylesheet stylesheet)