BEA Systems, Inc.

WebLogic Server 6.1 API Reference

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

Packages that use StylesheetRoot
weblogic.apache.xalan.xslt   
 

Uses of StylesheetRoot in weblogic.apache.xalan.xslt
 

Methods in weblogic.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)
          Bottleneck the creation of the stylesheet for derivation purposes.
 StylesheetRoot XSLTEngineImpl.processStylesheet(XSLTInputSource stylesheetSource)
          Given a URI to an XSL stylesheet, Compile the stylesheet into an internal representation.
 StylesheetRoot XSLTEngineImpl.processStylesheet(java.lang.String xsldocURLString)
          Given a URI to an XSL stylesheet, Compile the stylesheet into an internal representation.
 StylesheetRoot XSLTEngineImpl.getStylesheet()
          Get the current stylesheet for this processor.
 

Methods in weblogic.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)
          Set the stylesheet for this processor.
 

Constructors in weblogic.apache.xalan.xslt with parameters of type StylesheetRoot
StylesheetHandler.StylesheetHandler(XSLTEngineImpl processor, StylesheetRoot stylesheetTree)
          Instance constructor...
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.