18 #if !defined(XALAN_ELEMEXTENSIONCALL_HEADER_GUARD) 19 #define XALAN_ELEMEXTENSIONCALL_HEADER_GUARD 33 XALAN_CPP_NAMESPACE_BEGIN
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) 108 XALAN_CPP_NAMESPACE_END
112 #endif // XALAN_ELEMEXTENSIONCALL_HEADER_GUARD bool elementAvailable(StylesheetExecutionContext &executionContext) const
static ElemExtensionCall * create(MemoryManager &theManager, StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const XalanDOMChar *name, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber, ExtensionNSHandler &ns)
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
virtual bool executeChildElement(StylesheetExecutionContext &executionContext, const ElemTemplateElement *element) const
Filters sub-elements that should be executed.
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
virtual void execute(StylesheetExecutionContext &executionContext) const
Execute the element.
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
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.