Uses of Class
org.apache.xalan.templates.StylesheetComposed
Packages that use StylesheetComposed
Package
Description
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.templatesModifier and TypeClassDescriptionclassThis class represents the root object of the stylesheet tree.Methods in org.apache.xalan.templates that return StylesheetComposedModifier and TypeMethodDescriptionStylesheetRoot.getGlobalImport(int i) Get a stylesheet from the global import list.Stylesheet.getImport(int i) Get a stylesheet from the "import" list.StylesheetComposed.getImportComposed(int i) Get a stylesheet from the "import" list.ElemTemplate.getStylesheetComposed()Get the stylesheet composed (resolves includes and imports and has methods on it that return "composed" properties.ElemTemplateElement.getStylesheetComposed()Get the owning "composed" stylesheet.Stylesheet.getStylesheetComposed()Get the owning aggregated stylesheet, or this stylesheet if it is aggregated.Methods in org.apache.xalan.templates with parameters of type StylesheetComposedModifier and TypeMethodDescriptionintStylesheetRoot.getImportNumber(StylesheetComposed sheet) Given a stylesheet, return the number of the stylesheet in the global import list.voidStylesheet.setImport(StylesheetComposed v) Add a stylesheet to the "import" list.