Uses of Class
org.apache.xalan.templates.StylesheetRoot

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 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()
          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
 StylesheetRoot ElemTemplateElement.getStylesheetRoot()
          Get the owning root stylesheet.
 StylesheetRoot Stylesheet.getStylesheetRoot()
          Get the root of the stylesheet, where all the tables common to all stylesheets are kept.
 StylesheetRoot ElemTemplate.getStylesheetRoot()
          Get the root stylesheet.
 

Methods in org.apache.xalan.templates with parameters of type StylesheetRoot
 void ElemTemplateElement.recompose(StylesheetRoot root)
          This function is called during recomposition to control how this element is composed.
 void ElemTemplateElement.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.
 void ElemTemplateElement.endCompose(StylesheetRoot sroot)
          This after the template's children have been composed.
 void OutputProperties.recompose(StylesheetRoot root)
          This function is called to recompose all of the output format extended elements.
 void OutputProperties.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.
 void ElemUse.applyAttrSets(TransformerImpl transformer, StylesheetRoot stylesheet)
          Add the attributes from the named attribute sets to the attribute list.
 void ElemLiteralResult.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.
 void ElemIf.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.
 void ElemValueOf.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.
 void Stylesheet.setStylesheetRoot(StylesheetRoot v)
          Set the root of the stylesheet, where all the tables common to all stylesheets are kept.
 void ElemPI.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.
 void ElemForEach.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.
 void ElemForEach.endCompose(StylesheetRoot sroot)
          This after the template's children have been composed.
 void ElemElement.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.
 void KeyDeclaration.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.
 void KeyDeclaration.recompose(StylesheetRoot root)
          This function is called during recomposition to control how this element is composed.
 void ElemCallTemplate.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.
 void ElemCallTemplate.endCompose(StylesheetRoot sroot)
          This after the template's children have been composed.
 void ElemApplyTemplates.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.
 void DecimalFormatProperties.recompose(StylesheetRoot root)
          This function is called to recompose() all of the decimal format properties elements.
 void ElemVariable.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.
 void ElemVariable.recompose(StylesheetRoot root)
          This function is called during recomposition to control how this element is composed.
 void ElemParam.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.
 void ElemTemplate.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.
 void ElemTemplate.endCompose(StylesheetRoot sroot)
          This after the template's children have been composed.
 void ElemTemplate.recompose(StylesheetRoot root)
          This function is called during recomposition to control how this element is composed.
 void ElemCopyOf.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.
 void ElemExtensionCall.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.
 void ElemSort.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.
 void ElemWhen.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.
 void ElemAttributeSet.recompose(StylesheetRoot root)
          This function is called during recomposition to control how this element is composed.
 void NamespaceAlias.recompose(StylesheetRoot root)
          This function is called to recompose() all of the namespace alias properties elements.
 void ElemNumber.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.
 void TemplateList.compose(StylesheetRoot sroot)
          After all templates have been added, this function should be called.
 void ElemWithParam.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.
 void WhiteSpaceInfo.recompose(StylesheetRoot root)
          This function is called to recompose() all of the WhiteSpaceInfo elements.
 

Uses of StylesheetRoot in org.apache.xalan.transformer
 

Methods in org.apache.xalan.transformer that return StylesheetRoot
 StylesheetRoot TransformerImpl.getStylesheet()
          Get the current stylesheet for this processor.
 

Methods in org.apache.xalan.transformer with parameters of type StylesheetRoot
 void TransformerImpl.setStylesheet(StylesheetRoot stylesheetRoot)
          Set the stylesheet for this processor.
 

Constructors in org.apache.xalan.transformer with parameters of type StylesheetRoot
TransformerImpl.TransformerImpl(StylesheetRoot stylesheet)
          Construct a TransformerImpl.
 



Copyright © 2001 Apache XML Project. All Rights Reserved.