|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CPredicate: public CInterface { public: CPredicate(const XExpr &pExpr); ~CPredicate(); public: bool Evaluate(const XContext &pContext); };
The XPath predicate.
CContext, CExpr
Constructor/Destructor Summary | |
CPredicate
(const XExpr &pExpr);
����������Constructs the predicate. |
|
~CPredicate
();
����������Destroys the predicate. |
Function Summary | |
bool
|
Evaluate
(const XContext &pContext);
����������Evaluates this predicate in the given context. |
Constructor/Destructor Detail |
CPredicate(const XExpr &pExpr);
Constructs the predicate.
pExpr
- the expression to be associated
with this predicate~CPredicate();
Destroys the predicate.
Function Detail |
bool Evaluate(const XContext &pContext);
Evaluates this predicate in the given context.
pContext
- the evaluation contexttrue
if this predicate evaluates to true;
false
otherwise
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |