Xalan-C++ API Documentation
Go to the documentation of this file.
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 void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
virtual void namespacesPostConstruction(StylesheetConstructionContext &constructionContext, const NamespacesHandler &theParentHandler, NamespacesHandler &theHandler)
Called after construction is completed.
ElemElement(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an "xsl:element" element.
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.
virtual void execute(StylesheetExecutionContext &executionContext) const
Execute the element.
Class to hold an Attribute Value Template.
virtual bool executeChildElement(StylesheetExecutionContext &executionContext, const ElemTemplateElement *element) const
Filters sub-elements that should be executed.
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
Interpreting class diagrams
Doxygen and
GraphViz are
used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.
|
|