18 #if !defined(XALAN_ELEMWITHPARAM_HEADER_GUARD) 19 #define XALAN_ELEMWITHPARAM_HEADER_GUARD 33 XALAN_CPP_NAMESPACE_BEGIN
58 XalanFileLoc lineNumber,
59 XalanFileLoc columnNumber);
83 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION) 101 const XPath* m_selectPattern;
108 XALAN_CPP_NAMESPACE_END
112 #endif // XALAN_ELEMWITHPARAM_HEADER_GUARD ElemWithParam(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an "xsl:with-param" element.
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
virtual const XPath * getXPath(XalanSize_t index) const
Get XPath pattern/expression of one of the element atribute.
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
This class represents the base stylesheet or an "import" stylesheet.
Class to represent a qualified name.
const XalanQName & getQName() const
Retrieves qualified name of object.