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
00155
00156
00157
00158
00159
00160
00161
00162
00163
00164
00165
00166 #if !defined(XERCESDEFS_HPP)
00167 #define XERCESDEFS_HPP
00168
00169
00170
00171
00172
00173
00174 #define Xerces_DLLVersionStr "1_6_0"
00175 const char* const gXercesVersionStr = "1_6";
00176 const char* const gXercesFullVersionStr = "1_6_0";
00177 const unsigned int gXercesMajVersion = 1;
00178 const unsigned int gXercesMinVersion = 6;
00179 const unsigned int gXercesRevision = 0;
00180
00181
00182
00183
00184
00185
00186 #include <util/AutoSense.hpp>
00187
00188
00189
00190
00191
00192
00193
00194 #if defined(XML_WIN32)
00195 #include <util/Platforms/Win32/Win32Defs.hpp>
00196 #endif
00197
00198 #if defined(XML_AIX)
00199 #include <util/Platforms/AIX/AIXDefs.hpp>
00200 #endif
00201
00202 #if defined(XML_SOLARIS)
00203 #include <util/Platforms/Solaris/SolarisDefs.hpp>
00204 #endif
00205
00206 #if defined(XML_UNIXWARE)
00207 #include <util/Platforms/UnixWare/UnixWareDefs.hpp>
00208 #endif
00209
00210 #if defined(XML_HPUX)
00211 #include <util/Platforms/HPUX/HPUXDefs.hpp>
00212 #endif
00213
00214 #if defined(XML_IRIX)
00215 #include <util/Platforms/IRIX/IRIXDefs.hpp>
00216 #endif
00217
00218 #if defined(XML_TANDEM)
00219 #include <util/Platforms/Tandem/TandemDefs.hpp>
00220 #endif
00221
00222 #if defined(XML_LINUX)
00223 #include <util/Platforms/Linux/LinuxDefs.hpp>
00224 #endif
00225
00226 #if defined(XML_FREEBSD)
00227 #include <util/Platforms/FreeBSD/FreeBSDDefs.hpp>
00228 #endif
00229
00230 #if defined(XML_OS390)
00231 #include <util/Platforms/OS390/OS390Defs.hpp>
00232 #endif
00233
00234 #if defined(XML_PTX)
00235 #include <util/Platforms/PTX/PTXDefs.hpp>
00236 #endif
00237
00238 #if defined(XML_OS2)
00239 #include <util/Platforms/OS2/OS2Defs.hpp>
00240 #endif
00241
00242 #if defined(XML_MACOS) || defined(XML_MACOSX)
00243 #include <util/Platforms/MacOS/MacOSDefs.hpp>
00244 #endif
00245
00246 #if defined(XML_AS400)
00247 #include <util/Platforms/OS400/OS400Defs.hpp>
00248 #endif
00249
00250 #if defined(XML_TRU64)
00251 #include <util/Platforms/Tru64/Tru64Defs.hpp>
00252 #endif
00253
00254
00255
00256
00257
00258
00259
00260 #if defined(XML_VISUALCPP)
00261 #include <util/Compilers/VCPPDefs.hpp>
00262 #endif
00263
00264 #if defined(XML_CSET)
00265 #include <util/Compilers/CSetDefs.hpp>
00266 #endif
00267
00268 #if defined(XML_BORLAND)
00269 #include <util/Compilers/BorlandCDefs.hpp>
00270 #endif
00271
00272 #if defined(XML_SUNCC) || defined(XML_SUNCC5)
00273 #include <util/Compilers/SunCCDefs.hpp>
00274 #endif
00275
00276 #if defined(XML_SCOCC)
00277 #include <util/Compilers/SCOCCDefs.hpp>
00278 #endif
00279
00280 #if defined(XML_SOLARIS_KAICC)
00281 #include <util/Compilers/SunKaiDefs.hpp>
00282 #endif
00283
00284 #if defined(XML_HPUX_CC) || defined(XML_HPUX_aCC) || defined(XML_HPUX_KAICC)
00285 #include <util/Compilers/HPCCDefs.hpp>
00286 #endif
00287
00288 #if defined(XML_MIPSPRO_CC)
00289 #include <util/Compilers/MIPSproDefs.hpp>
00290 #endif
00291
00292 #if defined(XML_TANDEMCC)
00293 #include <util/Compilers/TandemCCDefs.hpp>
00294 #endif
00295
00296 #if defined(XML_GCC)
00297 #include <util/Compilers/GCCDefs.hpp>
00298 #endif
00299
00300 #if defined(XML_MVSCPP)
00301 #include <util/Compilers/MVSCPPDefs.hpp>
00302 #endif
00303
00304 #if defined(XML_IBMVAW32)
00305 #include <util/Compilers/IBMVAW32Defs.hpp>
00306 #endif
00307
00308 #if defined(XML_IBMVAOS2)
00309 #include <util/Compilers/IBMVAOS2Defs.hpp>
00310 #endif
00311
00312 #if defined(XML_METROWERKS)
00313 #include <util/Compilers/CodeWarriorDefs.hpp>
00314 #endif
00315
00316 #if defined(XML_PTX_CC)
00317 #include <util/Compilers/PTXCCDefs.hpp>
00318 #endif
00319
00320 #if defined(XML_AS400)
00321 #include <util/Compilers/OS400SetDefs.hpp>
00322 #endif
00323
00324 #if defined(XML_DECCXX)
00325 #include <util/Compilers/DECCXXDefs.hpp>
00326 #endif
00327
00328
00329
00330
00331
00332
00333
00334
00335
00336
00337
00338 typedef unsigned char XMLByte;
00339 typedef XMLUInt16 UTF16Ch;
00340 typedef XMLUInt32 UCS4Ch;
00341
00342
00343
00344
00345
00346
00347
00348
00349
00350
00351 #if defined(NO_NATIVE_BOOL)
00352 #ifndef bool
00353 typedef int bool;
00354 #endif
00355 #ifndef true
00356 #define true 1
00357 #endif
00358 #ifndef false
00359 #define false 0
00360 #endif
00361 #endif
00362
00363
00364
00365
00366
00367
00368 #if defined(XML_LSTRSUPPORT)
00369 #define XMLStrL(str) L##str
00370 #else
00371 #define XMLStrL(str) str
00372 #endif
00373
00374
00375
00376
00377
00378
00379
00380
00381 #if defined(PROJ_XMLUTIL)
00382 #define PLATFORM_EXPORT
00383 #else
00384 #define PLATFORM_IMPORT
00385 #endif
00386
00387 #if defined(PROJ_XMLPARSER)
00388 #define PLATFORM_EXPORT
00389 #else
00390 #define PLATFORM_IMPORT
00391 #endif
00392
00393 #if defined(PROJ_SAX4C)
00394 #define PLATFORM_EXPORT
00395 #else
00396 #define PLATFORM_IMPORT
00397 #endif
00398
00399 #if defined(PROJ_SAX2)
00400 #define PLATFORM_EXPORT
00401 #else
00402 #define PLATFORM_IMPORT
00403 #endif
00404
00405 #if defined(PROJ_DOM)
00406 #define PLATFORM_EXPORT
00407 #else
00408 #define PLATFORM_IMPORT
00409 #endif
00410
00411 #if defined(PROJ_PARSERS)
00412 #define PLATFORM_EXPORT
00413 #else
00414 #define PLATFORM_IMPORT
00415 #endif
00416
00417 #if defined(PROJ_VALIDATORS)
00418 #define VALIDATORS_EXPORT PLATFORM_EXPORT
00419 #else
00420 #define VALIDATORS_EXPORT PLATFORM_IMPORT
00421 #endif
00422
00423 #endif