#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.
|
Get a string for the name of the element.
Useful for debugging purposes, and error reporting.
Reimplemented from ElemTemplateElement.
Reimplemented in ElemApplyTemplates.
|
Get XPath pattern/expression of one of the element atribute.
@index number of the attribute. If an attribute has more then one attribute with pattern/expression,the order of the returned expressions are undefined
Reimplemented from ElemTemplateElement.
|
|
Called during compilation to process xsl:sort elements in the stylesheet.
| constructionContext | The current construction context |
| theStylesheet | The owning stylesheet |
| atts | The list of attributes for the sort element |
| locator |
A Locator instance for error reporting, if available.
|
Reimplemented from ElemTemplateElement.
|
Perform a query if needed, and call transformChild for each child.
| executionContext | The current execution context |
| template | The owning template context. |
| sorter | The NodeSorter instance, if any. |
| selectStackFrameIndex | stack frame context for executing the select statement |
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. |
|
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.7 |
|
|