|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CExpr: public CInterface { public: CExpr(); virtual ~CExpr(); public: virtual XValue Evaluate(const XContext &pContext) = 0; };
The abstract interface to XPath expressions.
CValue, CContext
Constructor/Destructor Summary | |
CExpr
();
����������Constructs the expression. |
|
~CExpr
();
����������Destroys the expression. |
Function Summary | |
XValue
|
Evaluate
(const XContext &pContext);
����������Evaluates the expression. |
Constructor/Destructor Detail |
CExpr();
Constructs the expression.
virtual ~CExpr();
Destroys the expression.
Function Detail |
virtual XValue Evaluate(const XContext &pContext) = 0;
Evaluates the expression.
pContext
- the evaluation context
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |