Uses of Class
org.apache.xalan.xsltc.compiler.Stylesheet

Packages that use Stylesheet
org.apache.xalan.xsltc.compiler   
org.apache.xalan.xsltc.compiler.util   
 

Uses of Stylesheet in org.apache.xalan.xsltc.compiler
 

Fields in org.apache.xalan.xsltc.compiler declared as Stylesheet
private  Stylesheet Parser._currentStylesheet
           
private  Stylesheet Import._imported
           
 Stylesheet Stylesheet._importedFrom
          Reference to the stylesheet from which this stylesheet was imported (if any).
private  Stylesheet Include._included
           
 Stylesheet Stylesheet._includedFrom
          Reference to the stylesheet from which this stylesheet was included (if any).
private  Stylesheet Stylesheet._parentStylesheet
          A reference to the parent stylesheet or null if topmost.
private  Stylesheet XSLTC._stylesheet
           
private  Stylesheet Template._stylesheet
           
private  Stylesheet SyntaxTreeNode._stylesheet
           
private  Stylesheet Mode._stylesheet
          A reference to the stylesheet object that owns this mode.
 

Methods in org.apache.xalan.xsltc.compiler that return Stylesheet
 Stylesheet SymbolTable.addStylesheet(QName name, Stylesheet node)
           
 Stylesheet Parser.getCurrentStylesheet()
           
 Stylesheet Import.getImportedStylesheet()
           
 Stylesheet Include.getIncludedStylesheet()
           
 Stylesheet Stylesheet.getParentStylesheet()
           
 Stylesheet XSLTC.getStylesheet()
          Returns the top-level stylesheet
 Stylesheet Template.getStylesheet()
           
 Stylesheet SyntaxTreeNode.getStylesheet()
          Get the Stylesheet node that represents the element that this node occured under.
 Stylesheet Mode.getStylesheet()
           
 Stylesheet Parser.getTopLevelStylesheet()
           
 Stylesheet SymbolTable.lookupStylesheet(QName name)
           
 Stylesheet Parser.makeStylesheet(SyntaxTreeNode element)
          Create an instance of the Stylesheet class, and then parse, typecheck and compile the instance.
 

Methods in org.apache.xalan.xsltc.compiler with parameters of type Stylesheet
 void Stylesheet.addIncludedStylesheet(Stylesheet child)
           
 Stylesheet SymbolTable.addStylesheet(QName name, Stylesheet node)
           
 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
 

Constructors in org.apache.xalan.xsltc.compiler with parameters of type Stylesheet
Mode(QName name, Stylesheet stylesheet, java.lang.String suffix)
          Creates a new Mode.
 

Uses of Stylesheet in org.apache.xalan.xsltc.compiler.util
 

Fields in org.apache.xalan.xsltc.compiler.util declared as Stylesheet
private  Stylesheet ClassGenerator._stylesheet
           
 

Methods in org.apache.xalan.xsltc.compiler.util that return Stylesheet
 Stylesheet ClassGenerator.getStylesheet()
           
 

Constructors in org.apache.xalan.xsltc.compiler.util with parameters of type Stylesheet
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)