|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StylesheetRoot | |
org.apache.xalan.processor | Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object). |
org.apache.xalan.templates | Implements the trax.Templates interface, and defines a set of classes that represent an XSLT stylesheet. |
org.apache.xalan.transformer | In charge of run-time transformations and the production of result trees. |
Uses of StylesheetRoot in org.apache.xalan.processor |
Methods in org.apache.xalan.processor that return StylesheetRoot | |
StylesheetRoot |
StylesheetHandler.getStylesheetRoot()
**For advanced use only** Return the stylesheet that this handler is constructing. |
Uses of StylesheetRoot in org.apache.xalan.templates |
Methods in org.apache.xalan.templates that return StylesheetRoot | |
StylesheetRoot |
ElemTemplateElement.getStylesheetRoot()
**For advanced use only** Get the owning root stylesheet. |
StylesheetRoot |
ElemTemplate.getStylesheetRoot()
**For advanced use only** Get the owning stylesheet. |
StylesheetRoot |
Stylesheet.getStylesheetRoot()
Get the root of the stylesheet, where all the tables common to all stylesheets are kept. |
Methods in org.apache.xalan.templates with parameters of type StylesheetRoot | |
void |
Stylesheet.setStylesheetRoot(StylesheetRoot v)
Set the root of the stylesheet, where all the tables common to all stylesheets are kept. |
Uses of StylesheetRoot in org.apache.xalan.transformer |
Methods in org.apache.xalan.transformer that return StylesheetRoot | |
StylesheetRoot |
TransformerImpl.getStylesheet()
**For advanced use only** Get the current stylesheet for this processor. |
Methods in org.apache.xalan.transformer with parameters of type StylesheetRoot | |
void |
TransformerImpl.setStylesheet(StylesheetRoot stylesheetRoot)
**For advanced use only** Set the stylesheet for this processor. |
Constructors in org.apache.xalan.transformer with parameters of type StylesheetRoot | |
TransformerImpl.TransformerImpl(StylesheetRoot stylesheet)
**For advanced use only** Construct a TransformerImpl. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |