 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XALAN_ELEMVARIABLE_HEADER_GUARD)
19 #define XALAN_ELEMVARIABLE_HEADER_GUARD
66 XalanFileLoc lineNumber,
67 XalanFileLoc columnNumber);
96 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
133 XalanFileLoc lineNumber,
134 XalanFileLoc columnNumber,
161 const XPath* m_selectPattern;
176 #endif // XALAN_ELEMVARIABLE_HEADER_GUARD
ElemVariable(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber, int xslToken)
Construct an object corresponding to an "xsl:variable" element.
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
xercesc::AttributeList AttributeListType
ElemVariable(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an "xsl:variable" element.
virtual void addToStylesheet(StylesheetConstructionContext &constructionContext, Stylesheet &theStylesheet)
Called during compilation when an instance is not parented by another element, and thus,...
ElemTemplateElement ParentType
void init(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts)
Do common initialization.
Class to hold XObjectPtr return types.
bool isTopLevel() const
Determines if this is a top level variable.
virtual void setParentNodeElem(ElemTemplateElement *theParent)
Set the parent node.
const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
virtual const XalanQName & getNameAttribute() const
Get the QName associated with any name attribute of this element.
virtual const XPath * getXPath(XalanSize_t index) const
Get XPath pattern/expression of one of the element atribute.
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
const XObjectPtr getValue(StylesheetExecutionContext &executionContext, XalanNode *sourceNode) const
This class represents the base stylesheet or an "import" stylesheet.
Class to represent a qualified name.
const XalanQName * m_qname
void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.