00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056
00057
00058
00059
00060
00061
00062
00063
00064
00065
00066
00067
00068
00069
00070
00071
00072
00073
00074
00075
00076
00077
00078
00079
00080
00081
00082
00083
00084
00085
00086
00087
00088
00089
00090
00091
00092
00093
00094
00095
00096
00097
00098
00099
00100
00101
00102
00103
00104
00105
00106
00107
00108
00109
00110
00111
00112
00113
00114
00115
00116
00117
00118
00119
00120
00121
00122
00123
00124
00125
00126
00127
00128
00129
00130
00131
00132
00133
00134
00135
00136
00137
00138
00139
00140
00141
00142
00143
00144
00145
00146
00147
00148
00149
00150
00151
00152
00153
00154 #if !defined(XERCESDEFS_HPP)
00155 #define XERCESDEFS_HPP
00156
00157
00158
00159
00160
00161
00162 #define Xerces_DLLVersionStr "1_5"
00163 const char* const gXercesVersionStr = "1_5";
00164 const char* const gXercesFullVersionStr = "1_5_0";
00165 const unsigned int gXercesMajVersion = 1;
00166 const unsigned int gXercesMinVersion = 5;
00167 const unsigned int gXercesRevision = 0;
00168
00169
00170
00171
00172
00173
00174 #include <util/AutoSense.hpp>
00175
00176
00177
00178
00179
00180
00181
00182 #if defined(XML_WIN32)
00183 #include <util/Platforms/Win32/Win32Defs.hpp>
00184 #endif
00185
00186 #if defined(XML_AIX)
00187 #include <util/Platforms/AIX/AIXDefs.hpp>
00188 #endif
00189
00190 #if defined(XML_SOLARIS)
00191 #include <util/Platforms/Solaris/SolarisDefs.hpp>
00192 #endif
00193
00194 #if defined(XML_UNIXWARE)
00195 #include <util/Platforms/UnixWare/UnixWareDefs.hpp>
00196 #endif
00197
00198 #if defined(XML_HPUX)
00199 #include <util/Platforms/HPUX/HPUXDefs.hpp>
00200 #endif
00201
00202 #if defined(XML_IRIX)
00203 #include <util/Platforms/IRIX/IRIXDefs.hpp>
00204 #endif
00205
00206 #if defined(XML_TANDEM)
00207 #include <util/Platforms/Tandem/TandemDefs.hpp>
00208 #endif
00209
00210 #if defined(XML_LINUX)
00211 #include <util/Platforms/Linux/LinuxDefs.hpp>
00212 #endif
00213
00214 #if defined(XML_OS390)
00215 #include <util/Platforms/OS390/OS390Defs.hpp>
00216 #endif
00217
00218 #if defined(XML_PTX)
00219 #include <util/Platforms/PTX/PTXDefs.hpp>
00220 #endif
00221
00222 #if defined(XML_OS2)
00223 #include <util/Platforms/OS2/OS2Defs.hpp>
00224 #endif
00225
00226 #if defined(XML_MACOS) || defined(XML_MACOSX)
00227 #include <util/Platforms/MacOS/MacOSDefs.hpp>
00228 #endif
00229
00230 #if defined(XML_AS400)
00231 #include <util/Platforms/OS400/OS400Defs.hpp>
00232 #endif
00233
00234 #if defined(XML_TRU64)
00235 #include <util/Platforms/Tru64/Tru64Defs.hpp>
00236 #endif
00237
00238
00239
00240
00241
00242
00243
00244 #if defined(XML_VISUALCPP)
00245 #include <util/Compilers/VCPPDefs.hpp>
00246 #endif
00247
00248 #if defined(XML_CSET)
00249 #include <util/Compilers/CSetDefs.hpp>
00250 #endif
00251
00252 #if defined(XML_BORLAND)
00253 #include <util/Compilers/BorlandCDefs.hpp>
00254 #endif
00255
00256 #if defined(XML_SUNCC) || defined(XML_SUNCC5)
00257 #include <util/Compilers/SunCCDefs.hpp>
00258 #endif
00259
00260 #if defined(XML_SCOCC)
00261 #include <util/Compilers/SCOCCDefs.hpp>
00262 #endif
00263
00264 #if defined(XML_SOLARIS_KAICC)
00265 #include <util/Compilers/SunKaiDefs.hpp>
00266 #endif
00267
00268 #if defined(XML_HPUX_CC) || defined(XML_HPUX_aCC) || defined(XML_HPUX_KAICC)
00269 #include <util/Compilers/HPCCDefs.hpp>
00270 #endif
00271
00272 #if defined(XML_MIPSPRO_CC)
00273 #include <util/Compilers/MIPSproDefs.hpp>
00274 #endif
00275
00276 #if defined(XML_TANDEMCC)
00277 #include <util/Compilers/TandemCCDefs.hpp>
00278 #endif
00279
00280 #if defined(XML_GCC)
00281 #include <util/Compilers/GCCDefs.hpp>
00282 #endif
00283
00284 #if defined(XML_MVSCPP)
00285 #include <util/Compilers/MVSCPPDefs.hpp>
00286 #endif
00287
00288 #if defined(XML_IBMVAW32)
00289 #include <util/Compilers/IBMVAW32Defs.hpp>
00290 #endif
00291
00292 #if defined(XML_IBMVAOS2)
00293 #include <util/Compilers/IBMVAOS2Defs.hpp>
00294 #endif
00295
00296 #if defined(XML_METROWERKS)
00297 #include <util/Compilers/CodeWarriorDefs.hpp>
00298 #endif
00299
00300 #if defined(XML_PTX_CC)
00301 #include <util/Compilers/PTXCCDefs.hpp>
00302 #endif
00303
00304 #if defined(XML_AS400)
00305 #include <util/Compilers/OS400SetDefs.hpp>
00306 #endif
00307
00308 #if defined(XML_DECCXX)
00309 #include <util/Compilers/DECCXXDefs.hpp>
00310 #endif
00311
00312
00313
00314
00315
00316
00317
00318
00319
00320
00321
00322 typedef unsigned char XMLByte;
00323 typedef XMLUInt16 UTF16Ch;
00324 typedef XMLUInt32 UCS4Ch;
00325
00326
00327
00328
00329
00330
00331
00332
00333
00334
00335 #if defined(NO_NATIVE_BOOL)
00336 #ifndef bool
00337 typedef int bool;
00338 #endif
00339 #ifndef true
00340 #define true 1
00341 #endif
00342 #ifndef false
00343 #define false 0
00344 #endif
00345 #endif
00346
00347
00348
00349
00350
00351
00352 #if defined(XML_LSTRSUPPORT)
00353 #define XMLStrL(str) L##str
00354 #else
00355 #define XMLStrL(str) str
00356 #endif
00357
00358
00359
00360
00361
00362
00363
00364
00365 #if defined(PROJ_XMLUTIL)
00366 #define PLATFORM_EXPORT
00367 #else
00368 #define PLATFORM_IMPORT
00369 #endif
00370
00371 #if defined(PROJ_XMLPARSER)
00372 #define PLATFORM_EXPORT
00373 #else
00374 #define PLATFORM_IMPORT
00375 #endif
00376
00377 #if defined(PROJ_SAX4C)
00378 #define PLATFORM_EXPORT
00379 #else
00380 #define PLATFORM_IMPORT
00381 #endif
00382
00383 #if defined(PROJ_SAX2)
00384 #define PLATFORM_EXPORT
00385 #else
00386 #define PLATFORM_IMPORT
00387 #endif
00388
00389 #if defined(PROJ_DOM)
00390 #define PLATFORM_EXPORT
00391 #else
00392 #define PLATFORM_IMPORT
00393 #endif
00394
00395 #if defined(PROJ_PARSERS)
00396 #define PLATFORM_EXPORT
00397 #else
00398 #define PLATFORM_IMPORT
00399 #endif
00400
00401 #if defined(PROJ_VALIDATORS)
00402 #define VALIDATORS_EXPORT PLATFORM_EXPORT
00403 #else
00404 #define VALIDATORS_EXPORT PLATFORM_IMPORT
00405 #endif
00406
00407 #endif