Frames | No Frames |
Classes derived from org.apache.xalan.templates.StylesheetComposed | |
class | This class represents the root object of the stylesheet tree.
|
Methods with parameter type org.apache.xalan.templates.StylesheetComposed | |
int | Given a stylesheet, return the number of the stylesheet
in the global import list.
|
void | Add a stylesheet to the "import" list.
|
Methods with return type org.apache.xalan.templates.StylesheetComposed | |
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 | Get a stylesheet from the "import" list.
|
StylesheetComposed | Get the stylesheet composed (resolves includes and
imports and has methods on it that return "composed" properties.
|
StylesheetComposed | Get the owning "composed" stylesheet. |
StylesheetComposed | Get the owning aggregated stylesheet, or this
stylesheet if it is aggregated.
|