#include <xpath_expression.h>
Inheritance diagram for XPath::BinaryOp::

Public Types | |
| enum | BinaryOpType { NullBinaryOp, Or, And, Equality, LessThan, GreaterThan, LessThanEqual, GreaterThanEqual, Plus, Minus, Mul, Div, Mod, Union } |
Public Methods | |
| BinaryOp () | |
| BinaryOp (const BinaryOp &node) | |
| BinaryOp (ushort bop) | |
| virtual | ~BinaryOp () |
| virtual Value * | evaluate (QueryState *state) |
| virtual QString | name () const |
| virtual QString | qstring () const |
|
|
Evaluates the current node, in the context of the specified QueryState. Note that if the evaluation is unsuccessful the value returned will be of the type Exception. Reimplemented from XPath::XPathNode. |
|
|
Returns a dump of the node.
Reimplemented from XPath::XPathNode. |
1.2.9.1 written by Dimitri van Heesch,
© 1997-2001