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 namespace P6R {
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
37 const P6XSLTFLAGS P6XSLT_NOFLAGS = 0x00000000;
38 const P6XSLTFLAGS P6XSLT_XSLTTRACE = 0x00000001;
39 const P6XSLTFLAGS P6XSLT_XMLTRACE = 0x00000002;
40 const P6XSLTFLAGS P6XSLT_IGNORETRACE = 0x00000004;
41 const P6XSLTFLAGS P6XSLT_USEJSON = 0x00000008;
42 const P6XSLTFLAGS P6XSLT_USEJSONML = 0x00000020;
43 
44 #ifdef __cplusplus
45 }
46 #endif
47 
48 } // namespace
49 
50 
51 #endif
52 
53 
54 
55 
56 
57 
58 
unsigned int P6UINT32
Definition: p6types.h:40
const P6XSLTFLAGS P6XSLT_XSLTTRACE
Definition: p6xslttypes.h:38
const P6XSLTFLAGS P6XSLT_USEJSON
Definition: p6xslttypes.h:41
const P6XSLTFLAGS P6XSLT_IGNORETRACE
Definition: p6xslttypes.h:40
const P6XSLTFLAGS P6XSLT_NOFLAGS
Definition: p6xslttypes.h:37
P6UINT32 P6XSLTFLAGS
P6XSLTFLAGS.
Definition: p6xslttypes.h:36
const P6XSLTFLAGS P6XSLT_USEJSONML
Definition: p6xslttypes.h:42
const P6XSLTFLAGS P6XSLT_XMLTRACE
Definition: p6xslttypes.h:39