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

Home

Readme
Release Info

Installation
Download
Build

FAQs
Samples
API Docs

DOM C++ Binding
Programming
Migration Guide

Feedback
Bug-Reporting
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.16  2004/02/04 13:26:44  amassari
00060  * Added support for the Interix platform (Windows Services for Unix 3.5)
00061  *
00062  * Revision 1.15  2003/05/29 11:18:37  gareth
00063  * Added macros in so we can determine whether to do things like iostream as opposed to iostream.h and whether to use std:: or not.
00064  *
00065  * Revision 1.14  2003/05/12 09:44:19  gareth
00066  * Port to NetBSD. Patch by Hiramatsu Yoshifumi.
00067  *
00068  * Revision 1.13  2003/03/13 22:11:46  tng
00069  * [Bug 17858] Support for QNX/Neutrino.  Patch from Chris McKillop.
00070  *
00071  * Revision 1.12  2003/02/23 05:44:12  jberry
00072  * Ripple through changes of BeOSDefs.h name change
00073  *
00074  * Revision 1.11  2002/12/31 19:31:07  tng
00075  * [Bug 15590] BeOSDefs.hpp has wrong case in CVS.
00076  *
00077  * Revision 1.10  2002/12/02 20:40:49  tng
00078  * [Bug 12490] Patches required to build Xerces-C++ on BeOS R5.  Patch from Andrew Bachmann.
00079  *
00080  * Revision 1.9  2002/11/05 21:44:21  tng
00081  * Do not code using namespace in a global header.
00082  *
00083  * Revision 1.8  2002/11/04 14:40:12  tng
00084  * C++ Namespace Support.
00085  *
00086  * Revision 1.7  2002/07/12 16:48:49  jberry
00087  * Remove reliance on XML_MACOSX. XML_MACOS is used solely. Where qualification
00088  * by compiler is required, look for the compiler explicitly such as with
00089  * XML_METROWERKS or __APPLE__ (for the Apple GCC compiler).
00090  *
00091  * Add a few tweaks for compatibility with GCC3.1.
00092  *
00093  * This change may address Bug 10649.
00094  *
00095  * Revision 1.6  2002/07/10 12:56:45  tng
00096  * [Bug 9154] Requesting Xerces Version Macro.
00097  *
00098  * Revision 1.5  2002/05/21 19:35:08  tng
00099  * Update from 1.7 to 2.0
00100  *
00101  * Revision 1.4  2002/02/27 22:38:34  peiyongz
00102  * Bug# 6445 Caldera (SCO) OpenServer Port : patch from Martin Kalen
00103  *
00104  * Revision 1.3  2002/02/20 21:41:54  tng
00105  * project files changes for Xerces-C++ 1.7.
00106  *
00107  * Revision 1.2  2002/02/17 21:12:06  jberry
00108  * Adjust "sane includes" include path for Mac OS.
00109  *
00110  * I've also changed this path for XML_AS400, XML_TRU64, XML_PTX_CC, and XML_DECCXX
00111  * 'cause it looks like the right thing to do...hope that's not a mistake.
00112  *
00113  * Revision 1.1.1.1  2002/02/01 22:22:13  peiyongz
00114  * sane_include
00115  *
00116  * Revision 1.18  2001/11/29 18:25:18  tng
00117  * FreeBSD support by Michael Huedepohl.
00118  *
00119  * Revision 1.17  2001/11/23 17:19:33  tng
00120  * Change from 1.5.2 to 1.6.0
00121  *
00122  * Revision 1.16  2001/10/15 16:27:35  tng
00123  * Changes for Xerces-C 1.5.2
00124  *
00125  * Revision 1.15  2001/07/13 20:16:38  tng
00126  * Update for release 1.5.1.
00127  *
00128  * Revision 1.14  2001/06/05 13:52:25  tng
00129  * Change Version number from Xerces 1.4 to 1.5.  By Pei Yong Zhang.
00130  *
00131  * Revision 1.13  2001/05/11 13:26:32  tng
00132  * Copyright update.
00133  *
00134  * Revision 1.12  2001/02/08 14:15:33  tng
00135  * 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.
00136  *
00137  * Revision 1.11  2001/01/25 19:17:06  tng
00138  * const should be used instead of static const.  Fixed by Khaled Noaman.
00139  *
00140  * Revision 1.10  2001/01/12 22:09:07  tng
00141  * Various update for Xerces 1.4
00142  *
00143  * Revision 1.9  2000/11/07 18:14:39  andyh
00144  * Fix incorrect version number in gXercesMinVersion.
00145  * From Pieter Van-Dyck
00146  *
00147  * Revision 1.8  2000/11/02 07:23:27  roddey
00148  * Just a test of checkin access
00149  *
00150  * Revision 1.7  2000/08/18 21:29:14  andyh
00151  * Change version to 1.3 in preparation for upcoming Xerces 1.3
00152  * and XML4C 3.3 stable releases
00153  *
00154  * Revision 1.6  2000/08/07 20:31:34  jpolast
00155  * include  module
00156  *
00157  * Revision 1.5  2000/08/01 18:26:02  aruna1
00158  * Tru64 support added
00159  *
00160  * Revision 1.4  2000/07/29 05:36:37  jberry
00161  * Fix misspelling in Mac OS port
00162  *
00163  * Revision 1.3  2000/07/19 18:20:12  andyh
00164  * Macintosh port: fix problems with yesterday's code checkin.  A couple
00165  * of the changes were mangled or missed.
00166  *
00167  * Revision 1.2  2000/04/04 20:11:29  abagchi
00168  * Added PTX support
00169  *
00170  * Revision 1.1  2000/03/02 19:54:50  roddey
00171  * This checkin includes many changes done while waiting for the
00172  * 1.1.0 code to be finished. I can't list them all here, but a list is
00173  * available elsewhere.
00174  *
00175  * Revision 1.13  2000/03/02 01:51:00  aruna1
00176  * Sun CC 5.0 related changes
00177  *
00178  * Revision 1.12  2000/02/24 20:05:26  abagchi
00179  * Swat for removing Log from API docs
00180  *
00181  * Revision 1.11  2000/02/22 01:00:10  aruna1
00182  * GNUGDefs references removed. Now only GCCDefs is used instead
00183  *
00184  * Revision 1.10  2000/02/06 07:48:05  rahulj
00185  * Year 2K copyright swat.
00186  *
00187  * Revision 1.9  2000/02/01 23:43:32  abagchi
00188  * AS/400 related change
00189  *
00190  * Revision 1.8  2000/01/21 22:12:29  abagchi
00191  * OS390 Change: changed OE390 to OS390
00192  *
00193  * Revision 1.7  2000/01/14 01:18:35  roddey
00194  * Added a macro, XMLStrL(), which is defined one way or another according
00195  * to whether the per-compiler file defines XML_LSTRSUPPORT or not. This
00196  * allows conditional support of L"" type prefixes.
00197  *
00198  * Revision 1.6  2000/01/14 00:52:06  roddey
00199  * Updated the version information for the next release, i.e. 1.1.0
00200  *
00201  * Revision 1.5  1999/12/17 01:28:53  rahulj
00202  * Merged in changes submitted for UnixWare 7 port. Platform
00203  * specific files are still missing.
00204  *
00205  * Revision 1.4  1999/12/16 23:47:10  rahulj
00206  * Updated for version 1.0.1
00207  *
00208  * Revision 1.3  1999/12/01 17:16:16  rahulj
00209  * 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
00210  *
00211  * Revision 1.2  1999/11/10 02:02:51  abagchi
00212  * Changed version numbers
00213  *
00214  * Revision 1.1.1.1  1999/11/09 01:05:35  twl
00215  * Initial checkin
00216  *
00217  * Revision 1.3  1999/11/08 20:45:19  rahul
00218  * Swat for adding in Product name and CVS comment log variable.
00219  *
00220  */
00221 
00222 
00223 #if !defined(XERCESDEFS_HPP)
00224 #define XERCESDEFS_HPP
00225 
00226 // ---------------------------------------------------------------------------
00227 //  Include the Xerces version information; this is kept in a separate file to
00228 //  make modification simple and obvious. Updates to the version header file
00229 // ---------------------------------------------------------------------------
00230 #include    <xercesc/util/XercesVersion.hpp>
00231 
00232 
00233 // ---------------------------------------------------------------------------
00234 //  Include the header that does automatic sensing of the current platform
00235 //  and compiler.
00236 // ---------------------------------------------------------------------------
00237 #include    <xercesc/util/AutoSense.hpp>
00238 
00239 
00240 
00241 // ---------------------------------------------------------------------------
00242 //  According to the platform we include a platform specific file. This guy
00243 //  will set up any platform specific stuff, such as character mode.
00244 // ---------------------------------------------------------------------------
00245 #if defined(XML_WIN32)
00246 #include    <xercesc/util/Platforms/Win32/Win32Defs.hpp>
00247 #endif
00248 
00249 #if defined(XML_AIX)
00250 #include    <xercesc/util/Platforms/AIX/AIXDefs.hpp>
00251 #endif
00252 
00253 #if defined(XML_SOLARIS)
00254 #include    <xercesc/util/Platforms/Solaris/SolarisDefs.hpp>
00255 #endif
00256 
00257 #if defined(XML_OPENSERVER)
00258 #include    <xercesc/util/Platforms/OpenServer/OpenServerDefs.hpp>
00259 #endif
00260 
00261 #if defined(XML_UNIXWARE)
00262 #include    <xercesc/util/Platforms/UnixWare/UnixWareDefs.hpp>
00263 #endif
00264 
00265 #if defined(XML_HPUX)
00266 #include    <xercesc/util/Platforms/HPUX/HPUXDefs.hpp>
00267 #endif
00268 
00269 #if defined(XML_IRIX)
00270 #include    <xercesc/util/Platforms/IRIX/IRIXDefs.hpp>
00271 #endif
00272 
00273 #if defined(XML_INTERIX)
00274 #include    <xercesc/util/Platforms/Interix/InterixDefs.hpp>
00275 #endif
00276 
00277 #if defined(XML_TANDEM)
00278 #include    <xercesc/util/Platforms/Tandem/TandemDefs.hpp>
00279 #endif
00280 
00281 #if defined(XML_BEOS)
00282 #include    <xercesc/util/Platforms/BeOS/BeOSDefs.hpp>
00283 #endif
00284 
00285 #if defined(XML_LINUX)
00286 #include    <xercesc/util/Platforms/Linux/LinuxDefs.hpp>
00287 #endif
00288 
00289 #if defined(XML_FREEBSD)
00290 #include    <xercesc/util/Platforms/FreeBSD/FreeBSDDefs.hpp>
00291 #endif
00292 
00293 #if defined(XML_OS390)
00294 #include    <xercesc/util/Platforms/OS390/OS390Defs.hpp>
00295 #endif
00296 
00297 #if defined(XML_PTX)
00298 #include    <xercesc/util/Platforms/PTX/PTXDefs.hpp>
00299 #endif
00300 
00301 #if defined(XML_OS2)
00302 #include    <xercesc/util/Platforms/OS2/OS2Defs.hpp>
00303 #endif
00304 
00305 #if defined(XML_MACOS)
00306 #include    <xercesc/util/Platforms/MacOS/MacOSDefs.hpp>
00307 #endif
00308 
00309 #if defined(XML_AS400)
00310 #include    <xercesc/util/Platforms/OS400/OS400Defs.hpp>
00311 #endif
00312 
00313 #if defined(XML_TRU64)
00314 #include    <xercesc/util/Platforms/Tru64/Tru64Defs.hpp>
00315 #endif
00316 
00317 #if defined(XML_QNX)
00318 #include    <xercesc/util/Platforms/QNX/QNXDefs.hpp>
00319 #endif
00320 
00321 // ---------------------------------------------------------------------------
00322 //  And now we subinclude a header according to the development environment
00323 //  we are on. This guy defines for each platform some basic stuff that is
00324 //  specific to the development environment.
00325 // ---------------------------------------------------------------------------
00326 #if defined(XML_VISUALCPP)
00327 #include    <xercesc/util/Compilers/VCPPDefs.hpp>
00328 #endif
00329 
00330 #if defined(XML_CSET)
00331 #include    <xercesc/util/Compilers/CSetDefs.hpp>
00332 #endif
00333 
00334 #if defined(XML_BORLAND)
00335 #include    <xercesc/util/Compilers/BorlandCDefs.hpp>
00336 #endif
00337 
00338 #if defined(XML_SUNCC) || defined(XML_SUNCC5)
00339 #include    <xercesc/util/Compilers/SunCCDefs.hpp>
00340 #endif
00341 
00342 #if defined(XML_SCOCC)
00343 #include    <xercesc/util/Compilers/SCOCCDefs.hpp>
00344 #endif
00345 
00346 #if defined(XML_SOLARIS_KAICC)
00347 #include    <xercesc/util/Compilers/SunKaiDefs.hpp>
00348 #endif
00349 
00350 #if defined(XML_HPUX_CC) || defined(XML_HPUX_aCC) || defined(XML_HPUX_KAICC)
00351 #include    <xercesc/util/Compilers/HPCCDefs.hpp>
00352 #endif
00353 
00354 #if defined(XML_MIPSPRO_CC)
00355 #include    <xercesc/util/Compilers/MIPSproDefs.hpp>
00356 #endif
00357 
00358 #if defined(XML_TANDEMCC)
00359 #include    <xercesc/util/Compilers/TandemCCDefs.hpp>
00360 #endif
00361 
00362 #if defined(XML_GCC)
00363 #include    <xercesc/util/Compilers/GCCDefs.hpp>
00364 #endif
00365 
00366 #if defined(XML_MVSCPP)
00367 #include    <xercesc/util/Compilers/MVSCPPDefs.hpp>
00368 #endif
00369 
00370 #if defined(XML_IBMVAW32)
00371 #include    <xercesc/util/Compilers/IBMVAW32Defs.hpp>
00372 #endif
00373 
00374 #if defined(XML_IBMVAOS2)
00375 #include    <xercesc/util/Compilers/IBMVAOS2Defs.hpp>
00376 #endif
00377 
00378 #if defined(XML_METROWERKS)
00379 #include    <xercesc/util/Compilers/CodeWarriorDefs.hpp>
00380 #endif
00381 
00382 #if defined(XML_PTX_CC)
00383 #include    <xercesc/util/Compilers/PTXCCDefs.hpp>
00384 #endif
00385 
00386 #if defined(XML_AS400)
00387 #include    <xercesc/util/Compilers/OS400SetDefs.hpp>
00388 #endif
00389 
00390 #if defined(XML_DECCXX)
00391 #include    <xercesc/util/Compilers/DECCXXDefs.hpp>
00392 #endif
00393 
00394 #if defined(XML_QCC)
00395 #include    <xercesc/util/Compilers/QCCDefs.hpp>
00396 #endif
00397 
00398 // ---------------------------------------------------------------------------
00399 //  Some general typedefs that are defined for internal flexibility.
00400 //
00401 //  Note  that UTF16Ch is fixed at 16 bits, whereas XMLCh floats in size per
00402 //  platform, to whatever is the native wide char format there. UCS4Ch is
00403 //  fixed at 32 bits. The types we defined them in terms of are defined per
00404 //  compiler, using whatever types are the right ones for them to get these
00405 //  16/32 bit sizes.
00406 //
00407 // ---------------------------------------------------------------------------
00408 typedef unsigned char       XMLByte;
00409 typedef XMLUInt16           UTF16Ch;
00410 typedef XMLUInt32           UCS4Ch;
00411 
00412 
00413 // ---------------------------------------------------------------------------
00414 //  Handle boolean. If the platform can handle booleans itself, then we
00415 //  map our boolean type to the native type. Otherwise we create a default
00416 //  one as an int and define const values for true and false.
00417 //
00418 //  This flag will be set in the per-development environment stuff above.
00419 // ---------------------------------------------------------------------------
00420 #if defined(NO_NATIVE_BOOL)
00421   #ifndef bool
00422     typedef int     bool;
00423   #endif
00424   #ifndef true
00425     #define  true     1
00426   #endif
00427   #ifndef false
00428     #define false 0
00429   #endif
00430 #endif
00431 
00432 #if defined(XML_NETBSD)
00433 #include       <xercesc/util/Platforms/NetBSD/NetBSDDefs.hpp>
00434 #endif
00435 
00436 // ---------------------------------------------------------------------------
00437 //  According to whether the compiler suports L"" type strings, we define
00438 //  the XMLStrL() macro one way or another.
00439 // ---------------------------------------------------------------------------
00440 #if defined(XML_LSTRSUPPORT)
00441 #define XMLStrL(str)  L##str
00442 #else
00443 #define XMLStrL(str)  str
00444 #endif
00445 
00446 
00447 // ---------------------------------------------------------------------------
00448 // Define namespace symbols if the compiler supports it.
00449 // ---------------------------------------------------------------------------
00450 #if defined(XERCES_HAS_CPP_NAMESPACE)
00451     #define XERCES_CPP_NAMESPACE_BEGIN namespace XERCES_CPP_NAMESPACE {
00452     #define XERCES_CPP_NAMESPACE_END  }
00453     #define XERCES_CPP_NAMESPACE_USE using namespace XERCES_CPP_NAMESPACE;
00454     #define XERCES_CPP_NAMESPACE_QUALIFIER XERCES_CPP_NAMESPACE::
00455 
00456     namespace XERCES_CPP_NAMESPACE { }
00457     namespace xercesc = XERCES_CPP_NAMESPACE;
00458 #else
00459     #define XERCES_CPP_NAMESPACE_BEGIN
00460     #define XERCES_CPP_NAMESPACE_END
00461     #define XERCES_CPP_NAMESPACE_USE
00462     #define XERCES_CPP_NAMESPACE_QUALIFIER
00463 #endif
00464 
00465 #if defined(XERCES_STD_NAMESPACE)
00466     #define XERCES_USING_STD(NAME) using std :: NAME;
00467     #define XERCES_STD_QUALIFIER  std ::
00468 #else
00469     #define XERCES_USING_STD(NAME)
00470     #define XERCES_STD_QUALIFIER 
00471 #endif
00472 
00473 
00474 // ---------------------------------------------------------------------------
00475 //  Set up the import/export keyword  for our core projects. The
00476 //  PLATFORM_XXXX keywords are set in the per-development environment
00477 //  include above.
00478 // ---------------------------------------------------------------------------
00479 #if defined(PROJ_XMLUTIL)
00480 #define  PLATFORM_EXPORT
00481 #else
00482 #define  PLATFORM_IMPORT
00483 #endif
00484 
00485 #if defined(PROJ_XMLPARSER)
00486 #define  PLATFORM_EXPORT
00487 #else
00488 #define  PLATFORM_IMPORT
00489 #endif
00490 
00491 #if defined(PROJ_SAX4C)
00492 #define  PLATFORM_EXPORT
00493 #else
00494 #define  PLATFORM_IMPORT
00495 #endif
00496 
00497 #if defined(PROJ_SAX2)
00498 #define  PLATFORM_EXPORT
00499 #else
00500 #define  PLATFORM_IMPORT
00501 #endif
00502 
00503 #if defined(PROJ_DOM)
00504 #define  PLATFORM_EXPORT
00505 #else
00506 #define  PLATFORM_IMPORT
00507 #endif
00508 
00509 #if defined(PROJ_PARSERS)
00510 #define   PLATFORM_EXPORT
00511 #else
00512 #define   PLATFORM_IMPORT
00513 #endif
00514 
00515 #if defined(PROJ_VALIDATORS)
00516 #define VALIDATORS_EXPORT  PLATFORM_EXPORT
00517 #else
00518 #define VALIDATORS_EXPORT  PLATFORM_IMPORT
00519 #endif
00520 
00521 #endif


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