Xalan-C++ API Documentation
Go to the documentation of this file.
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
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer 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)
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.
This class represents the base stylesheet or an "import" stylesheet.
virtual void execute(StylesheetExecutionContext &executionContext) const
Execute the element.
Class to represent a qualified name.
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.
bool elementAvailable(StylesheetExecutionContext &executionContext) const
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.
|
|