zorba::store::StoreConsts Class Reference

#include <zorba/store_consts.h>

List of all members.

Public Types

enum  NodeKind {
  anyNode, documentNode, elementNode, attributeNode,
  textNode, piNode, commentNode
}
enum  NsScoping { ALL_NAMESPACES, ONLY_LOCAL_NAMESPACES, ONLY_PARENT_NAMESPACES }

Static Public Member Functions

static std::string toString (NodeKind k)


Detailed Description

Definition at line 23 of file store_consts.h.


Member Enumeration Documentation

enum zorba::store::StoreConsts::NodeKind

Enumerator:
anyNode 
documentNode 
elementNode 
attributeNode 
textNode 
piNode 
commentNode 

Definition at line 27 of file store_consts.h.

enum zorba::store::StoreConsts::NsScoping

Enumerator:
ALL_NAMESPACES 
ONLY_LOCAL_NAMESPACES 
ONLY_PARENT_NAMESPACES 

Definition at line 38 of file store_consts.h.


Member Function Documentation

static std::string zorba::store::StoreConsts::toString ( NodeKind  k  )  [static]


The documentation for this class was generated from the following file: