KHTML
khtml::XPath::RelationOp Class Reference
#include <predicate.h>
Inheritance diagram for khtml::XPath::RelationOp:

Public Types | |
enum | { OP_GT = 1 , OP_LT , OP_GE , OP_LE , OP_EQ , OP_NE } |
Public Member Functions | |
RelationOp (int opCode, Expression *lhs, Expression *rhs) | |
![]() | |
virtual QString | dump () const |
![]() | |
Expression () | |
virtual | ~Expression () |
void | addSubExpression (Expression *expr) |
virtual QString | dump () const =0 |
virtual Value | evaluate () const |
virtual bool | isConstant () const |
void | optimize () |
Additional Inherited Members | |
![]() | |
static EvaluationContext & | evaluationContext () |
static void | reportInvalidExpressionErr () |
static void | reportNamespaceErr () |
virtual QString | opName () const =0 |
![]() | |
Expression * | subExpr (unsigned int i) |
const Expression * | subExpr (unsigned int i) const |
unsigned int | subExprCount () const |
Detailed Description
Definition at line 98 of file predicate.h.
Member Enumeration Documentation
◆ anonymous enum
anonymous enum |
Enumerator | |
---|---|
OP_GT | |
OP_LT | |
OP_GE | |
OP_LE | |
OP_EQ | |
OP_NE |
Definition at line 101 of file predicate.h.
Constructor & Destructor Documentation
◆ RelationOp()
RelationOp::RelationOp | ( | int | opCode, |
Expression * | lhs, | ||
Expression * | rhs | ||
) |
Definition at line 166 of file predicate.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.