BEA Systems, Inc.

WebLogic Server 6.1 API Reference

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

Packages that use StylesheetComposed
weblogic.apache.xalan.templates   
 

Uses of StylesheetComposed in weblogic.apache.xalan.templates
 

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

Methods in weblogic.apache.xalan.templates that return StylesheetComposed
 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.
 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 weblogic.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.
 


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.