16 #if !defined(XALAN_ELEMWITHPARAM_HEADER_GUARD)
17 #define XALAN_ELEMWITHPARAM_HEADER_GUARD
31 XALAN_CPP_NAMESPACE_BEGIN
79 getXPath(
unsigned int index = 0)
const;
81 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
99 const XPath* m_selectPattern;
106 XALAN_CPP_NAMESPACE_END
110 #endif // XALAN_ELEMWITHPARAM_HEADER_GUARD
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
virtual const XPath * getXPath(unsigned int index=0) const
Get XPath pattern/expression of one of the element atribute.
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
Definition: AttributeListImpl.hpp:39
Definition: ElemTemplateElement.hpp:74
Definition: StylesheetExecutionContext.hpp:104
Definition: ElemWithParam.hpp:39
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
Definition: XalanDOMString.hpp:42
Definition: StylesheetConstructionContext.hpp:73
This class represents the base stylesheet or an "import" stylesheet.
Definition: Stylesheet.hpp:84
ElemWithParam(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, int lineNumber, int columnNumber)
Construct an object corresponding to an "xsl:with-param" element.
Class to represent a qualified name: "The name of an internal XSLT object, specifically a named templ...
Definition: XalanQName.hpp:68
const XalanQName & getQName() const
Retrieves qualified name of object.
Definition: ElemWithParam.hpp:68