16 #if !defined(XALAN_ELEMEXTENSIONCALL_HEADER_GUARD)
17 #define XALAN_ELEMEXTENSIONCALL_HEADER_GUARD
31 XALAN_CPP_NAMESPACE_BEGIN
58 const XalanDOMChar* name,
69 const XalanDOMChar* name,
77 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
106 XALAN_CPP_NAMESPACE_END
110 #endif // XALAN_ELEMEXTENSIONCALL_HEADER_GUARD
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
Definition: AttributeListImpl.hpp:39
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
Definition: ElemTemplateElement.hpp:74
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
Definition: ElemLiteralResult.hpp:39
bool elementAvailable(StylesheetExecutionContext &executionContext) const
Definition: StylesheetExecutionContext.hpp:104
ElemExtensionCall(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const XalanDOMChar *name, const AttributeListType &atts, int lineNumber, int columnNumber, ExtensionNSHandler &ns)
Construct an object corresponding to calling an XSL extension.
static ElemExtensionCall * create(MemoryManagerType &theManager, StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const XalanDOMChar *name, const AttributeListType &atts, int lineNumber, int columnNumber, ExtensionNSHandler &ns)
Definition: ExtensionNSHandler.hpp:54
virtual bool executeChildElement(StylesheetExecutionContext &executionContext, const ElemTemplateElement *element) const
Filters sub-elements that should be executed.
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
Class to represent a qualified name: "The name of an internal XSLT object, specifically a named templ...
Definition: XalanQName.hpp:68
Definition: ElemExtensionCall.hpp:40