Class handling an extension namespace for XPath. More...
#include <ExtensionFunctionHandler.hpp>
Inheritance diagram for ExtensionFunctionHandler:

Class handling an extension namespace for XPath.
Provides functions to test a function's existence and call a function
|
Vector of pointers to function arguments.
|
|
Construct a new extension namespace handler for a given extension NS.
This doesn't do anything - just hang on to the namespace URI.
| namespaceUri | the extension namespace URI that I'm implementing |
|
Construct a new extension namespace handler given all the information needed.
| namespaceUri | the extension namespace URI that I'm implementing | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| funcNames | string containing list of functions of extension NS | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| lang | language of code implementing the extension | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| src="a2" doxytag="ExtensionFunctionHandler::~ExtensionFunctionHandler">
Member Function Documentation
Process a call to a function.
Tests whether a certain function name is known within this namespace.
Set function local parts of extension NS.
Reimplemented in ExtensionNSHandler.
Set the script data for this extension NS. If src="el" href="class_extensionnshandler.html#a3">ExtensionNSHandler.
Start the component up by executing any script that needs to run at startup time. This needs to happen before any functions can be called on the component.
Reimplemented in ExtensionNSHandler. Member Data Documentation
The documentation for this class was generated from the following file: Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|