Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
p6domxmltypes.h
Go to the documentation of this file.
1 
10 #ifndef P6DOMXMLTYPES_H__
11 #define P6DOMXMLTYPES_H__ 1
12 
13 namespace P6R {
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
46 typedef enum {
66 } P6XPATH_TYPE;
67 
68 
97 const P6DOMXMLFLAGS P6DOMXML_NOFLAGS = 0x00000000;
98 const P6DOMXMLFLAGS P6DOMXML_TRACEON = 0x00000001;
99 const P6DOMXMLFLAGS P6DOMXML_USEJSON = 0x00000002;
100 const P6DOMXMLFLAGS P6DOMXML_USERPARSER = 0x00000004;
101 const P6DOMXMLFLAGS P6DOMXML_USEJSONML = 0x00000008;
102 const P6DOMXMLFLAGS P6DOMXML_USEKMIP = 0x00000010;
103 const P6DOMXMLFLAGS P6DOMXML_USEKMIPEX1 = 0x00000020;
104 const P6DOMXMLFLAGS P6DOMXML_USEKMIPXML = 0x00000040;
105 const P6DOMXMLFLAGS P6DOMXML_USEKMIPJSON = 0x00000080;
106 
107 #ifdef __cplusplus
108 }
109 #endif
110 
111 } // namespace
112 
113 
114 #endif
115 
116 
117 
118 
119 
120 
121 
const P6DOMXMLFLAGS P6DOMXML_USEJSONML
const P6DOMXMLFLAGS P6DOMXML_USEKMIPEX1
unsigned int P6UINT32
Definition: p6types.h:40
const P6DOMXMLFLAGS P6DOMXML_USERPARSER
const P6DOMXMLFLAGS P6DOMXML_USEKMIPJSON
P6XPATH_TYPE
Part of the XPath type system.
Definition: p6domxmltypes.h:46
const P6DOMXMLFLAGS P6DOMXML_TRACEON
Definition: p6domxmltypes.h:98
const P6DOMXMLFLAGS P6DOMXML_NOFLAGS
Definition: p6domxmltypes.h:97
P6UINT32 P6DOMXMLFLAGS
P6DOMXMLFLAGS.
Definition: p6domxmltypes.h:96
const P6DOMXMLFLAGS P6DOMXML_USEKMIP
const P6DOMXMLFLAGS P6DOMXML_USEKMIPXML
const P6DOMXMLFLAGS P6DOMXML_USEJSON
Definition: p6domxmltypes.h:99