static_context_consts.h File Reference

Go to the source code of this file.

Enumerations

enum  boundary_space_mode_t { preserve_space, strip_space }
 Boundary-space policy as defined in http://www.w3.org/TR/xquery/#static_context. More...
enum  construction_mode_t { preserve_cons, strip_cons }
 Construction mode as defined in http://www.w3.org/TR/xquery/#static_context. More...
enum  inherit_mode_t { inherit_ns, no_inherit_ns }
 Inherit part of the Copy-namespace mode as defined in http://www.w3.org/TR/xquery/#static_context. More...
enum  order_empty_mode_t { empty_greatest, empty_least }
 Default order for empty sequences as defined in http://www.w3.org/TR/xquery/#static_context. More...
enum  ordering_mode_t { ordered, unordered }
 Ordering mode as defined in http://www.w3.org/TR/xquery/#static_context. More...
enum  preserve_mode_t { preserve_ns, no_preserve_ns }
 Preserve part of the Copy-namespace mode as defined in http://www.w3.org/TR/xquery/#static_context. More...
enum  xpath1_0compatib_mode_t { xpath2_0, xpath1_0 }
 XPath 1.0 compatibility mode as defined in http://www.w3.org/TR/xquery/#static_context. More...


Enumeration Type Documentation

Boundary-space policy as defined in http://www.w3.org/TR/xquery/#static_context.

Enumerator:
preserve_space 
strip_space 

Definition at line 45 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 49 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 36 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 31 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 26 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 41 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 22 of file static_context_consts.h.