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

Packages that use ElemForEach
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 ElemForEach in org.apache.xalan.templates
 

Subclasses of ElemForEach in org.apache.xalan.templates
 class ElemApplyTemplates
          Implement xsl:apply-templates.
 class ElemCallTemplate
          Implement xsl:call-template.
 

Uses of ElemForEach in org.apache.xalan.transformer
 

Methods in org.apache.xalan.transformer with parameters of type ElemForEach
 java.util.Vector TransformerImpl.processSortKeys(ElemForEach foreach, int sourceNodeContext)
          Get the keys for the xsl:sort elements.
 



Copyright © 2006 Apache XML Project. All Rights Reserved.