Unicorn XML Toolkit
Version 1.00.00

Namespace Xpath
Class CExpr

class CExpr: public CInterface {
public:
    CExpr();
    virtual ~CExpr();
public:
    virtual XValue Evaluate(const XContext &pContext) = 0;
    };

The abstract interface to XPath expressions.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
See Also:
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

CExpr();

Constructs the expression.

~CExpr

virtual ~CExpr();

Destroys the expression.

Function Detail

Evaluate

virtual XValue Evaluate(const XContext &pContext) = 0;

Evaluates the expression.

Parameters:
pContext - the evaluation context
Returns:
the value obtained as the result of evaluation

Unicorn XML Toolkit
Version 1.00.00


This document was created using Unicorn DOC++.

Copyright 1999-2001 Unicorn Enterprises SA.
All Rights Reserved.