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