You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by jb...@apache.org on 2005/06/17 04:56:50 UTC

svn commit: r191054 [13/15] - in /xerces/c/branches/xerces-2.7: Projects/MacOS/ Projects/MacOS/CodeWarrior/XercesLib/ Projects/Win32/BCB4/Xerces-all/ Projects/Win32/BCB5/Xerces-all/ scripts/ src/xercesc/com/ src/xercesc/dom/ src/xercesc/dom/impl/ src/xercesc/framework/ src/xercesc/framework/psvi/ src/xercesc/internal/ src/xercesc/parsers/ src/xercesc/sax/ src/xercesc/sax2/ src/xercesc/util/ src/xercesc/util/Compilers/ src/xercesc/util/MsgLoaders/ICU/ src/xercesc/util/MsgLoaders/InMemory/ src/xercesc/util/MsgLoaders/MsgCatalog/ src/xercesc/util/MsgLoaders/Win32/ src/xercesc/util/NetAccessors/Socket/ src/xercesc/util/NetAccessors/WinSock/ src/xercesc/util/NetAccessors/libWWW/ src/xercesc/util/Platforms/AIX/ src/xercesc/util/Platforms/BeOS/ src/xercesc/util/Platforms/Cygwin/ src/xercesc/util/Platforms/FreeBSD/ src/xercesc/util/Platforms/HPUX/ src/xercesc/util/Platforms/IRIX/ src/xercesc/util/Platforms/Interix/ src/xercesc/util/Platforms/Linux/ src/xercesc/util/Platforms/OS2/ src/xercesc/util/Platforms/OS390/ src/xercesc/util/Platforms/OS400/ src/xercesc/util/Platforms/OpenServer/ src/xercesc/util/Platforms/PTX/ src/xercesc/util/Platforms/QNX/ src/xercesc/util/Platforms/Solaris/ src/xercesc/util/Platforms/Tandem/ src/xercesc/util/Platforms/UnixWare/ src/xercesc/util/Platforms/Win32/ src/xercesc/util/Transcoders/Cygwin/ src/xercesc/util/Transcoders/ICU/ src/xercesc/util/Transcoders/Iconv/ src/xercesc/util/Transcoders/Iconv390/ src/xercesc/util/Transcoders/Iconv400/ src/xercesc/util/Transcoders/IconvFBSD/ src/xercesc/util/Transcoders/IconvGNU/ src/xercesc/util/Transcoders/Uniconv390/ src/xercesc/util/Transcoders/Win32/ src/xercesc/util/regx/ src/xercesc/validators/DTD/ src/xercesc/validators/common/ src/xercesc/validators/datatype/ src/xercesc/validators/schema/ src/xercesc/validators/schema/identity/ tools/IANACharset/ tools/ICUData/ tools/NLS/Xlat/

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp Thu Jun 16 19:56:35 2005
@@ -15,183 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.31  2005/02/23 19:07:59  cargilld
- * Various PSVI fixes from Mike Boos.
- *
- * Revision 1.30  2004/10/20 15:19:07  knoaman
- * Allow option of initializing static data in XMLPlatformUtils::Initialize
- *
- * Revision 1.29  2004/09/13 21:38:34  peiyongz
- * getBuiltInBaseValidator
- *
- * Revision 1.28  2004/09/08 13:56:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.27  2004/08/11 16:52:59  peiyongz
- * using Literal constants from XMLUni
- *
- * Revision 1.26  2004/01/13 16:17:09  knoaman
- * Fo sanity, use class name to qualify method
- *
- * Revision 1.25  2004/01/09 22:41:58  knoaman
- * Use a global static mutex for locking when creating local static mutexes instead of compareAndSwap
- *
- * Revision 1.24  2003/12/17 00:18:38  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.23  2003/12/11 21:40:24  peiyongz
- * support for Canonical Representation for Datatype
- *
- * Revision 1.22  2003/11/13 23:02:09  peiyongz
- * using default memory manager and specify derivated from list, not user defined
- *
- * Revision 1.21  2003/11/12 20:30:58  peiyongz
- * movd ID/IDREF/IDREFS/ENTITY/ENTITIES dv to BuiltInRegistry
- *
- * Revision 1.20  2003/11/06 15:30:07  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.19  2003/11/05 16:36:15  peiyongz
- * initialize BuiltInRegistry during deserialization
- *
- * Revision 1.18  2003/10/20 15:56:48  knoaman
- * Fix multithreading problem.
- *
- * Revision 1.17  2003/10/17 21:13:05  peiyongz
- * Implement Serialization/Deserialization
- *
- * Revision 1.16  2003/05/18 14:02:07  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.15  2003/05/16 21:43:20  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.14  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.13  2003/03/18 19:42:17  knoaman
- * Schema Errata E2-18.
- *
- * Revision 1.12  2003/02/26 16:14:27  peiyongz
- * Schema Errata E2-43: disallow trailing decimal point and a new pattern added
- * to the Integer definition.
- *
- * Revision 1.11  2003/01/29 19:51:48  gareth
- * type names / uris are now added to DatatypeValidators.
- *
- * Revision 1.10  2003/01/03 16:39:45  tng
- * Performance: no need to create that many members for fBuiltInRegistry
- *
- * Revision 1.9  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.8  2002/12/02 16:01:24  gareth
- * Fix to bug #12188. NCNAME validator now has a base validator of NAME. Patch by Peter Volchek.
- *
- * Revision 1.7  2002/12/02 13:25:51  gareth
- * Fix for bug #12188. Create NMTOKEN, ID, IDREF, ENTITY, NAME, NCNAME with appropriate base types. Some reordering of creation was required where dependencies resulted.
- *
- * Revision 1.6  2002/11/21 23:43:19  peiyongz
- * Schema Errata: E2-25 language
- *
- * Revision 1.5  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/05/08 12:25:30  tng
- * Schema Fix: re-add the ID, IDREF ... datatype validators only if they were not there.
- *
- * Revision 1.3  2002/05/07 20:00:07  tng
- * Schema Fix: No need to re-add the ID, IDREF ... datatype validators if the fUserDefinedRegistry already exists.
- *
- * Revision 1.2  2002/02/25 21:28:26  tng
- * Schema Fix: Thread-safe the built-in datatype validator factory.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:40  peiyongz
- * sane_include
- *
- * Revision 1.26  2001/11/07 19:18:52  peiyongz
- * DateTime Port
- *
- * Revision 1.25  2001/10/25 15:06:49  tng
- * Thread safe the static instance.
- *
- * Revision 1.24  2001/10/23 23:14:22  peiyongz
- * [Bug#880] patch to PlatformUtils:init()/term() and related. from Mark Weaver
- *
- * Revision 1.23  2001/09/25 16:00:03  peiyongz
- * DTV Reorganization: Create native NameDTV and NCNameDTV
- *
- * Revision 1.22  2001/08/24 17:12:01  knoaman
- * Add support for anySimpleType.
- * Remove parameter 'baseValidator' from the virtual method 'newInstance'.
- *
- * Revision 1.21  2001/08/01 18:49:16  peiyongz
- * AnyRUIDatatypeValidator
- *
- * Revision 1.20  2001/07/26 20:48:02  peiyongz
- * FloatDatatypeValidator
- *
- * Revision 1.19  2001/07/24 21:23:39  tng
- * Schema: Use DatatypeValidator for ID/IDREF/ENTITY/ENTITIES/NOTATION.
- *
- * Revision 1.18  2001/07/24 13:59:03  peiyongz
- * DoubleDTV
- *
- * Revision 1.17  2001/07/19 17:46:42  tng
- * Enable those derived dataype like nonPositiveinteger, negativeInteger ... etc.
- *
- * Revision 1.16  2001/07/13 14:10:33  peiyongz
- * UnionDTV
- *
- * Revision 1.15  2001/07/11 21:37:18  peiyongz
- * ListDatatypeDTV
- *
- * Revision 1.14  2001/07/06 20:21:58  peiyongz
- * QNameDTV & ENTITYDTV enabled
- *
- * Revision 1.13  2001/07/05 20:15:25  peiyongz
- * NOTATIONDatatypeValidator
- *
- * Revision 1.12  2001/07/04 20:16:31  peiyongz
- * IDREFDatatypeValidator
- *
- * Revision 1.11  2001/07/04 14:38:24  peiyongz
- * IDDatatypeValidator: created
- * DatatypeValidatorFactory: IDDTV enabled
- * XMLString:isValidName(): to validate Name (XML [4][5])
- *
- * Revision 1.10  2001/05/28 21:11:17  tng
- * Schema: Various DatatypeValidator fix.  By Pei Yong Zhang
- *
- * Revision 1.9  2001/05/18 16:51:37  knoaman
- * Added circular check for complexType + more error messages.
- *
- * Revision 1.8  2001/05/17 18:11:11  knoaman
- * More constraint and attribute checking.
- *
- * Revision 1.7  2001/05/16 15:24:42  tng
- * Schema: Add Base64 and HexBin.  By Pei Yong Zhang.
- *
- * Revision 1.6  2001/05/15 21:59:19  knoaman
- * TraverseSchema: add attribute checking + some fixes + more error messages.
- * More attribute cheking to come.
- *
- * Revision 1.5  2001/05/11 21:51:13  knoaman
- * Schema updates and fixes.
- *
- * Revision 1.4  2001/05/11 13:27:28  tng
- * Copyright update.
- *
- * Revision 1.3  2001/05/09 18:43:40  tng
- * Add StringDatatypeValidator and BooleanDatatypeValidator.  By Pei Yong Zhang.
- *
- * Revision 1.2  2001/05/03 19:17:47  knoaman
- * TraverseSchema Part II.
- *
- * Revision 1.1  2001/03/21 21:39:14  knoaman
- * Schema symbols and Datatype validator part I
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DateDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DateDatatypeValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DateDatatypeValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DateDatatypeValidator.cpp Thu Jun 16 19:56:35 2005
@@ -16,49 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.11  2004/09/08 13:56:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2003/12/17 00:18:38  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.9  2003/11/06 15:30:07  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.8  2003/10/02 19:21:06  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.7  2003/10/01 16:32:41  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.6  2003/08/14 03:00:11  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.5  2003/05/18 14:02:07  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:40  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/11/15 17:09:23  peiyongz
- * catch(...) only. (the invoker need to cath XMLException to display proper message)
- *
- * Revision 1.2  2001/11/14 22:02:25  peiyongz
- * rethrow exception with original error message.
- *
- * Revision 1.1  2001/11/07 19:18:52  peiyongz
- * DateTime Port
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DateDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DateDatatypeValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DateDatatypeValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DateDatatypeValidator.hpp Thu Jun 16 19:56:35 2005
@@ -16,37 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.9  2004/09/08 13:56:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.7  2003/12/17 00:18:38  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.6  2003/10/02 19:21:06  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.5  2003/08/14 03:00:11  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:40  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/11/07 19:18:52  peiyongz
- * DateTime Port
- *
  */
 
 #if !defined(DATE_DATATYPE_VALIDATOR_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DateTimeDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DateTimeDatatypeValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DateTimeDatatypeValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DateTimeDatatypeValidator.cpp Thu Jun 16 19:56:35 2005
@@ -16,59 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.15  2004/09/08 13:56:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.14  2003/12/23 21:50:36  peiyongz
- * Absorb exception thrown in getCanonicalRepresentation and return 0,
- * only validate when required
- *
- * Revision 1.12  2003/12/17 00:18:38  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.11  2003/12/11 21:40:24  peiyongz
- * support for Canonical Representation for Datatype
- *
- * Revision 1.10  2003/11/28 18:53:07  peiyongz
- * Support for getCanonicalRepresentation
- *
- * Revision 1.9  2003/11/06 15:30:07  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.8  2003/10/02 19:21:06  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.7  2003/10/01 16:32:41  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.6  2003/08/14 03:00:11  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.5  2003/05/18 14:02:07  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:40  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/11/15 17:09:23  peiyongz
- * catch(...) only. (the invoker need to cath XMLException to display proper message)
- *
- * Revision 1.2  2001/11/14 22:02:25  peiyongz
- * rethrow exception with original error message.
- *
- * Revision 1.1  2001/11/07 19:18:52  peiyongz
- * DateTime Port
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DateTimeDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DateTimeDatatypeValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DateTimeDatatypeValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DateTimeDatatypeValidator.hpp Thu Jun 16 19:56:35 2005
@@ -16,44 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.11  2004/09/08 13:56:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.9  2003/12/23 21:50:36  peiyongz
- * Absorb exception thrown in getCanonicalRepresentation and return 0,
- * only validate when required
- *
- * Revision 1.8  2003/12/17 00:18:38  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.7  2003/11/28 18:53:07  peiyongz
- * Support for getCanonicalRepresentation
- *
- * Revision 1.6  2003/10/02 19:21:06  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.5  2003/08/14 03:00:11  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:40  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/11/07 19:18:52  peiyongz
- * DateTime Port
- *
  */
 
 #if !defined(DATETIME_DATATYPE_VALIDATOR_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DateTimeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DateTimeValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DateTimeValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DateTimeValidator.cpp Thu Jun 16 19:56:35 2005
@@ -16,68 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.18  2004/09/08 13:56:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.17  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.16  2004/01/13 21:18:18  peiyongz
- * revert code back to previous version
- *
- * Revision 1.15  2004/01/12 16:25:49  neilg
- * remove use of static buffers
- *
- * Revision 1.14  2004/01/06 18:13:59  peiyongz
- * using the no-exception-thrown ctor
- *
- * Revision 1.13  2003/12/19 23:02:25  cargilld
- * More memory management updates.
- *
- * Revision 1.12  2003/12/17 00:18:38  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.11  2003/11/12 20:32:03  peiyongz
- * Statless Grammar: ValidationContext
- *
- * Revision 1.10  2003/10/02 19:21:06  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.9  2003/10/01 16:32:41  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.8  2003/08/14 03:00:11  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.7  2003/05/18 14:02:07  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.6  2003/05/16 06:01:57  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2003/01/30 21:56:22  tng
- * Performance: call getRawData instead of toString
- *
- * Revision 1.3  2002/11/27 21:26:55  peiyongz
- * Schema Errat E2-24 Duration 'T': allow SchemaDateTimeException be
- * propogated to client.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:41  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/11/12 20:37:57  peiyongz
- * SchemaDateTimeException defined
- *
- * Revision 1.1  2001/11/07 19:18:52  peiyongz
- * DateTime Port
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DateTimeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DateTimeValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DateTimeValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DateTimeValidator.hpp Thu Jun 16 19:56:35 2005
@@ -16,43 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.10  2004/09/08 13:56:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.8  2003/12/17 00:18:38  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.7  2003/12/11 21:40:24  peiyongz
- * support for Canonical Representation for Datatype
- *
- * Revision 1.6  2003/11/12 20:32:03  peiyongz
- * Statless Grammar: ValidationContext
- *
- * Revision 1.5  2003/10/02 19:21:06  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.4  2003/08/14 03:00:11  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.3  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:41  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/11/12 20:37:57  peiyongz
- * SchemaDateTimeException defined
- *
- * Revision 1.1  2001/11/07 19:18:52  peiyongz
- * DateTime Port
- *
  */
 
 #if !defined(DATETIME_VALIDATOR_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DayDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DayDatatypeValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DayDatatypeValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DayDatatypeValidator.cpp Thu Jun 16 19:56:35 2005
@@ -16,49 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.11  2004/09/08 13:56:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2003/12/17 00:18:38  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.9  2003/11/06 15:30:07  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.8  2003/10/02 19:21:06  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.7  2003/10/01 16:32:41  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.6  2003/08/14 03:00:11  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.5  2003/05/18 14:02:07  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:41  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/11/15 17:09:23  peiyongz
- * catch(...) only. (the invoker need to cath XMLException to display proper message)
- *
- * Revision 1.2  2001/11/14 22:02:25  peiyongz
- * rethrow exception with original error message.
- *
- * Revision 1.1  2001/11/07 19:18:52  peiyongz
- * DateTime Port
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DayDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DayDatatypeValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DayDatatypeValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DayDatatypeValidator.hpp Thu Jun 16 19:56:35 2005
@@ -16,37 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.9  2004/09/08 13:56:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.7  2003/12/17 00:18:38  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.6  2003/10/02 19:21:06  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.5  2003/08/14 03:00:11  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:41  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/11/07 19:18:52  peiyongz
- * DateTime Port
- *
  */
 
 #if !defined(DAY_DATATYPE_VALIDATOR_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DecimalDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DecimalDatatypeValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DecimalDatatypeValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DecimalDatatypeValidator.cpp Thu Jun 16 19:56:35 2005
@@ -15,147 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.28  2004/09/08 13:56:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.27  2004/08/17 21:09:27  peiyongz
- * canRep for nonPositivieInteger
- *
- * Revision 1.26  2004/01/13 21:18:18  peiyongz
- * revert code back to previous version
- *
- * Revision 1.25  2004/01/12 16:25:09  neilg
- * remove use of static buffers
- *
- * Revision 1.24  2004/01/06 18:13:59  peiyongz
- * using the no-exception-thrown ctor
- *
- * Revision 1.23  2004/01/06 04:42:53  neilg
- * On some platforms, it is problematic to throw a different exception from inside the catch block of another exception
- *
- * Revision 1.22  2004/01/03 00:04:36  peiyongz
- * using ctor/parseContent to avoid exception thrown from ctor
- *
- * Revision 1.21  2003/12/23 21:50:36  peiyongz
- * Absorb exception thrown in getCanonicalRepresentation and return 0,
- * only validate when required
- *
- * Revision 1.20  2003/12/19 23:02:25  cargilld
- * More memory management updates.
- *
- * Revision 1.19  2003/12/17 00:18:38  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.18  2003/12/11 21:40:24  peiyongz
- * support for Canonical Representation for Datatype
- *
- * Revision 1.17  2003/11/28 18:53:07  peiyongz
- * Support for getCanonicalRepresentation
- *
- * Revision 1.16  2003/11/12 20:32:03  peiyongz
- * Statless Grammar: ValidationContext
- *
- * Revision 1.15  2003/11/06 15:30:07  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.14  2003/10/31 22:16:58  peiyongz
- * to serialize/deserialize data member
- *
- * Revision 1.13  2003/10/02 19:21:06  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.12  2003/08/14 03:00:11  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.11  2003/05/18 14:02:07  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.10  2003/05/16 06:01:57  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.9  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.8  2003/03/01 20:59:06  peiyongz
- * TotalDigits value must be a positiveInteger
- *
- * Revision 1.7  2003/02/25 17:24:37  peiyongz
- * Schema Errata: E2-44 totalDigits/fractDigits
- *
- * Revision 1.6  2003/01/30 21:56:22  tng
- * Performance: call getRawData instead of toString
- *
- * Revision 1.5  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.4  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/09/24 19:44:40  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.2  2002/04/01 20:17:46  peiyongz
- * Bug#7551: Exceptions are caught by value, rather than by reference
- *
- * Revision 1.1.1.1  2002/02/01 22:22:41  peiyongz
- * sane_include
- *
- * Revision 1.19  2001/10/09 20:53:22  peiyongz
- * Optimization: save get***() to temp var
- *
- * Revision 1.18  2001/10/02 18:59:29  peiyongz
- * Invalid_Facet_Tag to display the tag name
- *
- * Revision 1.17  2001/10/01 21:04:40  peiyongz
- * DTV Reorganization:fix to memory leak in compare() method.
- *
- * Revision 1.16  2001/10/01 16:16:38  peiyongz
- * DTV Reorganization:derived from AbstractNumericValidator
- *
- * Revision 1.15  2001/09/20 13:11:42  knoaman
- * Regx  + misc. fixes
- *
- * Revision 1.14  2001/08/22 18:28:01  peiyongz
- * Memory leak: delete the bufffer allocated by ::toString()
- *
- * Revision 1.13  2001/08/21 18:42:53  peiyongz
- * Bugzilla# 2816: cleanUp() declared with external linkage and called
- *                          before defined as inline
- *
- * Revision 1.12  2001/08/15 18:08:44  peiyongz
- * Fix to potential leakage in strEnumeration
- *
- * Revision 1.11  2001/07/17 21:30:12  peiyongz
- * bug fix: numBase->getMinInclusive()->toString()
- *
- * Revision 1.10  2001/06/20 17:56:32  peiyongz
- * support for "fixed" option on constrainning facets
- *
- * Revision 1.8  2001/05/29 19:49:34  tng
- * Schema: Constraint Checking Fix in datatypeValidators.  By Pei Yong Zhang.
- *
- * Revision 1.7  2001/05/28 21:11:18  tng
- * Schema: Various DatatypeValidator fix.  By Pei Yong Zhang
- *
- * Revision 1.6  2001/05/18 20:18:02  tng
- * Schema: More exception messages in XMLBigDecimal/XMLBigInteger/DecimalDatatypeValidator.  By Pei Yong Zhang.
- *
- * Revision 1.5  2001/05/18 13:36:45  tng
- * Schema: Catch RegularExpression exception and NumberFormatException
- *
- * Revision 1.4  2001/05/18 13:23:46  tng
- * Schema: Exception messages in DatatypeValidator.  By Pei Yong Zhang.
- *
- * Revision 1.3  2001/05/11 17:17:23  tng
- * Schema: DatatypeValidator fixes.  By Pei Yong Zhang.
- *
- * Revision 1.2  2001/05/11 13:27:28  tng
- * Copyright update.
- *
- * Revision 1.1  2001/05/10 20:51:29  tng
- * Schema: Add DecimalDatatypeValidator and XMLBigDecimal, XMLBigInteger.  By Pei Yong Zhang.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------
@@ -621,7 +481,7 @@
             /***
              E2-44 totalDigits
 
-             ... by restricting it to numbers that are expressible as i × 10^-n
+             ... by restricting it to numbers that are expressible as i � 10^-n
              where i and n are integers such that |i| < 10^totalDigits and 0 <= n <= totalDigits.
             ***/
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DecimalDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DecimalDatatypeValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DecimalDatatypeValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DecimalDatatypeValidator.hpp Thu Jun 16 19:56:35 2005
@@ -16,62 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.15  2004/09/08 13:56:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.14  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.13  2003/12/23 21:50:36  peiyongz
- * Absorb exception thrown in getCanonicalRepresentation and return 0,
- * only validate when required
- *
- * Revision 1.11  2003/12/17 00:18:38  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.10  2003/11/28 18:53:07  peiyongz
- * Support for getCanonicalRepresentation
- *
- * Revision 1.9  2003/11/12 20:32:03  peiyongz
- * Statless Grammar: ValidationContext
- *
- * Revision 1.8  2003/10/02 19:21:06  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.7  2003/08/14 03:00:11  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.6  2003/05/22 02:10:52  knoaman
- * Default the memory manager.
- *
- * Revision 1.5  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.3  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/10/17 20:49:05  peiyongz
- * Patch to Bug#13640: Getter methods not public in DecimalDatatypeValidator
- *
- * Revision 1.1.1.1  2002/02/01 22:22:41  peiyongz
- * sane_include
- *
- * Revision 1.10  2001/11/22 20:23:20  peiyongz
- * _declspec(dllimport) and inline warning C4273
- *
- * Revision 1.9  2001/10/09 20:52:43  peiyongz
- * init():removed
- *
- * Revision 1.8  2001/10/01 21:04:40  peiyongz
- * DTV Reorganization:fix to memory leak in compare() method.
- *
- * Revision 1.7  2001/10/01 16:16:38  peiyongz
- * DTV Reorganization:derived from AbstractNumericValidator
- *
  */
 
 #if !defined(DECIMAL_DATATYPEVALIDATOR_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DoubleDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DoubleDatatypeValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DoubleDatatypeValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DoubleDatatypeValidator.cpp Thu Jun 16 19:56:35 2005
@@ -16,62 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.14  2004/09/08 13:56:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.13  2004/01/13 20:57:06  peiyongz
- * revert code back to previous version
- *
- * Revision 1.10  2003/12/17 00:18:38  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.9  2003/11/12 20:32:03  peiyongz
- * Statless Grammar: ValidationContext
- *
- * Revision 1.8  2003/11/06 15:30:07  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.7  2003/10/02 19:21:06  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.6  2003/05/18 14:02:07  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.5  2003/05/16 06:01:57  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:41  peiyongz
- * sane_include
- *
- * Revision 1.6  2001/10/02 18:59:29  peiyongz
- * Invalid_Facet_Tag to display the tag name
- *
- * Revision 1.5  2001/10/01 21:03:55  peiyongz
- * DTV Reorganization:derived from AbstractNumericValidator
- *
- * Revision 1.4  2001/09/20 13:11:42  knoaman
- * Regx  + misc. fixes
- *
- * Revision 1.3  2001/08/21 18:42:53  peiyongz
- * Bugzilla# 2816: cleanUp() declared with external linkage and called
- *                          before defined as inline
- *
- * Revision 1.2  2001/08/15 18:08:44  peiyongz
- * Fix to potential leakage in strEnumeration
- *
- * Revision 1.1  2001/07/24 13:59:03  peiyongz
- * DoubleDTV
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DoubleDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DoubleDatatypeValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DoubleDatatypeValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DoubleDatatypeValidator.hpp Thu Jun 16 19:56:35 2005
@@ -16,51 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.9  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.7  2003/12/17 00:18:38  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.6  2003/11/12 20:32:03  peiyongz
- * Statless Grammar: ValidationContext
- *
- * Revision 1.5  2003/10/02 19:21:06  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:41  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/10/09 20:52:43  peiyongz
- * init():removed
- *
- * Revision 1.4  2001/10/01 21:03:55  peiyongz
- * DTV Reorganization:derived from AbstractNumericValidator
- *
- * Revision 1.3  2001/08/24 17:12:01  knoaman
- * Add support for anySimpleType.
- * Remove parameter 'baseValidator' from the virtual method 'newInstance'.
- *
- * Revision 1.2  2001/08/21 18:42:53  peiyongz
- * Bugzilla# 2816: cleanUp() declared with external linkage and called
- *                          before defined as inline
- *
- * Revision 1.1  2001/07/24 13:59:03  peiyongz
- * DoubleDTV
- *
  */
 
 #if !defined(DOUBLE_DATATYPEVALIDATOR_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DurationDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DurationDatatypeValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DurationDatatypeValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DurationDatatypeValidator.cpp Thu Jun 16 19:56:35 2005
@@ -16,52 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.12  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.11  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.10  2003/12/17 00:18:38  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.9  2003/11/06 15:30:07  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.8  2003/10/02 19:21:06  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.7  2003/10/01 16:32:41  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.6  2003/08/14 03:00:11  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.5  2003/05/18 14:02:07  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:41  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/11/15 17:09:23  peiyongz
- * catch(...) only. (the invoker need to cath XMLException to display proper message)
- *
- * Revision 1.2  2001/11/14 22:02:25  peiyongz
- * rethrow exception with original error message.
- *
- * Revision 1.1  2001/11/07 19:18:52  peiyongz
- * DateTime Port
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DurationDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DurationDatatypeValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DurationDatatypeValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/DurationDatatypeValidator.hpp Thu Jun 16 19:56:35 2005
@@ -16,37 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.9  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.7  2003/12/17 00:18:38  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.6  2003/10/02 19:21:06  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.5  2003/08/14 03:00:11  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:41  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/11/07 19:18:52  peiyongz
- * DateTime Port
- *
  */
 
 #if !defined(DURATION_DATATYPE_VALIDATOR_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/ENTITYDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/ENTITYDatatypeValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/ENTITYDatatypeValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/ENTITYDatatypeValidator.cpp Thu Jun 16 19:56:35 2005
@@ -16,61 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.11  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.9  2003/12/17 00:18:38  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.8  2003/11/12 20:31:33  peiyongz
- * Using ValidationContext to validate()
- *
- * Revision 1.7  2003/09/30 18:17:53  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.6  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2003/01/06 19:40:05  knoaman
- * Throw an invalid datatype value exception if fEntityDeclPool is NULL.
- *
- * Revision 1.4  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.3  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/09/24 19:44:40  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.1.1.1  2002/02/01 22:22:41  peiyongz
- * sane_include
- *
- * Revision 1.7  2001/11/13 13:21:59  tng
- * Schema fix: Entities should be unparsed.
- *
- * Revision 1.6  2001/10/09 20:50:27  peiyongz
- * init(): take 1 arg
- *
- * Revision 1.5  2001/09/27 13:51:25  peiyongz
- * DTV Reorganization: ctor/init created to be used by derived class
- *
- * Revision 1.4  2001/09/24 21:39:29  peiyongz
- * DTV Reorganization: checkValueSpace()
- *
- * Revision 1.3  2001/08/14 22:11:56  peiyongz
- * new exception message added
- *
- * Revision 1.2  2001/07/24 21:23:39  tng
- * Schema: Use DatatypeValidator for ID/IDREF/ENTITY/ENTITIES/NOTATION.
- *
- * Revision 1.1  2001/07/06 20:19:52  peiyongz
- * ENTITYDTV
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/ENTITYDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/ENTITYDatatypeValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/ENTITYDatatypeValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/ENTITYDatatypeValidator.hpp Thu Jun 16 19:56:35 2005
@@ -16,56 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.9  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.7  2003/12/17 00:18:39  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.6  2003/11/12 20:32:03  peiyongz
- * Statless Grammar: ValidationContext
- *
- * Revision 1.5  2003/09/30 18:17:53  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:41  peiyongz
- * sane_include
- *
- * Revision 1.7  2001/11/22 20:23:20  peiyongz
- * _declspec(dllimport) and inline warning C4273
- *
- * Revision 1.6  2001/10/09 20:50:27  peiyongz
- * init(): take 1 arg
- *
- * Revision 1.5  2001/09/27 13:51:25  peiyongz
- * DTV Reorganization: ctor/init created to be used by derived class
- *
- * Revision 1.4  2001/09/24 21:39:29  peiyongz
- * DTV Reorganization: checkValueSpace()
- *
- * Revision 1.3  2001/08/24 17:12:01  knoaman
- * Add support for anySimpleType.
- * Remove parameter 'baseValidator' from the virtual method 'newInstance'.
- *
- * Revision 1.2  2001/07/24 21:23:40  tng
- * Schema: Use DatatypeValidator for ID/IDREF/ENTITY/ENTITIES/NOTATION.
- *
- * Revision 1.1  2001/07/06 20:19:52  peiyongz
- * ENTITYDTV
- *
  */
 
 #if !defined(ENTITY_DATATYPEVALIDATOR_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/FloatDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/FloatDatatypeValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/FloatDatatypeValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/FloatDatatypeValidator.cpp Thu Jun 16 19:56:35 2005
@@ -16,66 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.15  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.14  2004/01/13 20:57:06  peiyongz
- * revert code back to previous version
- *
- * Revision 1.11  2003/12/19 23:02:25  cargilld
- * More memory management updates.
- *
- * Revision 1.10  2003/12/17 00:18:39  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.9  2003/11/12 20:32:03  peiyongz
- * Statless Grammar: ValidationContext
- *
- * Revision 1.8  2003/11/06 15:30:07  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.7  2003/10/02 19:21:06  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.6  2003/05/18 14:02:07  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.5  2003/05/16 06:01:57  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:41  peiyongz
- * sane_include
- *
- * Revision 1.6  2001/10/02 18:59:29  peiyongz
- * Invalid_Facet_Tag to display the tag name
- *
- * Revision 1.5  2001/10/01 21:03:55  peiyongz
- * DTV Reorganization:derived from AbstractNumericValidator
- *
- * Revision 1.4  2001/09/20 13:11:42  knoaman
- * Regx  + misc. fixes
- *
- * Revision 1.3  2001/08/21 18:42:53  peiyongz
- * Bugzilla# 2816: cleanUp() declared with external linkage and called
- *                          before defined as inline
- *
- * Revision 1.2  2001/08/15 18:08:44  peiyongz
- * Fix to potential leakage in strEnumeration
- *
- * Revision 1.1  2001/07/26 20:42:16  peiyongz
- * FloatDatatypeValidator
- *
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/FloatDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/FloatDatatypeValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/FloatDatatypeValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/FloatDatatypeValidator.hpp Thu Jun 16 19:56:35 2005
@@ -16,55 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.10  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.8  2003/12/19 23:02:25  cargilld
- * More memory management updates.
- *
- * Revision 1.7  2003/12/17 00:18:39  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.6  2003/11/12 20:32:03  peiyongz
- * Statless Grammar: ValidationContext
- *
- * Revision 1.5  2003/10/02 19:21:06  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:41  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/10/09 20:52:43  peiyongz
- * init():removed
- *
- * Revision 1.4  2001/10/01 21:03:55  peiyongz
- * DTV Reorganization:derived from AbstractNumericValidator
- *
- * Revision 1.3  2001/08/24 17:12:01  knoaman
- * Add support for anySimpleType.
- * Remove parameter 'baseValidator' from the virtual method 'newInstance'.
- *
- * Revision 1.2  2001/08/21 18:42:53  peiyongz
- * Bugzilla# 2816: cleanUp() declared with external linkage and called
- *                          before defined as inline
- *
- * Revision 1.1  2001/07/26 20:42:16  peiyongz
- * FloatDatatypeValidator
- *
- *
  */
 
 #if !defined(FLOAT_DATATYPEVALIDATOR_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/HexBinaryDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/HexBinaryDatatypeValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/HexBinaryDatatypeValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/HexBinaryDatatypeValidator.cpp Thu Jun 16 19:56:35 2005
@@ -15,68 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.6  2003/12/17 00:18:39  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.5  2003/09/30 21:31:30  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:41  peiyongz
- * sane_include
- *
- * Revision 1.12  2001/10/09 20:47:45  peiyongz
- * init(): take 1 arg
- *
- * Revision 1.11  2001/10/02 18:59:29  peiyongz
- * Invalid_Facet_Tag to display the tag name
- *
- * Revision 1.10  2001/09/24 15:33:15  peiyongz
- * DTV Reorganization: virtual methods moved to *.cpp
- *
- * Revision 1.9  2001/09/19 20:35:23  peiyongz
- * DTV reorganization: inherit from AbstractStringVaildator
- *
- * Revision 1.8  2001/08/21 18:42:53  peiyongz
- * Bugzilla# 2816: cleanUp() declared with external linkage and called
- *                          before defined as inline
- *
- * Revision 1.7  2001/06/20 17:56:21  peiyongz
- * support for "fixed" option on constrainning facets
- *
- * Revision 1.6  2001/05/29 19:49:35  tng
- * Schema: Constraint Checking Fix in datatypeValidators.  By Pei Yong Zhang.
- *
- * Revision 1.5  2001/05/28 21:11:18  tng
- * Schema: Various DatatypeValidator fix.  By Pei Yong Zhang
- *
- * Revision 1.4  2001/05/18 13:36:47  tng
- * Schema: Catch RegularExpression exception and NumberFormatException
- *
- * Revision 1.3  2001/05/18 13:23:49  tng
- * Schema: Exception messages in DatatypeValidator.  By Pei Yong Zhang.
- *
- * Revision 1.2  2001/05/17 18:13:47  tng
- * Schema Fix: issue error message when binary data is invalid.
- *
- * Revision 1.1  2001/05/16 15:24:43  tng
- * Schema: Add Base64 and HexBin.  By Pei Yong Zhang.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/HexBinaryDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/HexBinaryDatatypeValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/HexBinaryDatatypeValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/HexBinaryDatatypeValidator.hpp Thu Jun 16 19:56:35 2005
@@ -16,37 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.8  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.6  2003/12/17 00:18:39  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.5  2003/09/30 21:31:30  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:41  peiyongz
- * sane_include
- *
- * Revision 1.6  2001/09/24 15:33:15  peiyongz
- * DTV Reorganization: virtual methods moved to *.cpp
- *
- * Revision 1.5  2001/09/19 20:35:23  peiyongz
- * DTV reorganization: inherit from AbstractStringVaildator
- *
  */
 
 #if !defined(HEXBINARY_DATATYPEVALIDATOR_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/IDDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/IDDatatypeValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/IDDatatypeValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/IDDatatypeValidator.cpp Thu Jun 16 19:56:35 2005
@@ -16,54 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.9  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2003/12/17 00:18:39  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.7  2003/11/12 20:31:33  peiyongz
- * Using ValidationContext to validate()
- *
- * Revision 1.6  2003/09/30 18:17:53  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.5  2003/05/16 21:43:21  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:41  peiyongz
- * sane_include
- *
- * Revision 1.6  2001/10/09 20:50:02  peiyongz
- * init(): take 1 arg
- *
- * Revision 1.5  2001/09/27 13:51:25  peiyongz
- * DTV Reorganization: ctor/init created to be used by derived class
- *
- * Revision 1.4  2001/09/25 14:23:42  peiyongz
- * DTV Reorganization: checkValueSpace()
- *
- * Revision 1.3  2001/08/14 22:11:56  peiyongz
- * new exception message added
- *
- * Revision 1.2  2001/07/24 21:23:40  tng
- * Schema: Use DatatypeValidator for ID/IDREF/ENTITY/ENTITIES/NOTATION.
- *
- * Revision 1.1  2001/07/04 14:38:25  peiyongz
- * IDDatatypeValidator: created
- * DatatypeValidatorFactory: IDDTV enabled
- * XMLString:isValidName(): to validate Name (XML [4][5])
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/IDDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/IDDatatypeValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/IDDatatypeValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/IDDatatypeValidator.hpp Thu Jun 16 19:56:35 2005
@@ -16,61 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.9  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.7  2003/12/17 00:18:39  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.6  2003/11/12 20:32:03  peiyongz
- * Statless Grammar: ValidationContext
- *
- * Revision 1.5  2003/09/30 18:17:53  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:41  peiyongz
- * sane_include
- *
- * Revision 1.8  2001/11/22 20:23:20  peiyongz
- * _declspec(dllimport) and inline warning C4273
- *
- * Revision 1.7  2001/10/09 20:50:02  peiyongz
- * init(): take 1 arg
- *
- * Revision 1.6  2001/09/27 13:51:25  peiyongz
- * DTV Reorganization: ctor/init created to be used by derived class
- *
- * Revision 1.5  2001/09/25 14:23:42  peiyongz
- * DTV Reorganization: checkValueSpace()
- *
- * Revision 1.4  2001/08/24 17:12:01  knoaman
- * Add support for anySimpleType.
- * Remove parameter 'baseValidator' from the virtual method 'newInstance'.
- *
- * Revision 1.3  2001/07/25 17:58:08  tng
- * Fix compilation errors.
- *
- * Revision 1.2  2001/07/24 21:23:40  tng
- * Schema: Use DatatypeValidator for ID/IDREF/ENTITY/ENTITIES/NOTATION.
- *
- * Revision 1.1  2001/07/04 14:38:25  peiyongz
- * IDDatatypeValidator: created
- * DatatypeValidatorFactory: IDDTV enabled
- * XMLString:isValidName(): to validate Name (XML [4][5])
- *
  */
 
 #if !defined(ID_DATATYPEVALIDATOR_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/IDREFDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/IDREFDatatypeValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/IDREFDatatypeValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/IDREFDatatypeValidator.cpp Thu Jun 16 19:56:35 2005
@@ -16,52 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.9  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2003/12/17 00:18:39  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.7  2003/11/12 20:31:33  peiyongz
- * Using ValidationContext to validate()
- *
- * Revision 1.6  2003/09/30 18:17:53  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.5  2003/05/16 21:43:21  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:41  peiyongz
- * sane_include
- *
- * Revision 1.6  2001/10/09 20:49:38  peiyongz
- * init(): take 1 arg
- *
- * Revision 1.5  2001/09/27 13:51:25  peiyongz
- * DTV Reorganization: ctor/init created to be used by derived class
- *
- * Revision 1.4  2001/09/25 14:23:42  peiyongz
- * DTV Reorganization: checkValueSpace()
- *
- * Revision 1.3  2001/08/14 22:11:56  peiyongz
- * new exception message added
- *
- * Revision 1.2  2001/07/24 21:23:40  tng
- * Schema: Use DatatypeValidator for ID/IDREF/ENTITY/ENTITIES/NOTATION.
- *
- * Revision 1.1  2001/07/04 20:16:59  peiyongz
- * IDREFDatatypeValidator
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/IDREFDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/IDREFDatatypeValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/IDREFDatatypeValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/IDREFDatatypeValidator.hpp Thu Jun 16 19:56:35 2005
@@ -16,59 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.9  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.7  2003/12/17 00:18:39  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.6  2003/11/12 20:32:03  peiyongz
- * Statless Grammar: ValidationContext
- *
- * Revision 1.5  2003/09/30 18:17:53  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:41  peiyongz
- * sane_include
- *
- * Revision 1.8  2001/11/22 20:23:20  peiyongz
- * _declspec(dllimport) and inline warning C4273
- *
- * Revision 1.7  2001/10/09 20:49:38  peiyongz
- * init(): take 1 arg
- *
- * Revision 1.6  2001/09/27 13:51:25  peiyongz
- * DTV Reorganization: ctor/init created to be used by derived class
- *
- * Revision 1.5  2001/09/25 14:23:42  peiyongz
- * DTV Reorganization: checkValueSpace()
- *
- * Revision 1.4  2001/08/24 17:12:01  knoaman
- * Add support for anySimpleType.
- * Remove parameter 'baseValidator' from the virtual method 'newInstance'.
- *
- * Revision 1.3  2001/07/25 17:58:08  tng
- * Fix compilation errors.
- *
- * Revision 1.2  2001/07/24 21:23:40  tng
- * Schema: Use DatatypeValidator for ID/IDREF/ENTITY/ENTITIES/NOTATION.
- *
- * Revision 1.1  2001/07/04 20:16:59  peiyongz
- * IDREFDatatypeValidator
- *
  */
 
 #if !defined(IDREF_DATATYPEVALIDATOR_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/ListDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/ListDatatypeValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/ListDatatypeValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/ListDatatypeValidator.cpp Thu Jun 16 19:56:35 2005
@@ -16,104 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.23  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.22  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.21  2004/01/13 21:18:18  peiyongz
- * revert code back to previous version
- *
- * Revision 1.20  2004/01/12 16:25:09  neilg
- * remove use of static buffers
- *
- * Revision 1.19  2004/01/06 18:13:59  peiyongz
- * using the no-exception-thrown ctor
- *
- * Revision 1.18  2003/12/31 02:34:41  neilg
- * fix one more buffer overrun, affecting boolean lists
- *
- * Revision 1.17  2003/12/23 21:50:36  peiyongz
- * Absorb exception thrown in getCanonicalRepresentation and return 0,
- * only validate when required
- *
- * Revision 1.16  2003/12/17 20:41:47  neilg
- * fix a segfault and a possible buffer overflow condition
- *
- * Revision 1.15  2003/12/17 00:18:39  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.14  2003/12/10 20:52:27  neilg
- * fixes for canonical value production; memory management was not implemented correctly
- *
- * Revision 1.13  2003/11/28 18:53:07  peiyongz
- * Support for getCanonicalRepresentation
- *
- * Revision 1.12  2003/11/12 20:32:03  peiyongz
- * Statless Grammar: ValidationContext
- *
- * Revision 1.11  2003/10/01 16:32:41  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.10  2003/09/30 21:31:30  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.9  2003/05/16 06:01:57  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.8  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.7  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.6  2002/12/16 22:28:25  knoaman
- * Make isAtomic inline.
- *
- * Revision 1.5  2002/12/06 16:45:54  tng
- * header include cleanup.
- *
- * Revision 1.4  2002/11/20 19:57:44  peiyongz
- * validate content as a whole against pattern.
- *
- * Revision 1.3  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/09/24 19:44:40  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.1.1.1  2002/02/01 22:22:42  peiyongz
- * sane_include
- *
- * Revision 1.8  2001/10/11 19:32:27  peiyongz
- * To overwrite inheritFacet()
- *
- * Revision 1.7  2001/10/09 20:56:21  peiyongz
- * inherit from AbstractStringValidator instead of DatatypeValidator to reuse
- * the code.
- *
- * Revision 1.6  2001/10/02 18:59:29  peiyongz
- * Invalid_Facet_Tag to display the tag name
- *
- * Revision 1.5  2001/09/20 13:11:42  knoaman
- * Regx  + misc. fixes
- *
- * Revision 1.4  2001/08/29 19:03:40  peiyongz
- * Bugzilla# 2816:on AIX 4.2, xlC 3 r ev.1, Compilation error on inline method
- *
- * Revision 1.3  2001/08/21 18:42:53  peiyongz
- * Bugzilla# 2816: cleanUp() declared with external linkage and called
- *                          before defined as inline
- *
- * Revision 1.2  2001/08/14 22:11:56  peiyongz
- * new exception message added
- *
- * Revision 1.1  2001/07/11 21:37:17  peiyongz
- * ListDatatypeDTV
- *
- *
  */
 
 // ---------------------------------------------------------------------------
@@ -483,9 +385,9 @@
 /***
  * 2.5.1.2 List datatypes   
  *   
- * The canonical-lexical-representation for the ·list· datatype is defined as 
- * the lexical form in which each item in the ·list· has the canonical 
- * lexical representation of its ·itemType·.
+ * The canonical-lexical-representation for the �list� datatype is defined as 
+ * the lexical form in which each item in the �list� has the canonical 
+ * lexical representation of its �itemType�.
  ***/
 const XMLCh* ListDatatypeValidator::getCanonicalRepresentation(const XMLCh*         const rawData
                                                              ,       MemoryManager* const memMgr

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/ListDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/ListDatatypeValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/ListDatatypeValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/ListDatatypeValidator.hpp Thu Jun 16 19:56:35 2005
@@ -16,80 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.13  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.12  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.11  2003/12/23 21:50:36  peiyongz
- * Absorb exception thrown in getCanonicalRepresentation and return 0,
- * only validate when required
- *
- * Revision 1.10  2003/12/17 00:18:39  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.9  2003/11/28 18:53:07  peiyongz
- * Support for getCanonicalRepresentation
- *
- * Revision 1.8  2003/11/12 20:32:03  peiyongz
- * Statless Grammar: ValidationContext
- *
- * Revision 1.7  2003/09/30 21:31:30  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.6  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.4  2002/12/16 22:28:25  knoaman
- * Make isAtomic inline.
- *
- * Revision 1.3  2002/11/20 19:57:44  peiyongz
- * validate content as a whole against pattern.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:42  peiyongz
- * sane_include
- *
- * Revision 1.11  2001/11/22 20:23:20  peiyongz
- * _declspec(dllimport) and inline warning C4273
- *
- * Revision 1.10  2001/11/15 16:08:15  peiyongz
- * checkContent() made virtual to allow ListDTV participate in the building of
- * its own (in AbstractStringValidator's init())
- *
- * Revision 1.9  2001/10/11 19:32:27  peiyongz
- * To overwrite inheritFacet()
- *
- * Revision 1.8  2001/10/09 20:56:21  peiyongz
- * inherit from AbstractStringValidator instead of DatatypeValidator to reuse
- * the code.
- *
- * Revision 1.7  2001/08/29 19:03:40  peiyongz
- * Bugzilla# 2816:on AIX 4.2, xlC 3 r ev.1, Compilation error on inline method
- *
- * Revision 1.6  2001/08/24 17:12:01  knoaman
- * Add support for anySimpleType.
- * Remove parameter 'baseValidator' from the virtual method 'newInstance'.
- *
- * Revision 1.5  2001/08/21 20:05:41  peiyongz
- * put back changes introduced in 1.3
- *
- * Revision 1.3  2001/08/16 14:41:38  knoaman
- * implementation of virtual methods.
- *
- * Revision 1.2  2001/07/24 21:23:40  tng
- * Schema: Use DatatypeValidator for ID/IDREF/ENTITY/ENTITIES/NOTATION.
- *
- * Revision 1.1  2001/07/11 21:37:17  peiyongz
- * ListDatatypeDTV
- *
  */
 
 #if !defined(LIST_DATATYPEVALIDATOR_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/MonthDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/MonthDatatypeValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/MonthDatatypeValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/MonthDatatypeValidator.cpp Thu Jun 16 19:56:35 2005
@@ -16,49 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.11  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2003/12/17 00:18:39  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.9  2003/11/06 15:30:07  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.8  2003/10/02 19:21:06  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.7  2003/10/01 16:32:41  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.6  2003/08/14 03:00:11  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.5  2003/05/18 14:02:07  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:42  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/11/15 17:09:23  peiyongz
- * catch(...) only. (the invoker need to cath XMLException to display proper message)
- *
- * Revision 1.2  2001/11/14 22:02:25  peiyongz
- * rethrow exception with original error message.
- *
- * Revision 1.1  2001/11/07 19:18:52  peiyongz
- * DateTime Port
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/MonthDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/MonthDatatypeValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/MonthDatatypeValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/MonthDatatypeValidator.hpp Thu Jun 16 19:56:35 2005
@@ -16,37 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.9  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.7  2003/12/17 00:18:39  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.6  2003/10/02 19:21:06  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.5  2003/08/14 03:00:11  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:42  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/11/07 19:18:52  peiyongz
- * DateTime Port
- *
  */
 
 #if !defined(MONTH_DATATYPE_VALIDATOR_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/MonthDayDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/MonthDayDatatypeValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/MonthDayDatatypeValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/MonthDayDatatypeValidator.cpp Thu Jun 16 19:56:35 2005
@@ -16,49 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.11  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2003/12/17 00:18:39  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.9  2003/11/06 15:30:07  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.8  2003/10/02 19:21:06  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.7  2003/10/01 16:32:41  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.6  2003/08/14 03:00:11  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.5  2003/05/18 14:02:07  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:42  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/11/15 17:09:23  peiyongz
- * catch(...) only. (the invoker need to cath XMLException to display proper message)
- *
- * Revision 1.2  2001/11/14 22:02:25  peiyongz
- * rethrow exception with original error message.
- *
- * Revision 1.1  2001/11/07 19:18:52  peiyongz
- * DateTime Port
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/MonthDayDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/MonthDayDatatypeValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/MonthDayDatatypeValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/MonthDayDatatypeValidator.hpp Thu Jun 16 19:56:35 2005
@@ -16,37 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.9  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.7  2003/12/17 00:18:39  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.6  2003/10/02 19:21:06  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.5  2003/08/14 03:00:11  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:42  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/11/07 19:18:52  peiyongz
- * DateTime Port
- *
  */
 
 #if !defined(MONTHDAY_DATATYPE_VALIDATOR_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/NCNameDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/NCNameDatatypeValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/NCNameDatatypeValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/NCNameDatatypeValidator.cpp Thu Jun 16 19:56:35 2005
@@ -16,46 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.10  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.8  2003/12/17 00:18:39  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.7  2003/11/12 20:32:03  peiyongz
- * Statless Grammar: ValidationContext
- *
- * Revision 1.6  2003/09/30 18:17:53  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.5  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.3  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/09/24 19:44:40  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.1.1.1  2002/02/01 22:22:42  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/10/09 20:49:09  peiyongz
- * init(): take 1 arg
- *
- * Revision 1.2  2001/09/27 13:51:25  peiyongz
- * DTV Reorganization: ctor/init created to be used by derived class
- *
- * Revision 1.1  2001/09/25 15:58:45  peiyongz
- * DTV Reorganization: new class
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/NCNameDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/NCNameDatatypeValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/NCNameDatatypeValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/NCNameDatatypeValidator.hpp Thu Jun 16 19:56:35 2005
@@ -16,43 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.9  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.7  2003/12/17 00:18:39  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.6  2003/11/12 20:32:03  peiyongz
- * Statless Grammar: ValidationContext
- *
- * Revision 1.5  2003/09/30 18:17:53  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:42  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/10/09 20:49:09  peiyongz
- * init(): take 1 arg
- *
- * Revision 1.2  2001/09/27 13:51:25  peiyongz
- * DTV Reorganization: ctor/init created to be used by derived class
- *
- * Revision 1.1  2001/09/25 15:58:45  peiyongz
- * DTV Reorganization: new class
- *
  */
 
 #if !defined(NCNAME_DATATYPEVALIDATOR_HPP)



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org