16 #if !defined(XALAN_ELEMVARIABLE_HEADER_GUARD)
17 #define XALAN_ELEMVARIABLE_HEADER_GUARD
44 XALAN_CPP_NAMESPACE_BEGIN
101 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
121 getXPath(
unsigned int index = 0)
const;
166 const XPath* m_selectPattern;
177 XALAN_CPP_NAMESPACE_END
181 #endif // XALAN_ELEMVARIABLE_HEADER_GUARD
Definition: ElemVariable.hpp:52
Definition: XalanNode.hpp:44
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
Definition: AttributeListImpl.hpp:39
Definition: ElemTemplateElement.hpp:74
virtual const XPath * getXPath(unsigned int index=0) const
Get XPath pattern/expression of one of the element atribute.
Definition: StylesheetExecutionContext.hpp:104
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.
Definition: XObject.hpp:584
const XObjectPtr getValue(StylesheetExecutionContext &executionContext, XalanNode *sourceNode) const
void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
ElemTemplateElement ParentType
Definition: ElemVariable.hpp:56
virtual const XalanQName & getNameAttribute() const
Get the QName associated with any name attribute of this element.
ElemVariable(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, int lineNumber, int columnNumber)
Construct an object corresponding to an "xsl:variable" element.
Definition: XalanDOMString.hpp:42
bool isTopLevel() const
Determines if this is a top level variable.
Definition: ElemVariable.hpp:83
const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
Definition: StylesheetConstructionContext.hpp:73
virtual void execute(StylesheetExecutionContext &executionContext) const
Execute the element.
This class represents the base stylesheet or an "import" stylesheet.
Definition: Stylesheet.hpp:84
const XalanQName * m_qname
Definition: ElemVariable.hpp:156
Class to represent a qualified name: "The name of an internal XSLT object, specifically a named templ...
Definition: XalanQName.hpp:68
void init(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts)
Do common initialization.
virtual void setParentNodeElem(ElemTemplateElement *theParent)
Set the parent node.