Package | Description |
---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
ElemAttributeSet |
Stylesheet.getAttributeSet(int i) |
Get an "xsl:attribute-set" property.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Stylesheet.setAttributeSet(ElemAttributeSet attrSet) |
Set the "xsl:attribute-set" property.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.