 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XALAN_ELEMEXTENSIONCALL_HEADER_GUARD)
19 #define XALAN_ELEMEXTENSIONCALL_HEADER_GUARD
37 class ExtensionNSHandler;
60 const XalanDOMChar* name,
62 XalanFileLoc lineNumber,
63 XalanFileLoc columnNumber,
68 MemoryManager& theManager,
71 const XalanDOMChar* name,
73 XalanFileLoc lineNumber,
74 XalanFileLoc columnNumber,
79 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
112 #endif // XALAN_ELEMEXTENSIONCALL_HEADER_GUARD
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
static ElemExtensionCall * create(MemoryManager &theManager, StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const XalanDOMChar *name, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber, ExtensionNSHandler &ns)
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
xercesc::AttributeList AttributeListType
virtual bool executeChildElement(StylesheetExecutionContext &executionContext, const ElemTemplateElement *element) const
Filters sub-elements that should be executed.
bool elementAvailable(StylesheetExecutionContext &executionContext) const
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
ElemExtensionCall(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const XalanDOMChar *name, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber, ExtensionNSHandler &ns)
Construct an object corresponding to calling an XSL extension.
This class represents the base stylesheet or an "import" stylesheet.
Class to represent a qualified name.