Selects the root node. More...
#include <XPathOpPredicate.h>
Public Types | |
enum | _Operator { OP_ERROR = 0, OP_EQ = 19, OP_NEQ = 20, OP_LT = 21, OP_LTEQ = 22, OP_GT = 23, OP_GTEQ = 24 } |
typedef enum XPathOpPredicate::_Operator | Operator |
Public Member Functions | |
XPathOpPredicate (const XPathOpPredicate &op) | |
XPathOpPredicate & | operator= (const XPathOpPredicate &oproot) |
virtual bool | IsMatch (XmlNode &context) |
virtual XmlNodeListPtr | NextContext (XmlNodePtr context) |
Vector< XPathOperatorPtr > & | Operators () |
Operator & | BinOp () |
VariantPtr | Arg () |
void | CheckMem () const |
void | ValidateMem () const |
Selects the root node.
Definition at line 14 of file XPathOpPredicate.h.