Namespaces | |
serialization | |
Data Structures | |
class | UserError |
A UserError is-a Diagnostic for user-defined errors via fn:error() . More... | |
Typedefs | |
typedef Diagnostic | Error |
typedef internal::SystemDiagnostic < internal::XQueryErrQName > | XQueryErrorCode |
An XQueryErrorCode is a diagnostic for all XQuery-specific errors. More... | |
typedef internal::SystemDiagnostic < internal::ZorbaErrQName > | ZorbaErrorCode |
A ZorbaErrorCode is a diagnostic for all Zorba-specific errors. More... | |
typedef Diagnostic zorba::Error |
typedef internal::SystemDiagnostic<internal::XQueryErrQName> zorba::XQueryErrorCode |
typedef internal::SystemDiagnostic<internal::ZorbaErrQName> zorba::ZorbaErrorCode |
Boundary-space policy as defined in http://www.w3.org/TR/xquery/#static_context.
Enumerator | |
---|---|
preserve_space | |
strip_space |
Definition at line 48 of file static_context_consts.h.
Construction mode as defined in http://www.w3.org/TR/xquery/#static_context.
Enumerator | |
---|---|
preserve_cons | |
strip_cons |
Definition at line 52 of file static_context_consts.h.
Container kind of an index as defined in the XQuery Data Definition Facility.
Enumerator | |
---|---|
index_hash | |
index_tree |
Definition at line 75 of file static_context_consts.h.
Maintenance mode of an index as defined in the XQuery Data Definition Facility.
Enumerator | |
---|---|
index_automatic | |
index_manual |
Definition at line 70 of file static_context_consts.h.
Inherit part of the Copy-namespace mode as defined in http://www.w3.org/TR/xquery/#static_context.
Enumerator | |
---|---|
inherit_ns | |
no_inherit_ns |
Definition at line 39 of file static_context_consts.h.
The JSONiq version.
Enumerator | |
---|---|
jsoniq_version_undefined | |
jsoniq_version_1_0 |
Definition at line 59 of file static_context_consts.h.
Default order for empty sequences as defined in http://www.w3.org/TR/xquery/#static_context.
Enumerator | |
---|---|
empty_greatest | |
empty_least |
Definition at line 34 of file static_context_consts.h.
Ordering mode as defined in http://www.w3.org/TR/xquery/#static_context.
Enumerator | |
---|---|
ordered | |
unordered |
Definition at line 29 of file static_context_consts.h.
Preserve part of the Copy-namespace mode as defined in http://www.w3.org/TR/xquery/#static_context.
Enumerator | |
---|---|
preserve_ns | |
no_preserve_ns |
Definition at line 44 of file static_context_consts.h.
Revalidation mode as defined in http://www.w3.org/TR/xquery-update-10/#id-revalidation-declaration Note: when DTD validation is needed the use of validate_lax_dtd is required.
Enumerator | |
---|---|
validate_skip | |
validate_lax | |
validate_lax_dtd | |
validate_strict |
Definition at line 65 of file static_context_consts.h.
XPath 1.0 compatibility mode as defined in http://www.w3.org/TR/xquery/#static_context.
Enumerator | |
---|---|
xpath2_0 | |
xpath1_0 |
Definition at line 25 of file static_context_consts.h.
The XQuery version, taken from the version declaration, an XQuery 3.0 feature.
Enumerator | |
---|---|
xquery_version_1_0 | |
xquery_version_3_0 |
Definition at line 56 of file static_context_consts.h.