Xalan-C++ API Documentation
Go to the documentation of this file.
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;
232 XALAN_CPP_NAMESPACE_END
236 #endif // XALAN_ELEMFOREACH_HEADER_GUARD
virtual const ElemTemplateElement * getNextChildElemToExecute(StylesheetExecutionContext &executionContext, const ElemTemplateElement *currentElem) const
Returns the next sub-element (i.e.
This class can sort vectors of nodes according to a select pattern.
ElemForEach(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an "xsl:for-each" element.
const XPath * m_selectPattern
virtual const XPath * getXPath(XalanSize_t index) const
Get XPath pattern/expression of one of the element atribute.
ElemForEach(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, XalanFileLoc lineNumber, XalanFileLoc columnNumber, int xslToken)
Construct an object derived from ElemForEach.
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.
This class represents the base stylesheet or an "import" stylesheet.
virtual void execute(StylesheetExecutionContext &executionContext) const
Execute the 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
virtual const NodeRefListBase * createSelectedAndSortedNodeList(StylesheetExecutionContext &executionContext) const
virtual void releaseSelectedAndSortedNodeList(StylesheetExecutionContext &executionContext) const
Local implementation of NodeRefList.
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
virtual void postConstruction(StylesheetConstructionContext &constructionContext, const NamespacesHandler &theParentHandler)
Called after construction is completed.
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
Local implementation of MutableNodeRefList.
Interpreting class diagrams
Doxygen and
GraphViz are
used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.
|
|