#include <ElemForEach.hpp>
Inheritance diagram for ElemForEach:

Collaboration diagram for ElemForEach:

|
|
Construct an object corresponding to an "xsl:for-each" element.
| constructionContext | context for construction of object |
| stylesheetTree | stylesheet containing element |
| atts | list of attributes for element |
| lineNumber | line number in document |
| columnNumber | column number in document |
|
|
Construct an object derived from ElemForEach.
| constructionContext | context for construction of object |
| stylesheetTree | stylesheet containing element |
| lineNumber | line number in document |
| columnNumber | column number in document |
| xslToken | an integer representing the type of instance. |
|
Execute the element's primary function.
Subclasses of this function may recursively execute down the element tree.
| executionContext | The current execution context |
Reimplemented from ElemTemplateElement.
Reimplemented in ElemApplyTemplates.
|
|
|
|
|
|
Perform a query if needed, and call transformChild for each child.
| executionContext | The current execution context |
| theTemplate | The owning template context. |
| sourceNodes | The source nodes to transform. |
| sourceNodesCount | The count of source nodes to transform. |
|
Perform a query if needed, and call transformChild for each child.
| executionContext | The current execution context |
| template | The owning template context. |
| sourceNodeContext | The current source node context. |
| selectStackFrameIndex | stack frame context for executing the select statement |
|
Perform a query if needed, and call transformChild for each child.
| executionContext | The current execution context |
| template | The owning template context. |
| sourceNodeContext | The current source node context. |
| selectStackFrameIndex | stack frame context for executing the select statement |
|
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.4 |
|
|