fn:false
.
More...
#include <falsecondexpression.h>
Public Member Functions | |
FalseCondExpression () | |
Constructor. | |
virtual | ~FalseCondExpression () |
void | print (OutputStream &dos) const |
bool | evalCond (OutputStream &eos, Environment *env, unsigned modus) |
fn:false
.
Represents XQuery standard function fn:false
, e.g. fn:false()
, which takes no arguments and returns the boolean value false
.
Definition at line 49 of file falsecondexpression.h.
FalseCondExpression::FalseCondExpression | ( | ) |
FalseCondExpression::~FalseCondExpression | ( | ) | [virtual] |
Destructor.
Definition at line 41 of file falsecondexpression.cpp.
bool FalseCondExpression::evalCond | ( | OutputStream & | eos, | |
Environment * | env, | |||
unsigned | modus | |||
) | [virtual] |
Evaluates the corresponding CondExpression.
Evaluates the corresponding CondExpression.
[in] | eos | Pointer to a OutputStream object. |
[in] | env | Pointer to a Environment object. |
[in] | modus | Evaluation modus. |
bool | true if the corresponding CondExpression is true , false otherwise. |
RuntimeException | If illegal evaluation mode (argument: unsigned modus). |
Implements CondExpression.
Definition at line 48 of file falsecondexpression.cpp.
void FalseCondExpression::print | ( | OutputStream & | dos | ) | const [virtual] |
Prints the expression.
Prints the expression.
[in] | dos | Pointer to a OutputStream object. |
void |
Implements Expression.
Definition at line 44 of file falsecondexpression.cpp.