16 #if !defined(XALAN_ELEMFOREACH_HEADER_GUARD)
17 #define XALAN_ELEMFOREACH_HEADER_GUARD
45 XALAN_CPP_NAMESPACE_BEGIN
98 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
115 getXPath(
unsigned int index = 0)
const;
135 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
182 transformSelectedChildren(
195 transformSelectedChildren(
211 selectAndSortChildren(
215 int selectStackFrameIndex)
const;
230 XALAN_CPP_NAMESPACE_END
234 #endif // XALAN_ELEMFOREACH_HEADER_GUARD
virtual const NodeRefListBase * createSelectedAndSortedNodeList(StylesheetExecutionContext &executionContext) const
Definition: ElemTemplate.hpp:41
Definition: ElemSort.hpp:45
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
Local implementation of MutableNodeRefList.
Definition: MutableNodeRefList.hpp:44
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
Definition: AttributeListImpl.hpp:39
const XPath * m_selectPattern
Definition: ElemForEach.hpp:218
Definition: ElemTemplateElement.hpp:74
Definition: NamespacesHandler.hpp:50
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
Definition: StylesheetExecutionContext.hpp:104
XalanVector< ElemSort * > SortElemsVectorType
Definition: ElemForEach.hpp:79
Local implementation of NodeRefList.
Definition: NodeRefListBase.hpp:42
ElemForEach(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, int lineNumber, int columnNumber)
Construct an object corresponding to an "xsl:for-each" element.
virtual const NodeRefListBase * sortChildren(StylesheetExecutionContext &executionContext, const NodeRefListBase &selectedNodeList, MutableNodeRefList &sortedNodeList) const
size_t size_type
Definition: XalanVector.hpp:71
virtual void releaseSelectedAndSortedNodeList(StylesheetExecutionContext &executionContext) const
unsigned int size_type
Definition: NodeRefListBase.hpp:56
Definition: XalanDOMString.hpp:42
virtual void postConstruction(StylesheetConstructionContext &constructionContext, const NamespacesHandler &theParentHandler)
Called after construction is completed.
Definition: StylesheetConstructionContext.hpp:73
virtual void execute(StylesheetExecutionContext &executionContext) const
Execute the element.
virtual void processSortElement(StylesheetConstructionContext &constructionContext, Stylesheet &theStylesheet, const AttributeListType &atts, const LocatorType *locator=0)
Called during compilation to process xsl:sort elements in the stylesheet.
This class represents the base stylesheet or an "import" stylesheet.
Definition: Stylesheet.hpp:84
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
This class can sort vectors of nodes according to a select pattern.
Definition: NodeSorter.hpp:66
virtual const ElemTemplateElement * getNextChildElemToExecute(StylesheetExecutionContext &executionContext, const ElemTemplateElement *currentElem) const
Returns the next sub-element (i.e.
virtual const XPath * getXPath(unsigned int index=0) const
Get XPath pattern/expression of one of the element atribute.
Definition: ElemForEach.hpp:56