|
||||||||||
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.
StylesheetRoot implements the Templates interface, and
extends StylesheetComposed ,
which is a Stylesheet composed of itself
and its included Stylesheet objects. |
org.apache.xalan.transformer | In charge of run-time transformations and the production of result trees.
TransformerImpl implements the
Transformer interface, and is the core representation
of the transformation execution.
For each node in the XML source, TransformerImpl uses the StylesheetRoot and underlying XSLT schema to determine which
template to apply: one of the templates in the StylesheetRoot, a default template rule as specified in the XSLT spec, or
none.
The Transformer works with SerializationHandler to
forward the SAX-like events produced by the
transformation to the appropriate output ContentHandler.
To the degree possible, the parsing of the XML source and application of the Templates object to that source are performed
concurrently in separate threads. |
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 | |
---|---|
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 |