BEA Systems, Inc.

WebLogic Server 6.1 API Reference

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

Packages that use Stylesheet
weblogic.apache.xalan.extensions   
weblogic.apache.xalan.processor   
weblogic.apache.xalan.templates   
weblogic.apache.xalan.xslt   
 

Uses of Stylesheet in weblogic.apache.xalan.extensions
 

Methods in weblogic.apache.xalan.extensions that return Stylesheet
 Stylesheet XSLProcessorContext.getStylesheet()
          Get the Stylesheet being executed.
 

Methods in weblogic.apache.xalan.extensions with parameters of type Stylesheet
 void XSLProcessorContext.outputToResultTree(Stylesheet stylesheetTree, java.lang.Object obj)
          Output an object to the result tree by doing the right conversions.
abstract  void ExtensionHandler.processElement(java.lang.String localPart, org.w3c.dom.Element element, TransformerImpl transformer, Stylesheet stylesheetTree, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode, java.lang.Object methodKey)
          Process a call to this extension namespace via an element.
 void ExtensionHandlerGeneral.processElement(java.lang.String localPart, org.w3c.dom.Element element, TransformerImpl transformer, Stylesheet stylesheetTree, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode, java.lang.Object methodKey)
          Process a call to this extension namespace via an element.
 void ExtensionHandlerJavaClass.processElement(java.lang.String localPart, org.w3c.dom.Element element, TransformerImpl transformer, Stylesheet stylesheetTree, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode, java.lang.Object methodKey)
          Process a call to this extension namespace via an element.
 void ExtensionHandlerJavaPackage.processElement(java.lang.String localPart, org.w3c.dom.Element element, TransformerImpl transformer, Stylesheet stylesheetTree, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode, java.lang.Object methodKey)
          Process a call to this extension namespace via an element.
 

Constructors in weblogic.apache.xalan.extensions with parameters of type Stylesheet
XSLProcessorContext.XSLProcessorContext(TransformerImpl transformer, Stylesheet stylesheetTree, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
          Create a processor context to be passed to an extension.
 

Uses of Stylesheet in weblogic.apache.xalan.processor
 

Methods in weblogic.apache.xalan.processor with parameters of type Stylesheet
 void StylesheetHandler.pushStylesheet(Stylesheet s)
          Push the current stylesheet being constructed.
 

Uses of Stylesheet in weblogic.apache.xalan.templates
 

Subclasses of Stylesheet in weblogic.apache.xalan.templates
 class StylesheetComposed
          Represents a stylesheet that has methods that resolve includes and imports.
 class StylesheetRoot
           This class represents the root object of the stylesheet tree.
 

Methods in weblogic.apache.xalan.templates that return Stylesheet
 Stylesheet ElemTemplateElement.getStylesheet()
          Get the owning stylesheet.
 Stylesheet ElemTemplate.getStylesheet()
          Get the owning stylesheet.
 Stylesheet Stylesheet.getStylesheet()
          Get the owning stylesheet.
 Stylesheet Stylesheet.getInclude(int i)
          Get the stylesheet at the given in index in "include" list
 Stylesheet Stylesheet.getStylesheetParent()
          Get the parent of the stylesheet.
 Stylesheet StylesheetComposed.getIncludeComposed(int i)
          Get an "xsl:include" property.
 

Methods in weblogic.apache.xalan.templates with parameters of type Stylesheet
 void ElemTemplate.setStylesheet(Stylesheet sheet)
          Set the owning stylesheet.
 void Stylesheet.setInclude(Stylesheet v)
          Add a stylesheet to the "include" list.
 void Stylesheet.setStylesheetParent(Stylesheet v)
          Set the parent of the stylesheet.
protected  void StylesheetRoot.addImports(Stylesheet stylesheet, boolean addToList, java.util.Vector importList)
          Add the imports in the given sheet to the working importList vector.
 

Constructors in weblogic.apache.xalan.templates with parameters of type Stylesheet
WhiteSpaceInfo.WhiteSpaceInfo(XPath matchPattern, boolean shouldStripSpace, Stylesheet thisSheet)
          Constructor WhiteSpaceInfo
Stylesheet.Stylesheet(Stylesheet parent)
          Constructor for a Stylesheet.
StylesheetComposed.StylesheetComposed(Stylesheet parent)
          Uses an XSL stylesheet document.
KeyDeclaration.KeyDeclaration(Stylesheet parentNode, int docOrderNumber)
          Constructs a new element representing the xsl:key.
 

Uses of Stylesheet in weblogic.apache.xalan.xslt
 

Constructors in weblogic.apache.xalan.xslt with parameters of type Stylesheet
XSLProcessorContext.XSLProcessorContext(XSLTEngineImpl processor, Stylesheet stylesheetTree, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
           
StylesheetHandler.StylesheetHandler(XSLTEngineImpl processor, Stylesheet 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.