18#if !defined(XALAN_ELEMAPPLYTEMPLATES_HEADER_GUARD)
19#define XALAN_ELEMAPPLYTEMPLATES_HEADER_GUARD
69#if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
96#if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
107 using ParentType::transformChild;
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
virtual bool childTypeAllowed(int xslToken) const
Given an xsl token type, determine whether or not a child of that type is allowed.
const ElemTemplateElement * findNextTemplateToExecute(StylesheetExecutionContext &executionContext) const
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
ElemApplyTemplates(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an "xsl:apply-template" element.
virtual ~ElemApplyTemplates()
virtual const ElemTemplateElement * getFirstChildElemToExecute(StylesheetExecutionContext &executionContext) const
Returns the first sub-element (i.e.
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.
This class represents the base stylesheet or an "import" stylesheet.
Class to represent a qualified name.
xercesc::AttributeList AttributeListType