18#if !defined(XALAN_ELEMVALUEOF_HEADER_GUARD)
19#define XALAN_ELEMVALUEOF_HEADER_GUARD
59 XalanFileLoc lineNumber,
60 XalanFileLoc columnNumber);
70#if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
105 const XPath* m_selectPattern;
ElemTemplateElement(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, XalanFileLoc lineNumber, XalanFileLoc columnNumber, int xslToken)
Construct a template element instance.
virtual void execute(StylesheetExecutionContext &executionContext) const
Execute the element.
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
ElemValueOf(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an "xsl:value-of" element.
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
virtual const XPath * getXPath(XalanSize_t index) const
Get XPath pattern/expression of one of the element atribute.
This class represents the base stylesheet or an "import" stylesheet.
Class to hold XObjectPtr return types.
xercesc::AttributeList AttributeListType