 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XALAN_ELEMELEMENT_HEADER_GUARD)
19 #define XALAN_ELEMELEMENT_HEADER_GUARD
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;
144 #endif // XALAN_ELEMELEMENT_HEADER_GUARD
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
xercesc::AttributeList AttributeListType
virtual void namespacesPostConstruction(StylesheetConstructionContext &constructionContext, const NamespacesHandler &theParentHandler, NamespacesHandler &theHandler)
Called after construction is completed.
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.
ElemElement(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an "xsl:element" element.
This class represents the base stylesheet or an "import" stylesheet.
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
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.