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

Public Types | |
| enum | { OP_And = 1, OP_Or } |
Public Member Functions | |
| LogicalOp (int opCode, Expression *lhs, Expression *rhs) | |
| virtual bool | isConstant () const |
Detailed Description
Definition at line 122 of file predicate.h.
Member Enumeration Documentation
| anonymous enum |
Definition at line 125 of file predicate.h.
Constructor & Destructor Documentation
| LogicalOp::LogicalOp | ( | int | opCode, |
| Expression * | lhs, | ||
| Expression * | rhs | ||
| ) |
Definition at line 335 of file predicate.cpp.
Member Function Documentation
| bool LogicalOp::isConstant | ( | ) | const [virtual] |
Reimplemented from khtml::XPath::Expression.
Definition at line 350 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-2012 The KDE developers.
Generated on Wed May 2 2012 18:54:07 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 18:54:07 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.