void |
ElemUse.applyAttrSets(TransformerImpl transformer,
StylesheetRoot stylesheet) |
Add the attributes from the named attribute sets to the attribute list.
|
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 |
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 |
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 |
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 |
ElemExsltFunction.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.
|
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 |
ElemExtensionDecl.compose(StylesheetRoot sroot) |
|
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
TemplateList.compose(StylesheetRoot sroot) |
After all templates have been added, this function
should be called.
|
void |
RedundentExprEliminator.eleminateRedundentGlobals(StylesheetRoot stylesheet) |
Method to be called after the all global expressions within a stylesheet
have been collected.
|
void |
ElemCallTemplate.endCompose(StylesheetRoot sroot) |
This after the template's children have been composed.
|
void |
ElemForEach.endCompose(StylesheetRoot sroot) |
This after the template's children have been composed.
|
void |
ElemTemplate.endCompose(StylesheetRoot sroot) |
This after the template's children have been composed.
|
void |
ElemTemplateElement.endCompose(StylesheetRoot sroot) |
This after the template's children have been composed.
|
void |
ElemVariable.endCompose(StylesheetRoot sroot) |
This after the template's children have been composed.
|
void |
DecimalFormatProperties.recompose(StylesheetRoot root) |
This function is called to recompose() all of the decimal format properties elements.
|
void |
ElemAttributeSet.recompose(StylesheetRoot root) |
This function is called during recomposition to
control how this element is composed.
|
void |
ElemTemplate.recompose(StylesheetRoot root) |
This function is called during recomposition to
control how this element is composed.
|
void |
ElemTemplateElement.recompose(StylesheetRoot root) |
This function is called during recomposition to
control how this element is composed.
|
void |
ElemVariable.recompose(StylesheetRoot root) |
This function is called during recomposition to
control how this element is composed.
|
void |
KeyDeclaration.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 |
OutputProperties.recompose(StylesheetRoot root) |
This function is called to recompose all of the output format extended elements.
|
void |
WhiteSpaceInfo.recompose(StylesheetRoot root) |
This function is called to recompose() all of the WhiteSpaceInfo elements.
|
void |
Stylesheet.setStylesheetRoot(StylesheetRoot v) |
Set the root of the stylesheet, where all the tables common
to all stylesheets are kept.
|