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 
14 #ifdef __cplusplus
15 namespace P6R {
16 extern "C" {
17 #endif
18 
46 typedef enum {
66 } P6XPATH_TYPE;
67 
68 
97 static const P6DOMXMLFLAGS P6DOMXML_NOFLAGS = 0x00000000;
98 static const P6DOMXMLFLAGS P6DOMXML_TRACEON = 0x00000001;
99 static const P6DOMXMLFLAGS P6DOMXML_USEJSON = 0x00000002;
100 static const P6DOMXMLFLAGS P6DOMXML_USERPARSER = 0x00000004;
101 static const P6DOMXMLFLAGS P6DOMXML_USEJSONML = 0x00000008;
102 static const P6DOMXMLFLAGS P6DOMXML_USEKMIP = 0x00000010;
103 static const P6DOMXMLFLAGS P6DOMXML_USEKMIPEX1 = 0x00000020;
104 static const P6DOMXMLFLAGS P6DOMXML_USEKMIPXML = 0x00000040;
105 static const P6DOMXMLFLAGS P6DOMXML_USEKMIPJSON = 0x00000080;
106 static const P6DOMXMLFLAGS P6DOMXML_PRETTYPRINT = 0x00000100;
107 
108 
109 #ifdef __cplusplus
110 }
111 } // namespace
112 #endif
113 
114 
115 
116 #endif
117 
118 
119 
120 
121 
122 
123 
uint32_t P6UINT32
Definition: p6types.h:77
P6XPATH_TYPE
Part of the XPath type system.
Definition: p6domxmltypes.h:46
P6UINT32 P6DOMXMLFLAGS
P6DOMXMLFLAGS.
Definition: p6domxmltypes.h:96