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

Packages that use Stylesheet
org.apache.xalan.extensions Implementation of Xalan Extension Mechanism, which uses the Bean Scripting Framework. 
org.apache.xalan.templates Implements the trax.Templates interface, and defines a set of classes that represent an XSLT stylesheet. 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
 

Uses of Stylesheet in org.apache.xalan.extensions
 

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

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

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

Uses of Stylesheet in org.apache.xalan.templates
 

Subclasses of Stylesheet in org.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 org.apache.xalan.templates that return Stylesheet
 Stylesheet ElemTemplateElement.getStylesheet()
          **For advanced use only** Get the owning stylesheet.
 Stylesheet ElemTemplate.getStylesheet()
          **For advanced use only** Get the owning stylesheet.
 Stylesheet Stylesheet.getStylesheet()
          Get the owning stylesheet.
 Stylesheet Stylesheet.getInclude(int i)
          Get an "xsl:include" property.
 Stylesheet Stylesheet.getStylesheetParent()
          Get the parent of the stylesheet.
 Stylesheet StylesheetComposed.getIncludeComposed(int i)
          Get an "xsl:include" property.
 

Methods in org.apache.xalan.templates with parameters of type Stylesheet
 void ElemTemplate.setStylesheet(Stylesheet sheet)
          **For advanced use only** Set the owning stylesheet.
 void Stylesheet.setInclude(Stylesheet v)
          Set a "xsl:include" property.
 void Stylesheet.setStylesheetParent(Stylesheet v)
          Set the parent of the stylesheet.
 

Constructors in org.apache.xalan.templates with parameters of type Stylesheet
Stylesheet.Stylesheet(Stylesheet parent)
          Constructor for a Stylesheet.
StylesheetComposed.StylesheetComposed(Stylesheet parent)
          Uses an XSL stylesheet document.
 

Uses of Stylesheet in org.apache.xalan.transformer
 

Methods in org.apache.xalan.transformer with parameters of type Stylesheet
 void TransformerImpl.pushParams(Stylesheet stylesheetTree, ElemTemplateElement xslCallTemplateElement, Node sourceNode, QName mode)
          **For advanced use only** Given a template, search for the arguments and push them on the stack.
 DocumentFragment TransformerImpl.transformToRTF(Stylesheet stylesheetTree, ElemTemplateElement templateParent, Node sourceNode, QName mode)
          **For advanced use only** Given a stylesheet element, create a result tree fragment from it's contents.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.