Public Types | Static Public Member Functions
zorba::store::StoreConsts Class Reference

#include <zorba/store_consts.h>

List of all members.

Public Types

enum  NodeKind {
  anyNode = 0, documentNode = 1, elementNode = 2, attributeNode = 3,
  textNode = 4, piNode = 5, commentNode = 6
}
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 89 of file store_consts.h.


Member Enumeration Documentation

Enumerator:
anyNode 
documentNode 
elementNode 
attributeNode 
textNode 
piNode 
commentNode 

Definition at line 93 of file store_consts.h.

Enumerator:
ALL_NAMESPACES 
ONLY_LOCAL_NAMESPACES 
ONLY_PARENT_NAMESPACES 

Definition at line 104 of file store_consts.h.


Member Function Documentation

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

Definition at line 111 of file store_consts.h.


The documentation for this class was generated from the following file:
blog comments powered by Disqus