Qt 4.8
|
Handles XQuery 1.0's validate
expression.
More...
#include <qvalidate_p.h>
Public Types | |
enum | Mode { Lax = 1, Strict } |
Static Public Functions | |
static Expression::Ptr | create (const Expression::Ptr &operandNode, const Mode validationMode, const StaticContext::Ptr &context) |
Private Functions | |
Validate () | |
Handles XQuery 1.0's validate
expression.
This class is currently not used. The Schema Validation Feature is not supported.
Definition at line 75 of file qvalidate_p.h.
Represents the validation mode.
Enumerator | |
---|---|
Lax | |
Strict |
Definition at line 82 of file qvalidate_p.h.
|
private |
|
static |
Creates the necessary Expression instances that validates the operand node operandNode
in mode validationMode
, and returns it.
Definition at line 53 of file qvalidate.cpp.