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

Packages that use StylesheetComposed
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 StylesheetComposed in org.apache.xalan.templates
 

Subclasses of StylesheetComposed in org.apache.xalan.templates
 class StylesheetRoot
           This class represents the root object of the stylesheet tree.
 

Methods in org.apache.xalan.templates that return StylesheetComposed
 StylesheetComposed ElemTemplateElement.getStylesheetComposed()
          **For advanced use only** Get the owning "composed" stylesheet.
 StylesheetComposed ElemTemplate.getStylesheetComposed()
          **For advanced use only** Get the owning stylesheet.
 StylesheetComposed Stylesheet.getImport(int i)
          Get a stylesheet from the "import" list.
 StylesheetComposed Stylesheet.getStylesheetComposed()
          Get the owning aggregated stylesheet, or this stylesheet if it is aggregated.
 StylesheetComposed StylesheetComposed.getImportComposed(int i)
          Get a stylesheet from the "import" list.
 StylesheetComposed StylesheetRoot.getGlobalImport(int i)
          Get a stylesheet from the global import list.
 

Methods in org.apache.xalan.templates with parameters of type StylesheetComposed
 void Stylesheet.setImport(StylesheetComposed v)
          Add a stylesheet to the "import" list.
 int StylesheetRoot.getImportNumber(StylesheetComposed sheet)
          Given a stylesheet, return the number of the stylesheet in the global import list.
 

Uses of StylesheetComposed in org.apache.xalan.transformer
 

Methods in org.apache.xalan.transformer with parameters of type StylesheetComposed
 void TransformerImpl.transformSelectedNodes(StylesheetComposed stylesheetTree, ElemTemplateElement xslInstruction, ElemTemplateElement template, Node sourceNodeContext, QName mode, XPath selectPattern, int selectStackFrameIndex)
          **For advanced use only** Perform a query if needed, and call transformNode for each child.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.