18 #if !defined(XALAN_ELEMELEMENT_HEADER_GUARD) 19 #define XALAN_ELEMELEMENT_HEADER_GUARD 33 XALAN_CPP_NAMESPACE_BEGIN
58 XalanFileLoc lineNumber,
59 XalanFileLoc columnNumber);
69 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION) 87 #if defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION) 97 bool skipAttributeChildren)
const;
123 getParentDefaultNamespace()
const;
133 const AVT* m_nameAVT;
135 const AVT* m_namespaceAVT;
140 XALAN_CPP_NAMESPACE_END
144 #endif // XALAN_ELEMELEMENT_HEADER_GUARD
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
ElemElement(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an "xsl:element" element.
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.
Class to hold an Attribute Value Template.
virtual void execute(StylesheetExecutionContext &executionContext) const
Execute the element.
virtual bool executeChildElement(StylesheetExecutionContext &executionContext, const ElemTemplateElement *element) const
Filters sub-elements that should be executed.
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
This class represents the base stylesheet or an "import" stylesheet.