http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Home

Readme
Download
Installation
Build

API Docs
Samples
Schema

FAQs
Programming
Migration

Releases
Bug-Reporting
Feedback

Y2K Compliance
PDF Document

CVS Repository
Mail Archive

API Docs for SAX and DOM
 

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

XercesDefs.hpp

Go to the documentation of this file.
00001 /*
00002  * The Apache Software License, Version 1.1
00003  *
00004  * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
00005  * reserved.
00006  *
00007  * Redistribution and use in source and binary forms, with or without
00008  * modification, are permitted provided that the following conditions
00009  * are met:
00010  *
00011  * 1. Redistributions of source code must retain the above copyright
00012  *    notice, this list of conditions and the following disclaimer.
00013  *
00014  * 2. Redistributions in binary form must reproduce the above copyright
00015  *    notice, this list of conditions and the following disclaimer in
00016  *    the documentation and/or other materials provided with the
00017  *    distribution.
00018  *
00019  * 3. The end-user documentation included with the redistribution,
00020  *    if any, must include the following acknowledgment:
00021  *       "This product includes software developed by the
00022  *        Apache Software Foundation (http://www.apache.org/)."
00023  *    Alternately, this acknowledgment may appear in the software itself,
00024  *    if and wherever such third-party acknowledgments normally appear.
00025  *
00026  * 4. The names "Xerces" and "Apache Software Foundation" must
00027  *    not be used to endorse or promote products derived from this
00028  *    software without prior written permission. For written
00029  *    permission, please contact apache\@apache.org.
00030  *
00031  * 5. Products derived from this software may not be called "Apache",
00032  *    nor may "Apache" appear in their name, without prior written
00033  *    permission of the Apache Software Foundation.
00034  *
00035  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
00036  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
00037  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
00038  * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
00039  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
00040  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
00041  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
00042  * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
00043  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
00044  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
00045  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
00046  * SUCH DAMAGE.
00047  * ====================================================================
00048  *
00049  * This software consists of voluntary contributions made by many
00050  * individuals on behalf of the Apache Software Foundation, and was
00051  * originally based on software copyright (c) 1999, International
00052  * Business Machines, Inc., http://www.ibm.com .  For more information
00053  * on the Apache Software Foundation, please see
00054  * <http://www.apache.org/>.
00055  */
00056 
00057 /*
00058  * $Log: XercesDefs.hpp,v $
00059  * Revision 1.4  2002/02/27 22:38:34  peiyongz
00060  * Bug# 6445 Caldera (SCO) OpenServer Port : patch from Martin Kalen
00061  *
00062  * Revision 1.3  2002/02/20 21:41:54  tng
00063  * project files changes for Xerces-C++ 1.7.
00064  *
00065  * Revision 1.2  2002/02/17 21:12:06  jberry
00066  * Adjust "sane includes" include path for Mac OS.
00067  *
00068  * I've also changed this path for XML_AS400, XML_TRU64, XML_PTX_CC, and XML_DECCXX
00069  * 'cause it looks like the right thing to do...hope that's not a mistake.
00070  *
00071  * Revision 1.1.1.1  2002/02/01 22:22:13  peiyongz
00072  * sane_include
00073  *
00074  * Revision 1.18  2001/11/29 18:25:18  tng
00075  * FreeBSD support by Michael Huedepohl.
00076  *
00077  * Revision 1.17  2001/11/23 17:19:33  tng
00078  * Change from 1.5.2 to 1.6.0
00079  *
00080  * Revision 1.16  2001/10/15 16:27:35  tng
00081  * Changes for Xerces-C 1.5.2
00082  *
00083  * Revision 1.15  2001/07/13 20:16:38  tng
00084  * Update for release 1.5.1.
00085  *
00086  * Revision 1.14  2001/06/05 13:52:25  tng
00087  * Change Version number from Xerces 1.4 to 1.5.  By Pei Yong Zhang.
00088  *
00089  * Revision 1.13  2001/05/11 13:26:32  tng
00090  * Copyright update.
00091  *
00092  * Revision 1.12  2001/02/08 14:15:33  tng
00093  * enable COMPAQ Tru64 UNIX machines to build xerces-c with gcc (tested using COMPAQ gcc version2.95.2 19991024 (release) and Tru64 V5.0 1094).  Added by Martin Kalen.
00094  *
00095  * Revision 1.11  2001/01/25 19:17:06  tng
00096  * const should be used instead of static const.  Fixed by Khaled Noaman.
00097  *
00098  * Revision 1.10  2001/01/12 22:09:07  tng
00099  * Various update for Xerces 1.4
00100  *
00101  * Revision 1.9  2000/11/07 18:14:39  andyh
00102  * Fix incorrect version number in gXercesMinVersion.
00103  * From Pieter Van-Dyck
00104  *
00105  * Revision 1.8  2000/11/02 07:23:27  roddey
00106  * Just a test of checkin access
00107  *
00108  * Revision 1.7  2000/08/18 21:29:14  andyh
00109  * Change version to 1.3 in preparation for upcoming Xerces 1.3
00110  * and XML4C 3.3 stable releases
00111  *
00112  * Revision 1.6  2000/08/07 20:31:34  jpolast
00113  * include  module
00114  *
00115  * Revision 1.5  2000/08/01 18:26:02  aruna1
00116  * Tru64 support added
00117  *
00118  * Revision 1.4  2000/07/29 05:36:37  jberry
00119  * Fix misspelling in Mac OS port
00120  *
00121  * Revision 1.3  2000/07/19 18:20:12  andyh
00122  * Macintosh port: fix problems with yesterday's code checkin.  A couple
00123  * of the changes were mangled or missed.
00124  *
00125  * Revision 1.2  2000/04/04 20:11:29  abagchi
00126  * Added PTX support
00127  *
00128  * Revision 1.1  2000/03/02 19:54:50  roddey
00129  * This checkin includes many changes done while waiting for the
00130  * 1.1.0 code to be finished. I can't list them all here, but a list is
00131  * available elsewhere.
00132  *
00133  * Revision 1.13  2000/03/02 01:51:00  aruna1
00134  * Sun CC 5.0 related changes
00135  *
00136  * Revision 1.12  2000/02/24 20:05:26  abagchi
00137  * Swat for removing Log from API docs
00138  *
00139  * Revision 1.11  2000/02/22 01:00:10  aruna1
00140  * GNUGDefs references removed. Now only GCCDefs is used instead
00141  *
00142  * Revision 1.10  2000/02/06 07:48:05  rahulj
00143  * Year 2K copyright swat.
00144  *
00145  * Revision 1.9  2000/02/01 23:43:32  abagchi
00146  * AS/400 related change
00147  *
00148  * Revision 1.8  2000/01/21 22:12:29  abagchi
00149  * OS390 Change: changed OE390 to OS390
00150  *
00151  * Revision 1.7  2000/01/14 01:18:35  roddey
00152  * Added a macro, XMLStrL(), which is defined one way or another according
00153  * to whether the per-compiler file defines XML_LSTRSUPPORT or not. This
00154  * allows conditional support of L"" type prefixes.
00155  *
00156  * Revision 1.6  2000/01/14 00:52:06  roddey
00157  * Updated the version information for the next release, i.e. 1.1.0
00158  *
00159  * Revision 1.5  1999/12/17 01:28:53  rahulj
00160  * Merged in changes submitted for UnixWare 7 port. Platform
00161  * specific files are still missing.
00162  *
00163  * Revision 1.4  1999/12/16 23:47:10  rahulj
00164  * Updated for version 1.0.1
00165  *
00166  * Revision 1.3  1999/12/01 17:16:16  rahulj
00167  * Added support for IRIX 6.5.5 using SGI MIPSpro C++ 7.3 and 7.21 generating 32 bit objects. Changes submitted by Marc Stuessel
00168  *
00169  * Revision 1.2  1999/11/10 02:02:51  abagchi
00170  * Changed version numbers
00171  *
00172  * Revision 1.1.1.1  1999/11/09 01:05:35  twl
00173  * Initial checkin
00174  *
00175  * Revision 1.3  1999/11/08 20:45:19  rahul
00176  * Swat for adding in Product name and CVS comment log variable.
00177  *
00178  */
00179 
00180 
00181 #if !defined(XERCESDEFS_HPP)
00182 #define XERCESDEFS_HPP
00183 
00184 // ---------------------------------------------------------------------------
00185 //  These are the various representations of the current version of Xerces.
00186 //  These are updated for every build. They must be at the top because they
00187 //  can be used by various per-compiler headers below.
00188 // ---------------------------------------------------------------------------
00189 #define Xerces_DLLVersionStr "1_7_0"
00190 const char* const    gXercesVersionStr = "1_7";
00191 const char* const    gXercesFullVersionStr = "1_7_0";
00192 const unsigned int   gXercesMajVersion = 1;
00193 const unsigned int   gXercesMinVersion = 7;
00194 const unsigned int   gXercesRevision   = 0;
00195 
00196 
00197 // ---------------------------------------------------------------------------
00198 //  Include the header that does automatic sensing of the current platform
00199 //  and compiler.
00200 // ---------------------------------------------------------------------------
00201 #include    <xercesc/util/AutoSense.hpp>
00202 
00203 
00204 
00205 // ---------------------------------------------------------------------------
00206 //  According to the platform we include a platform specific file. This guy
00207 //  will set up any platform specific stuff, such as character mode.
00208 // ---------------------------------------------------------------------------
00209 #if defined(XML_WIN32)
00210 #include    <xercesc/util/Platforms/Win32/Win32Defs.hpp>
00211 #endif
00212 
00213 #if defined(XML_AIX)
00214 #include    <xercesc/util/Platforms/AIX/AIXDefs.hpp>
00215 #endif
00216 
00217 #if defined(XML_SOLARIS)
00218 #include    <xercesc/util/Platforms/Solaris/SolarisDefs.hpp>
00219 #endif
00220 
00221 #if defined(XML_OPENSERVER)
00222 #include    <xercesc/util/Platforms/OpenServer/OpenServerDefs.hpp>
00223 #endif
00224 
00225 #if defined(XML_UNIXWARE)
00226 #include    <xercesc/util/Platforms/UnixWare/UnixWareDefs.hpp>
00227 #endif
00228 
00229 #if defined(XML_HPUX)
00230 #include    <xercesc/util/Platforms/HPUX/HPUXDefs.hpp>
00231 #endif
00232 
00233 #if defined(XML_IRIX)
00234 #include    <xercesc/util/Platforms/IRIX/IRIXDefs.hpp>
00235 #endif
00236 
00237 #if defined(XML_TANDEM)
00238 #include    <xercesc/util/Platforms/Tandem/TandemDefs.hpp>
00239 #endif
00240 
00241 #if defined(XML_LINUX)
00242 #include    <xercesc/util/Platforms/Linux/LinuxDefs.hpp>
00243 #endif
00244 
00245 #if defined(XML_FREEBSD)
00246 #include    <xercesc/util/Platforms/FreeBSD/FreeBSDDefs.hpp>
00247 #endif
00248 
00249 #if defined(XML_OS390)
00250 #include    <xercesc/util/Platforms/OS390/OS390Defs.hpp>
00251 #endif
00252 
00253 #if defined(XML_PTX)
00254 #include    <xercesc/util/Platforms/PTX/PTXDefs.hpp>
00255 #endif
00256 
00257 #if defined(XML_OS2)
00258 #include    <xercesc/util/Platforms/OS2/OS2Defs.hpp>
00259 #endif
00260 
00261 #if defined(XML_MACOS) || defined(XML_MACOSX)
00262 #include    <xercesc/util/Platforms/MacOS/MacOSDefs.hpp>
00263 #endif
00264 
00265 #if defined(XML_AS400)
00266 #include    <xercesc/util/Platforms/OS400/OS400Defs.hpp>
00267 #endif
00268 
00269 #if defined(XML_TRU64)
00270 #include    <xercesc/util/Platforms/Tru64/Tru64Defs.hpp>
00271 #endif
00272 
00273 
00274 // ---------------------------------------------------------------------------
00275 //  And now we subinclude a header according to the development environment
00276 //  we are on. This guy defines for each platform some basic stuff that is
00277 //  specific to the development environment.
00278 // ---------------------------------------------------------------------------
00279 #if defined(XML_VISUALCPP)
00280 #include    <xercesc/util/Compilers/VCPPDefs.hpp>
00281 #endif
00282 
00283 #if defined(XML_CSET)
00284 #include    <xercesc/util/Compilers/CSetDefs.hpp>
00285 #endif
00286 
00287 #if defined(XML_BORLAND)
00288 #include    <xercesc/util/Compilers/BorlandCDefs.hpp>
00289 #endif
00290 
00291 #if defined(XML_SUNCC) || defined(XML_SUNCC5)
00292 #include    <xercesc/util/Compilers/SunCCDefs.hpp>
00293 #endif
00294 
00295 #if defined(XML_SCOCC)
00296 #include    <xercesc/util/Compilers/SCOCCDefs.hpp>
00297 #endif
00298 
00299 #if defined(XML_SOLARIS_KAICC)
00300 #include    <xercesc/util/Compilers/SunKaiDefs.hpp>
00301 #endif
00302 
00303 #if defined(XML_HPUX_CC) || defined(XML_HPUX_aCC) || defined(XML_HPUX_KAICC)
00304 #include    <xercesc/util/Compilers/HPCCDefs.hpp>
00305 #endif
00306 
00307 #if defined(XML_MIPSPRO_CC)
00308 #include    <xercesc/util/Compilers/MIPSproDefs.hpp>
00309 #endif
00310 
00311 #if defined(XML_TANDEMCC)
00312 #include    <xercesc/util/Compilers/TandemCCDefs.hpp>
00313 #endif
00314 
00315 #if defined(XML_GCC)
00316 #include    <xercesc/util/Compilers/GCCDefs.hpp>
00317 #endif
00318 
00319 #if defined(XML_MVSCPP)
00320 #include    <xercesc/util/Compilers/MVSCPPDefs.hpp>
00321 #endif
00322 
00323 #if defined(XML_IBMVAW32)
00324 #include    <xercesc/util/Compilers/IBMVAW32Defs.hpp>
00325 #endif
00326 
00327 #if defined(XML_IBMVAOS2)
00328 #include    <xercesc/util/Compilers/IBMVAOS2Defs.hpp>
00329 #endif
00330 
00331 #if defined(XML_METROWERKS)
00332 #include    <xercesc/util/Compilers/CodeWarriorDefs.hpp>
00333 #endif
00334 
00335 #if defined(XML_PTX_CC)
00336 #include    <xercesc/util/Compilers/PTXCCDefs.hpp>
00337 #endif
00338 
00339 #if defined(XML_AS400)
00340 #include    <xercesc/util/Compilers/OS400SetDefs.hpp>
00341 #endif
00342 
00343 #if defined(XML_DECCXX)
00344 #include    <xercesc/util/Compilers/DECCXXDefs.hpp>
00345 #endif
00346 
00347 
00348 // ---------------------------------------------------------------------------
00349 //  Some general typedefs that are defined for internal flexibility.
00350 //
00351 //  Note  that UTF16Ch is fixed at 16 bits, whereas XMLCh floats in size per
00352 //  platform, to whatever is the native wide char format there. UCS4Ch is
00353 //  fixed at 32 bits. The types we defined them in terms of are defined per
00354 //  compiler, using whatever types are the right ones for them to get these
00355 //  16/32 bit sizes.
00356 // ---------------------------------------------------------------------------
00357 typedef unsigned char       XMLByte;
00358 typedef XMLUInt16           UTF16Ch;
00359 typedef XMLUInt32           UCS4Ch;
00360 
00361 
00362 
00363 // ---------------------------------------------------------------------------
00364 //  Handle boolean. If the platform can handle booleans itself, then we
00365 //  map our boolean type to the native type. Otherwise we create a default
00366 //  one as an int and define const values for true and false.
00367 //
00368 //  This flag will be set in the per-development environment stuff above.
00369 // ---------------------------------------------------------------------------
00370 #if defined(NO_NATIVE_BOOL)
00371   #ifndef bool
00372     typedef int     bool;
00373   #endif
00374   #ifndef true
00375     #define  true     1
00376   #endif
00377   #ifndef false
00378     #define false 0
00379   #endif
00380 #endif
00381 
00382 
00383 // ---------------------------------------------------------------------------
00384 //  According to whether the compiler suports L"" type strings, we define
00385 //  the XMLStrL() macro one way or another.
00386 // ---------------------------------------------------------------------------
00387 #if defined(XML_LSTRSUPPORT)
00388 #define XMLStrL(str)  L##str
00389 #else
00390 #define XMLStrL(str)  str
00391 #endif
00392 
00393 
00394 
00395 // ---------------------------------------------------------------------------
00396 //  Set up the import/export keyword  for our core projects. The
00397 //  PLATFORM_XXXX keywords are set in the per-development environment
00398 //  include above.
00399 // ---------------------------------------------------------------------------
00400 #if defined(PROJ_XMLUTIL)
00401 #define  PLATFORM_EXPORT
00402 #else
00403 #define  PLATFORM_IMPORT
00404 #endif
00405 
00406 #if defined(PROJ_XMLPARSER)
00407 #define  PLATFORM_EXPORT
00408 #else
00409 #define  PLATFORM_IMPORT
00410 #endif
00411 
00412 #if defined(PROJ_SAX4C)
00413 #define  PLATFORM_EXPORT
00414 #else
00415 #define  PLATFORM_IMPORT
00416 #endif
00417 
00418 #if defined(PROJ_SAX2)
00419 #define  PLATFORM_EXPORT
00420 #else
00421 #define  PLATFORM_IMPORT
00422 #endif
00423 
00424 #if defined(PROJ_DOM)
00425 #define  PLATFORM_EXPORT
00426 #else
00427 #define  PLATFORM_IMPORT
00428 #endif
00429 
00430 #if defined(PROJ_PARSERS)
00431 #define   PLATFORM_EXPORT
00432 #else
00433 #define   PLATFORM_IMPORT
00434 #endif
00435 
00436 #if defined(PROJ_VALIDATORS)
00437 #define VALIDATORS_EXPORT  PLATFORM_EXPORT
00438 #else
00439 #define VALIDATORS_EXPORT  PLATFORM_IMPORT
00440 #endif
00441 
00442 #endif


Copyright © 2000 The Apache Software Foundation. All Rights Reserved.