Uses of Class
org.apache.xalan.templates.StylesheetComposed
-
Packages that use StylesheetComposed Package Description org.apache.xalan.templates Implements theTemplates
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 Modifier and Type Class Description class
StylesheetRoot
This class represents the root object of the stylesheet tree.Methods in org.apache.xalan.templates that return StylesheetComposed Modifier and Type Method Description 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
ElemTemplate. getStylesheetComposed()
Get the stylesheet composed (resolves includes and imports and has methods on it that return "composed" properties.StylesheetComposed
ElemTemplateElement. getStylesheetComposed()
Get the owning "composed" stylesheet.StylesheetComposed
Stylesheet. getStylesheetComposed()
Get the owning aggregated stylesheet, or this stylesheet if it is aggregated.Methods in org.apache.xalan.templates with parameters of type StylesheetComposed Modifier and Type Method Description 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.
-