XPathOpPredicate Class Reference

Selects the root node. More...

#include <XPathOpPredicate.h>

Inheritance diagram for XPathOpPredicate:
XPathOperator IMemoryValidate

List of all members.

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)
XPathOpPredicateoperator= (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

Detailed Description

Selects the root node.

Definition at line 14 of file XPathOpPredicate.h.


The documentation for this class was generated from the following files: