18#if !defined(XALAN_ELEMELEMENT_HEADER_GUARD)
19#define XALAN_ELEMELEMENT_HEADER_GUARD
69#if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
87#if defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
123 getParentDefaultNamespace()
const;
133 const AVT* m_nameAVT;
135 const AVT* m_namespaceAVT;
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
Class to hold an Attribute Value Template.
ElemElement(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an "xsl:element" element.
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
virtual bool executeChildElement(StylesheetExecutionContext &executionContext, const ElemTemplateElement *element) const
Filters sub-elements that should be executed.
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
virtual void namespacesPostConstruction(StylesheetConstructionContext &constructionContext, const NamespacesHandler &theParentHandler, NamespacesHandler &theHandler)
Called after construction is completed.
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
This class represents the base stylesheet or an "import" stylesheet.
xercesc::AttributeList AttributeListType