18#if !defined(XALAN_ELEMATTRIBUTE_HEADER_GUARD)
19#define XALAN_ELEMATTRIBUTE_HEADER_GUARD
68#if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
91 const AVT* m_namespaceAVT;
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
Class to hold an Attribute Value Template.
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
ElemAttribute(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an "xsl:attribute" element.
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
virtual bool childTypeAllowed(int xslToken) const
Given an xsl token type, determine whether or not a child of that type is allowed.
This class represents the base stylesheet or an "import" stylesheet.
xercesc::AttributeList AttributeListType