|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CFunction: public CInterface { public: CFunction(); virtual ~CFunction(); public: virtual XValue Evaluate( const XContext &pContext, const CArgumentList &argList) = 0; };
The abstract interface to XPath functions.
CValue, CArgumentList, CContext
Constructor/Destructor Summary | |
CFunction
();
����������Constructs the function. |
|
~CFunction
();
����������Destroys the function. |
Function Summary | |
XValue
|
Evaluate
(const XContext &pContext, const CArgumentList &argList);
����������Evaluates this function in the given XPath context with the given argument list. |
Constructor/Destructor Detail |
CFunction();
Constructs the function.
virtual ~CFunction();
Destroys the function.
Function Detail |
virtual XValue Evaluate( const XContext &pContext, const CArgumentList &argList) = 0;
Evaluates this function in the given XPath context with the given argument list.
pContext
- the evaluation contextargList
- the list of argument values
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |