18 #if !defined(XALAN_ELEMAPPLYIMPORT_HEADER_GUARD) 19 #define XALAN_ELEMAPPLYIMPORT_HEADER_GUARD 34 XALAN_CPP_NAMESPACE_BEGIN
55 XalanFileLoc lineNumber,
56 XalanFileLoc columnNumber);
64 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION) 87 XALAN_CPP_NAMESPACE_END
91 #endif // XALAN_ELEMAPPLYIMPORT_HEADER_GUARD
ElemApplyImport(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an "xsl:apply-imports" element.
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
virtual const ElemTemplateElement * getNextChildElemToExecute(StylesheetExecutionContext &executionContext, const ElemTemplateElement *currentElem) const
Returns the next sub-element (i.e.
virtual void execute(StylesheetExecutionContext &executionContext) const
Execute the element.
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 ElemTemplateElement * appendChildElem(ElemTemplateElement *newChild)
Append a child.
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
This class represents the base stylesheet or an "import" stylesheet.