Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
p6xslttypes.h
Go to the documentation of this file.
1 
10 #ifndef P6XSLTTYPES_H__
11 #define P6XSLTTYPES_H__ 1
12 
13 
14 #ifdef __cplusplus
15 namespace P6R {
16 extern "C" {
17 #endif
18 
37 static const P6XSLTFLAGS P6XSLT_NOFLAGS = 0x00000000;
38 static const P6XSLTFLAGS P6XSLT_XSLTTRACE = 0x00000001;
39 static const P6XSLTFLAGS P6XSLT_XMLTRACE = 0x00000002;
40 static const P6XSLTFLAGS P6XSLT_IGNORETRACE = 0x00000004;
41 static const P6XSLTFLAGS P6XSLT_USEJSON = 0x00000008;
42 static const P6XSLTFLAGS P6XSLT_USEJSONML = 0x00000020;
43 
44 #ifdef __cplusplus
45 }
46 } // namespace
47 #endif
48 
49 
50 #endif
51 
52 
53 
54 
55 
56 
57 
uint32_t P6UINT32
Definition: p6types.h:77
P6UINT32 P6XSLTFLAGS
P6XSLTFLAGS.
Definition: p6xslttypes.h:36