16 #if !defined(XALAN_ELEMELEMENT_HEADER_GUARD)
17 #define XALAN_ELEMELEMENT_HEADER_GUARD
38 XALAN_CPP_NAMESPACE_BEGIN
74 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
92 #if defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
102 bool skipAttributeChildren)
const;
128 getParentDefaultNamespace()
const;
138 const AVT* m_nameAVT;
140 const AVT* m_namespaceAVT;
145 XALAN_CPP_NAMESPACE_END
149 #endif // XALAN_ELEMELEMENT_HEADER_GUARD
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
Definition: AttributeListImpl.hpp:39
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
Definition: ElemTemplateElement.hpp:74
Definition: NamespacesHandler.hpp:50
Definition: StylesheetExecutionContext.hpp:104
virtual void namespacesPostConstruction(StylesheetConstructionContext &constructionContext, const NamespacesHandler &theParentHandler, NamespacesHandler &theHandler)
Called after construction is completed.
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
Class to hold an Attribute Value Template.
Definition: AVT.hpp:52
Definition: ElemElement.hpp:46
ElemElement(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, int lineNumber, int columnNumber)
Construct an object corresponding to an "xsl:element" element.
virtual bool executeChildElement(StylesheetExecutionContext &executionContext, const ElemTemplateElement *element) const
Filters sub-elements that should be executed.
Definition: XalanDOMString.hpp:42
Definition: ElemUse.hpp:35
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