18 #if !defined(XALAN_ELEMFOREACH_HEADER_GUARD) 19 #define XALAN_ELEMFOREACH_HEADER_GUARD 47 XALAN_CPP_NAMESPACE_BEGIN
75 XalanFileLoc lineNumber,
76 XalanFileLoc columnNumber);
93 const Locator* locator = 0);
100 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION) 133 XalanFileLoc lineNumber,
134 XalanFileLoc columnNumber,
137 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION) 184 transformSelectedChildren(
197 transformSelectedChildren(
213 selectAndSortChildren(
217 int selectStackFrameIndex)
const;
224 SortElemsVectorType m_sortElems;
232 XALAN_CPP_NAMESPACE_END
236 #endif // XALAN_ELEMFOREACH_HEADER_GUARD
Local implementation of MutableNodeRefList.
const XPath * m_selectPattern
virtual const XPath * getXPath(XalanSize_t index) const
Get XPath pattern/expression of one of the element atribute.
virtual const NodeRefListBase * sortChildren(StylesheetExecutionContext &executionContext, const NodeRefListBase &selectedNodeList, MutableNodeRefList &sortedNodeList) const
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
ElemForEach(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an "xsl:for-each" element.
virtual void processSortElement(StylesheetConstructionContext &constructionContext, Stylesheet &theStylesheet, const AttributeListType &atts, const Locator *locator=0)
Called during compilation to process xsl:sort elements in the stylesheet.
XalanVector< ElemSort * > SortElemsVectorType
Local implementation of NodeRefList.
virtual void execute(StylesheetExecutionContext &executionContext) const
Execute the element.
virtual const NodeRefListBase * createSelectedAndSortedNodeList(StylesheetExecutionContext &executionContext) const
virtual void releaseSelectedAndSortedNodeList(StylesheetExecutionContext &executionContext) const
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
virtual void postConstruction(StylesheetConstructionContext &constructionContext, const NamespacesHandler &theParentHandler)
Called after construction is completed.
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
This class represents the base stylesheet or an "import" stylesheet.
This class can sort vectors of nodes according to a select pattern.
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
virtual const ElemTemplateElement * getNextChildElemToExecute(StylesheetExecutionContext &executionContext, const ElemTemplateElement *currentElem) const
Returns the next sub-element (i.e.