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

Packages that use StylesheetComposed
org.apache.xalan.templates Implements the Templates interface, and defines a set of classes that represent an XSLT stylesheet. 
 

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.
 

Fields in org.apache.xalan.templates declared as StylesheetComposed
private  StylesheetComposed[] StylesheetRoot.m_globalImportList
          The combined list of imports.
 

Methods in org.apache.xalan.templates that return StylesheetComposed
 StylesheetComposed StylesheetRoot.getGlobalImport(int i)
          Get a stylesheet from the global import list.
 StylesheetComposed Stylesheet.getImport(int i)
          Get a stylesheet from the "import" list.
 StylesheetComposed StylesheetComposed.getImportComposed(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 ElemTemplateElement.getStylesheetComposed()
          Get the owning "composed" stylesheet.
 StylesheetComposed ElemTemplate.getStylesheetComposed()
          Get the stylesheet composed (resolves includes and imports and has methods on it that return "composed" properties.
 

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