Uses of Class
org.apache.xalan.xslt.StylesheetRoot

Packages that use StylesheetRoot
org.apache.xalan.xslt   
 

Uses of StylesheetRoot in org.apache.xalan.xslt
 

Fields in org.apache.xalan.xslt declared as StylesheetRoot
 StylesheetRoot Stylesheet.m_stylesheetRoot
          The root of the stylesheet, where all the tables common to all stylesheets are kept.
 

Methods in org.apache.xalan.xslt that return StylesheetRoot
 StylesheetRoot XSLTProcessor.processStylesheet(XSLTInputSource stylesheetSource)
          Compile the XSL stylesheet represented by an XSLTInputSource object into an internal representation, and use it to set the XSLTProcessor Stylesheet property.
 StylesheetRoot XSLTProcessor.processStylesheet(java.lang.String xsldocURLString)
          Given a URL to (or file name of) an XSL stylesheet, Compile the stylesheet into an internal representation, and use it to set the XSLTProcessor Stylesheet property.
 StylesheetRoot XSLTProcessor.getStylesheet()
          Get the current Stylesheet setting for this XSLTProcessor.
 StylesheetRoot XSLTEngineImpl.createStylesheetRoot(java.lang.String baseIdentifier)
          **For advanced use only** Bottleneck the creation of the stylesheet for derivation purposes.
 StylesheetRoot XSLTEngineImpl.processStylesheet(XSLTInputSource stylesheetSource)
          **For advanced use only** Given a URI to an XSL stylesheet, Compile the stylesheet into an internal representation.
 StylesheetRoot XSLTEngineImpl.processStylesheet(java.lang.String xsldocURLString)
          **For advanced use only** Given a URI to an XSL stylesheet, Compile the stylesheet into an internal representation.
 StylesheetRoot XSLTEngineImpl.getStylesheet()
          **For advanced use only** Get the current stylesheet for this processor.
 StylesheetRoot Stylesheet.getStylesheetRoot()
          Get the root of the stylesheet, where all the tables common to all stylesheets are kept.
 

Methods in org.apache.xalan.xslt with parameters of type StylesheetRoot
 void XSLTProcessor.setStylesheet(StylesheetRoot stylesheetRoot)
          Use a compiled stylesheet to set the Stylesheet property for this processor.
 void XSLTEngineImpl.setStylesheet(StylesheetRoot stylesheetRoot)
          **For advanced use only** Set the stylesheet for this processor.
 void Stylesheet.setStylesheetRoot(StylesheetRoot v)
          Set the root of the stylesheet, where all the tables common to all stylesheets are kept.
 

Constructors in org.apache.xalan.xslt with parameters of type StylesheetRoot
Stylesheet.Stylesheet(StylesheetRoot root, XSLTEngineImpl processor, java.lang.String baseIdentifier)
          Constructor for a Stylesheet needs a Document.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.