Package | Description |
---|---|
org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
Modifier and Type | Class and Description |
---|---|
class |
StylesheetRoot
This class represents the root object of the stylesheet tree.
|
Modifier and Type | Method and 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 |
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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.