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._importedFromReference to the stylesheet from which this stylesheet was imported (if any).Stylesheet._includedFromReference 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 theStylesheetclass, and then parse, typecheck and compile the instance.Methods in org.apache.xalan.xsltc.compiler with parameters of type StylesheetModifier and TypeMethodDescriptionvoidStylesheet.addIncludedStylesheet(Stylesheet child) voidParser.createAST(Stylesheet stylesheet) Instanciates a SAX2 parser and generate the AST from the input.voidTemplate.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.voidParser.setCurrentStylesheet(Stylesheet stylesheet) voidStylesheet.setImportingStylesheet(Stylesheet parent) voidStylesheet.setIncludingStylesheet(Stylesheet parent) voidStylesheet.setParentStylesheet(Stylesheet parent) voidXSLTC.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)