18 #if !defined(XALAN_ELEMVARIABLE_HEADER_GUARD) 19 #define XALAN_ELEMVARIABLE_HEADER_GUARD 39 XALAN_CPP_NAMESPACE_BEGIN
66 XalanFileLoc lineNumber,
67 XalanFileLoc columnNumber);
96 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION) 133 XalanFileLoc lineNumber,
134 XalanFileLoc columnNumber,
161 const XPath* m_selectPattern;
172 XALAN_CPP_NAMESPACE_END
176 #endif // XALAN_ELEMVARIABLE_HEADER_GUARD 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.
const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
virtual void addToStylesheet(StylesheetConstructionContext &constructionContext, Stylesheet &theStylesheet)
Called during compilation when an instance is not parented by another element, and thus...
Class to hold XObjectPtr return types.
const XObjectPtr getValue(StylesheetExecutionContext &executionContext, XalanNode *sourceNode) const
void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
ElemVariable(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an "xsl:variable" element.
bool isTopLevel() const
Determines if this is a top level variable.
virtual void execute(StylesheetExecutionContext &executionContext) const
Execute the element.
virtual const XalanQName & getNameAttribute() const
Get the QName associated with any name attribute of this element.
ElemTemplateElement ParentType
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
This class represents the base stylesheet or an "import" stylesheet.
const XalanQName * m_qname
Class to represent a qualified name.
void init(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts)
Do common initialization.
virtual void setParentNodeElem(ElemTemplateElement *theParent)
Set the parent node.