|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElemAttributeSet | |
---|---|
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 ElemAttributeSet in org.apache.xalan.templates |
---|
Methods in org.apache.xalan.templates that return ElemAttributeSet | |
---|---|
ElemAttributeSet |
Stylesheet.getAttributeSet(int i)
Get an "xsl:attribute-set" property. |
Methods in org.apache.xalan.templates with parameters of type ElemAttributeSet | |
---|---|
(package private) void |
StylesheetRoot.recomposeAttributeSets(ElemAttributeSet attrSet)
Recompose the attribute-set declarations. |
void |
Stylesheet.setAttributeSet(ElemAttributeSet attrSet)
Set the "xsl:attribute-set" property. |
Uses of ElemAttributeSet in org.apache.xalan.transformer |
---|
Methods in org.apache.xalan.transformer with parameters of type ElemAttributeSet | |
---|---|
boolean |
TransformerImpl.isRecursiveAttrSet(ElemAttributeSet attrSet)
Check to see if this is a recursive attribute definition. |
void |
TransformerImpl.pushElemAttributeSet(ElemAttributeSet attrSet)
Push an executing attribute set, so we can check for recursive attribute definitions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |