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