18#if !defined(XALAN_ELEMFOREACH_HEADER_GUARD)
19#define XALAN_ELEMFOREACH_HEADER_GUARD
100#if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
137#if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
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.
const XPath * m_selectPattern
virtual void releaseSelectedAndSortedNodeList(StylesheetExecutionContext &executionContext) const
virtual void postConstruction(StylesheetConstructionContext &constructionContext, const NamespacesHandler &theParentHandler)
Called after construction is completed.
ElemForEach(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, XalanFileLoc lineNumber, XalanFileLoc columnNumber, int xslToken)
Construct an object derived from ElemForEach.
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
virtual const NodeRefListBase * sortChildren(StylesheetExecutionContext &executionContext, const NodeRefListBase &selectedNodeList, MutableNodeRefList &sortedNodeList) const
XalanVector< ElemSort * > SortElemsVectorType
ElemForEach(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an "xsl:for-each" element.
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
virtual const NodeRefListBase * createSelectedAndSortedNodeList(StylesheetExecutionContext &executionContext) const
virtual const ElemTemplateElement * getNextChildElemToExecute(StylesheetExecutionContext &executionContext, const ElemTemplateElement *currentElem) const
Returns the next sub-element (i.e.
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
virtual const XPath * getXPath(XalanSize_t index) const
Get XPath pattern/expression of one of the element atribute.
Local implementation of MutableNodeRefList.
Local implementation of NodeRefList.
This class can sort vectors of nodes according to a select pattern.
This class represents the base stylesheet or an "import" stylesheet.
xercesc::AttributeList AttributeListType