zorba::store::StoreConsts

#include <zorba/store_consts.h>

Public Types

JSONItemKind

NodeKind

NsScoping

NsScoping defines the three values that can be given as arguments to the Item::getNamespaceBindings() method.

Public Static Functions

std::string

toSchemaString(NodeKind)

std::string

toString(NodeKind)

Public Types

JSONItemKind

 JSONItemKind

NodeKind

 NodeKind

NsScoping

 NsScoping

NsScoping defines the three values that can be given as arguments to the Item::getNamespaceBindings() method.

The semantics of the three values are as follows:ALL_BINDINGS: All the namespace bindings of an element node, as defined by the W3C XQuery and XPath Data Model specification.ONLY_LOCAL_BINDINGS: The bindings that are implied by the qnames of an element node and its attributes, plus those that are specified by the namespace declaration attributes of the element node.ONLY_LOCALLY_DECLARED_BINDINGS: The bindings that are specified by the namespace declaration attributes of an element node.

Public Static Functions

toSchemaString

std::string toSchemaString(NodeKind)

toString

std::string toString(NodeKind)