Uses of Class
org.apache.xalan.templates.StylesheetRoot
| Package | Description |
|---|---|
| org.apache.xalan.extensions | |
| 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
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.extensions
Constructors in org.apache.xalan.extensions with parameters of type StylesheetRoot Constructor Description ExpressionVisitor(StylesheetRoot sroot)The constructor sets the StylesheetRoot variable which is used to register extension namespaces.ExtensionsTable(StylesheetRoot sroot)The constructor (called from TransformerImpl) registers the StylesheetRoot for the transformation and instantiates an ExtensionHandler for each extension namespace. -
Uses of StylesheetRoot in org.apache.xalan.processor
Methods in org.apache.xalan.processor that return StylesheetRoot Modifier and Type Method Description StylesheetRootStylesheetHandler. getStylesheetRoot()Return the stylesheet root that this handler is constructing. -
Uses of StylesheetRoot in org.apache.xalan.templates
Methods in org.apache.xalan.templates that return StylesheetRoot Modifier and Type Method Description StylesheetRootElemTemplate. getStylesheetRoot()Get the root stylesheet.StylesheetRootElemTemplateElement. getStylesheetRoot()Get the owning root stylesheet.StylesheetRootStylesheet. 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 Modifier and Type Method Description voidElemUse. applyAttrSets(TransformerImpl transformer, StylesheetRoot stylesheet)Add the attributes from the named attribute sets to the attribute list.voidElemApplyTemplates. compose(StylesheetRoot sroot)This function is called after everything else has been recomposed, and allows the template to set remaining values that may be based on some other property that depends on recomposition.voidElemCallTemplate. compose(StylesheetRoot sroot)This function is called after everything else has been recomposed, and allows the template to set remaining values that may be based on some other property that depends on recomposition.voidElemCopyOf. compose(StylesheetRoot sroot)This function is called after everything else has been recomposed, and allows the template to set remaining values that may be based on some other property that depends on recomposition.voidElemElement. compose(StylesheetRoot sroot)This function is called after everything else has been recomposed, and allows the template to set remaining values that may be based on some other property that depends on recomposition.voidElemExsltFunction. compose(StylesheetRoot sroot)Called after everything else has been recomposed, and allows the function to set remaining values that may be based on some other property that depends on recomposition.voidElemExtensionCall. compose(StylesheetRoot sroot)This function is called after everything else has been recomposed, and allows the template to set remaining values that may be based on some other property that depends on recomposition.voidElemExtensionDecl. compose(StylesheetRoot sroot)voidElemForEach. compose(StylesheetRoot sroot)This function is called after everything else has been recomposed, and allows the template to set remaining values that may be based on some other property that depends on recomposition.voidElemIf. compose(StylesheetRoot sroot)This function is called after everything else has been recomposed, and allows the template to set remaining values that may be based on some other property that depends on recomposition.voidElemLiteralResult. compose(StylesheetRoot sroot)This function is called after everything else has been recomposed, and allows the template to set remaining values that may be based on some other property that depends on recomposition.voidElemNumber. compose(StylesheetRoot sroot)This function is called after everything else has been recomposed, and allows the template to set remaining values that may be based on some other property that depends on recomposition.voidElemParam. compose(StylesheetRoot sroot)This function is called after everything else has been recomposed, and allows the template to set remaining values that may be based on some other property that depends on recomposition.voidElemPI. compose(StylesheetRoot sroot)This function is called after everything else has been recomposed, and allows the template to set remaining values that may be based on some other property that depends on recomposition.voidElemSort. compose(StylesheetRoot sroot)This function is called after everything else has been recomposed, and allows the template to set remaining values that may be based on some other property that depends on recomposition.voidElemTemplate. compose(StylesheetRoot sroot)This function is called after everything else has been recomposed, and allows the template to set remaining values that may be based on some other property that depends on recomposition.voidElemTemplateElement. compose(StylesheetRoot sroot)This function is called after everything else has been recomposed, and allows the template to set remaining values that may be based on some other property that depends on recomposition.voidElemValueOf. compose(StylesheetRoot sroot)This function is called after everything else has been recomposed, and allows the template to set remaining values that may be based on some other property that depends on recomposition.voidElemVariable. compose(StylesheetRoot sroot)This function is called after everything else has been recomposed, and allows the template to set remaining values that may be based on some other property that depends on recomposition.voidElemWhen. compose(StylesheetRoot sroot)This function is called after everything else has been recomposed, and allows the template to set remaining values that may be based on some other property that depends on recomposition.voidElemWithParam. compose(StylesheetRoot sroot)This function is called after everything else has been recomposed, and allows the template to set remaining values that may be based on some other property that depends on recomposition.voidKeyDeclaration. compose(StylesheetRoot sroot)This function is called after everything else has been recomposed, and allows the template to set remaining values that may be based on some other property that depends on recomposition.voidOutputProperties. compose(StylesheetRoot sroot)This function is called after everything else has been recomposed, and allows the template to set remaining values that may be based on some other property that depends on recomposition.voidTemplateList. compose(StylesheetRoot sroot)After all templates have been added, this function should be called.protected ElemVariableRedundentExprEliminator. createGlobalPseudoVarDecl(QName uniquePseudoVarName, StylesheetRoot stylesheetRoot, LocPathIterator lpi)Create a psuedo variable reference that will represent the shared redundent XPath, for a local reduction.voidRedundentExprEliminator. eleminateRedundentGlobals(StylesheetRoot stylesheet)Method to be called after the all global expressions within a stylesheet have been collected.voidElemCallTemplate. endCompose(StylesheetRoot sroot)This after the template's children have been composed.voidElemForEach. endCompose(StylesheetRoot sroot)This after the template's children have been composed.voidElemTemplate. endCompose(StylesheetRoot sroot)This after the template's children have been composed.voidElemTemplateElement. endCompose(StylesheetRoot sroot)This after the template's children have been composed.voidElemVariable. endCompose(StylesheetRoot sroot)This after the template's children have been composed.voidDecimalFormatProperties. recompose(StylesheetRoot root)This function is called to recompose() all of the decimal format properties elements.voidElemAttributeSet. recompose(StylesheetRoot root)This function is called during recomposition to control how this element is composed.voidElemTemplate. recompose(StylesheetRoot root)This function is called during recomposition to control how this element is composed.voidElemTemplateElement. recompose(StylesheetRoot root)This function is called during recomposition to control how this element is composed.voidElemVariable. recompose(StylesheetRoot root)This function is called during recomposition to control how this element is composed.voidKeyDeclaration. recompose(StylesheetRoot root)This function is called during recomposition to control how this element is composed.voidNamespaceAlias. recompose(StylesheetRoot root)This function is called to recompose() all of the namespace alias properties elements.voidOutputProperties. recompose(StylesheetRoot root)This function is called to recompose all of the output format extended elements.voidWhiteSpaceInfo. recompose(StylesheetRoot root)This function is called to recompose() all of the WhiteSpaceInfo elements.voidStylesheet. 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 Modifier and Type Method Description StylesheetRootTransformerImpl. getStylesheet()Get the current stylesheet for this processor.Methods in org.apache.xalan.transformer with parameters of type StylesheetRoot Modifier and Type Method Description voidTransformerImpl. setStylesheet(StylesheetRoot stylesheetRoot)Set the stylesheet for this processor.Constructors in org.apache.xalan.transformer with parameters of type StylesheetRoot Constructor Description TransformerImpl(StylesheetRoot stylesheet)Construct a TransformerImpl.