Uses of Class
org.apache.xalan.templates.StylesheetComposed
| Package | Description |
|---|---|
| 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 Modifier and Type Class Description classStylesheetRootThis class represents the root object of the stylesheet tree.Methods in org.apache.xalan.templates that return StylesheetComposed Modifier and Type Method Description StylesheetComposedStylesheetRoot. getGlobalImport(int i)Get a stylesheet from the global import list.StylesheetComposedStylesheet. getImport(int i)Get a stylesheet from the "import" list.StylesheetComposedStylesheetComposed. getImportComposed(int i)Get a stylesheet from the "import" list.StylesheetComposedElemTemplate. getStylesheetComposed()Get the stylesheet composed (resolves includes and imports and has methods on it that return "composed" properties.StylesheetComposedElemTemplateElement. getStylesheetComposed()Get the owning "composed" stylesheet.StylesheetComposedStylesheet. 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 intStylesheetRoot. 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.