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