|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CCoreFunctionLibrary: public CFunctionLibrary { public: CCoreFunctionLibrary(); ~CCoreFunctionLibrary(); public: bool IsFunctionAvailable( const CString &strNamespaceUri, const CString &strLocalName); XFunction FindFunction( const CString &strNamespaceUri, const CString &strLocalName); };
The XPath core function library.
CFunction, CFunctionLibrary
Constructor/Destructor Summary | |
CCoreFunctionLibrary
();
����������Constructs the core function library. |
|
~CCoreFunctionLibrary
();
����������Destroys the core function library. |
Function Summary | |
bool
|
IsFunctionAvailable
(const CString &strNamespaceUri, const CString &strLocalName);
����������Tests whether a function with the given namespace URI and local name is available in this function library. |
XFunction
|
FindFunction
(const CString &strNamespaceUri, const CString &strLocalName);
����������Looks up a function with the given namespace URI and local name in this function library. |
Constructor/Destructor Detail |
CCoreFunctionLibrary();
Constructs the core function library.
Initially the core function library contains all core functions defined in XPath.
~CCoreFunctionLibrary();
Destroys the core function library.
Function Detail |
bool IsFunctionAvailable( const CString &strNamespaceUri, const CString &strLocalName);
Tests whether a function with the given namespace URI and local name is available in this function library.
strNamespaceUri
- the namespace URI of a functionstrLocalName
- the local name of a functiontrue
if the function with the
given namespace URI and local name is available in
this function library;
false
otherwiseXFunction FindFunction( const CString &strNamespaceUri, const CString &strLocalName);
Looks up a function with the given namespace URI and local name in this function library.
strNamespaceUri
- the namespace URI of a function to look upstrLocalName
- the local name of a function to look upNULL
if none was found
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |