BEA Systems, Inc.

WebLogic Server 6.1 API Reference

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

Packages that use StylesheetRoot
weblogic.apache.xalan.processor   
weblogic.apache.xalan.templates   
weblogic.apache.xalan.transformer   
weblogic.apache.xalan.xslt   
 

Uses of StylesheetRoot in weblogic.apache.xalan.processor
 

Methods in weblogic.apache.xalan.processor that return StylesheetRoot
 StylesheetRoot StylesheetHandler.getStylesheetRoot()
          Return the stylesheet root that this handler is constructing.
 

Uses of StylesheetRoot in weblogic.apache.xalan.templates
 

Methods in weblogic.apache.xalan.templates that return StylesheetRoot
 StylesheetRoot ElemTemplateElement.getStylesheetRoot()
          Get the owning root stylesheet.
 StylesheetRoot ElemTemplate.getStylesheetRoot()
          Get the root stylesheet.
 StylesheetRoot Stylesheet.getStylesheetRoot()
          Get the root of the stylesheet, where all the tables common to all stylesheets are kept.
 

Methods in weblogic.apache.xalan.templates with parameters of type StylesheetRoot
 void ElemTemplateElement.recompose(StylesheetRoot root)
          This function is called during recomposition to control how this element is composed.
 void ElemTemplate.recompose(StylesheetRoot root)
          This function is called during recomposition to control how this element is composed.
 void WhiteSpaceInfo.recompose(StylesheetRoot root)
          This function is called to recompose() all of the WhiteSpaceInfo elements.
 void Stylesheet.setStylesheetRoot(StylesheetRoot v)
          Set the root of the stylesheet, where all the tables common to all stylesheets are kept.
 void ElemAttributeSet.recompose(StylesheetRoot root)
          This function is called during recomposition to control how this element is composed.
 void KeyDeclaration.recompose(StylesheetRoot root)
          This function is called during recomposition to control how this element is composed.
 void DecimalFormatProperties.recompose(StylesheetRoot root)
          This function is called to recompose() all of the decimal format properties elements.
 void ElemVariable.recompose(StylesheetRoot root)
          This function is called during recomposition to control how this element is composed.
 void OutputProperties.recompose(StylesheetRoot root)
          This function is called to recompose all of the output format extended elements.
 void NamespaceAlias.recompose(StylesheetRoot root)
          This function is called to recompose() all of the namespace alias properties elements.
 

Uses of StylesheetRoot in weblogic.apache.xalan.transformer
 

Methods in weblogic.apache.xalan.transformer that return StylesheetRoot
 StylesheetRoot TransformerImpl.getStylesheet()
          Get the current stylesheet for this processor.
 

Methods in weblogic.apache.xalan.transformer with parameters of type StylesheetRoot
 void TransformerImpl.setStylesheet(StylesheetRoot stylesheetRoot)
          Set the stylesheet for this processor.
 

Constructors in weblogic.apache.xalan.transformer with parameters of type StylesheetRoot
TransformerImpl.TransformerImpl(StylesheetRoot stylesheet)
          Construct a TransformerImpl.
 

Uses of StylesheetRoot in weblogic.apache.xalan.xslt
 

Methods in weblogic.apache.xalan.xslt that return StylesheetRoot
 StylesheetRoot StylesheetRoot.getObject()
          Return the weblogic.apache.xalan.templates.StylesheetRoot object associated with this stylesheet root.
 

Constructors in weblogic.apache.xalan.xslt with parameters of type StylesheetRoot
StylesheetRoot.StylesheetRoot(StylesheetRoot s)
          Constructor using an weblogic.apache.xalan.templates.StylesheetRoot.
 


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.