Namespaces |
namespace | zorba |
| Copyright 2006-2011 The FLWOR Foundation.
|
Enumerations |
enum | zorba::boundary_space_mode_t { zorba::preserve_space,
zorba::strip_space
} |
| Boundary-space policy as defined in http://www.w3.org/TR/xquery/#static_context. More...
|
enum | zorba::construction_mode_t { zorba::preserve_cons,
zorba::strip_cons
} |
| Construction mode as defined in http://www.w3.org/TR/xquery/#static_context. More...
|
enum | zorba::index_container_kind_t { zorba::index_hash,
zorba::index_tree
} |
| Container kind of an index as defined in the XQuery Data Definition Facility. More...
|
enum | zorba::index_maintenance_mode_t { zorba::index_automatic,
zorba::index_manual
} |
| Maintenance mode of an index as defined in the XQuery Data Definition Facility. More...
|
enum | zorba::inherit_mode_t { zorba::inherit_ns,
zorba::no_inherit_ns
} |
| Inherit part of the Copy-namespace mode as defined in http://www.w3.org/TR/xquery/#static_context. More...
|
enum | zorba::order_empty_mode_t { zorba::empty_greatest,
zorba::empty_least
} |
| Default order for empty sequences as defined in http://www.w3.org/TR/xquery/#static_context. More...
|
enum | zorba::ordering_mode_t { zorba::ordered,
zorba::unordered
} |
| Ordering mode as defined in http://www.w3.org/TR/xquery/#static_context. More...
|
enum | zorba::preserve_mode_t { zorba::preserve_ns,
zorba::no_preserve_ns
} |
| Preserve part of the Copy-namespace mode as defined in http://www.w3.org/TR/xquery/#static_context. More...
|
enum | zorba::validation_mode_t { zorba::validate_skip,
zorba::validate_lax,
zorba::validate_strict
} |
| Revalidation mode as defined in http://www.w3.org/TR/xquery-update-10/#id-revalidation-declaration. More...
|
enum | zorba::xpath1_0compatib_mode_t { zorba::xpath2_0,
zorba::xpath1_0
} |
| XPath 1.0 compatibility mode as defined in http://www.w3.org/TR/xquery/#static_context. More...
|
enum | zorba::xquery_version_t { zorba::xquery_version_1_0 = 100,
zorba::xquery_version_3_0 = 300
} |
| The XQuery version, taken from the version declaration, an XQuery 3.0 feature. More...
|