18#if !defined(XALAN_ELEMPARAM_HEADER_GUARD)
19#define XALAN_ELEMPARAM_HEADER_GUARD
54 XalanFileLoc lineNumber,
55 XalanFileLoc columnNumber);
62#if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
ElemParam(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an "xsl:param" element.
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
virtual void execute(StylesheetExecutionContext &executionContext) const
Execute the element.
ElemVariable(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an "xsl:variable" element.
This class represents the base stylesheet or an "import" stylesheet.
xercesc::AttributeList AttributeListType