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 02:21:14 UTC

svn commit: r191036 [7/9] - in /xerces/c/trunk: Projects/MacOS/ Projects/MacOS/CodeWarrior/XercesLib/ Projects/Win32/BCB4/Xerces-all/ Projects/Win32/BCB5/Xerces-all/ samples/src/DOMPrint/ samples/src/EnumVal/ samples/src/MemParse/ samples/src/PParse/ samples/src/PSVIWriter/ samples/src/Redirect/ samples/src/SAX2Count/ samples/src/SAX2Print/ samples/src/SAXCount/ samples/src/SAXPrint/ samples/src/SCMPrint/ samples/src/StdInParse/ scripts/ src/xercesc/com/ 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/NetAccessors/Socket/ src/xercesc/util/NetAccessors/WinSock/ src/xercesc/util/NetAccessors/libWWW/ 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/OpenServer/ src/xercesc/util/Platforms/PTX/ src/xercesc/util/Platforms/Tandem/ src/xercesc/util/Platforms/UnixWare/ src/xercesc/util/Transcoders/Cygwin/ src/xercesc/util/Transcoders/Iconv400/ src/xercesc/util/Transcoders/IconvFBSD/ src/xercesc/util/Transcoders/IconvGNU/ src/xercesc/util/Transcoders/Uniconv390/ 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/ tests/src/DOM/DOMTest/ tests/src/DOM/Traversal/ tests/src/MemHandlerTest/ tests/src/ParserTest/ tests/src/UtilTests/ tests/src/XSValueTest/ tests/src/XSerializerTest/ tools/IANACharset/ tools/ICUData/ tools/NLS/Xlat/

Modified: xerces/c/trunk/src/xercesc/validators/datatype/AbstractStringValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/AbstractStringValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/AbstractStringValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/AbstractStringValidator.cpp Thu Jun 16 17:21:06 2005
@@ -15,109 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.24  2005/01/07 15:28:49  amassari
- * Removed warnings
- *
- * Revision 1.23  2004/09/08 13:56:52  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 10:38:00  amassari
- * Made virtual function checkAdditionalFacet 'const', so that it matches the declaration in a derived class
- *
- * Revision 1.17  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.16  2003/11/12 20:32:03  peiyongz
- * Statless Grammar: ValidationContext
- *
- * Revision 1.15  2003/10/17 21:13:43  peiyongz
- * using XTemplateSerializer
- *
- * Revision 1.14  2003/10/07 19:39:37  peiyongz
- * Use of Template_Class Object Serialization/Deserialization API
- *
- * Revision 1.13  2003/09/29 21:47:35  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.12  2003/05/16 06:01:57  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.11  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.10  2003/02/22 18:28:26  peiyongz
- * Schema Errata E2-35 Length, minLength and maxLength in different derivation steps.
- *
- * Revision 1.9  2003/01/27 19:24:17  peiyongz
- * normalize Base64 data before checking against enumeration.
- *
- * Revision 1.8  2003/01/24 23:18:34  peiyongz
- * normalizeEnumeration() added to remove optional ws in Base64 data.
- *
- * 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/11/04 14:53:27  tng
- * C++ Namespace Support.
- *
- * Revision 1.5  2002/10/02 13:29:12  tng
- * Since the compare function return int, so use XMLString::compareString instead of XMLString::equals there.
- *
- * Revision 1.4  2002/09/24 19:44:40  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.3  2002/04/01 20:17:46  peiyongz
- * Bug#7551: Exceptions are caught by value, rather than by reference
- *
- * Revision 1.2  2002/02/14 15:17:31  peiyongz
- * getEnumString()
- *
- * Revision 1.1.1.1  2002/02/01 22:22:39  peiyongz
- * sane_include
- *
- * Revision 1.7  2001/12/13 16:48:29  peiyongz
- * Avoid dangling pointer
- *
- * Revision 1.6  2001/10/15 20:57:27  tng
- * Schema: we should propagate the exception thrown from checkContent.
- *
- * Revision 1.5  2001/10/09 21:00:54  peiyongz
- * . init() take 1 arg,
- * . make inspectFacetBase() virtual to allow ListDTV provide its own method,
- * . reorganize init() into assignFacet(), inspectFacet(), inspectFacetBase() and
- * inheritFacet() to improve mantainability.
- * . macro to simplify code
- * . save get***() to temp vars
- *
- * Revision 1.4  2001/09/24 15:30:16  peiyongz
- * DTV Reorganization: init() to be invoked from derived class' ctor to allow
- *        correct resolution of virtual methods like assignAdditionalFacet(),
- *        inheritAdditionalFacet(), etc.
- *
- * Revision 1.3  2001/09/19 18:48:27  peiyongz
- * DTV reorganization:getLength() added, move inline to class declaration to avoid inline
- * function interdependency.
- *
- * Revision 1.2  2001/09/18 21:16:42  peiyongz
- * DTV reorganization: temp vars to replace repeated invocation of getFacetsDefined()
- *
- * Revision 1.1  2001/09/18 14:45:04  peiyongz
- * DTV reorganization
- *
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------
@@ -399,7 +297,7 @@
                                    base'    length and derived' (minLength | maxLength)
 
      E2-35
-     It is an ·error· for both length and either of minLength or maxLength to be members of {facets},
+     It is an �error� for both length and either of minLength or maxLength to be members of {facets},
      unless they are specified in different derivation steps in which case the following must be true: 
      the {value} of minLength <= the {value} of length <= the {value} of maxLength   
     ***/

Modified: xerces/c/trunk/src/xercesc/validators/datatype/AnySimpleTypeDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/AnySimpleTypeDatatypeValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/AnySimpleTypeDatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/AnySimpleTypeDatatypeValidator.cpp Thu Jun 16 17:21:06 2005
@@ -15,47 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2004/09/08 13:56:52  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/07 19:39:03  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.7  2003/10/01 01:09:35  knoaman
- * Refactoring of some code to improve performance.
- *
- * Revision 1.6  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2003/01/13 20:16:51  knoaman
- * [Bug 16024] SchemaSymbols.hpp conflicts C++ Builder 6 dir.h
- *
- * 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:27  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/02/14 15:17:31  peiyongz
- * getEnumString()
- *
- * Revision 1.1.1.1  2002/02/01 22:22:40  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/08/24 17:12:01  knoaman
- * Add support for anySimpleType.
- * Remove parameter 'baseValidator' from the virtual method 'newInstance'.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/datatype/AnyURIDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/AnyURIDatatypeValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/AnyURIDatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/AnyURIDatatypeValidator.cpp Thu Jun 16 17:21:06 2005
@@ -16,77 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.12  2004/09/08 13:56:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.11  2004/01/12 23:02:18  neilg
- * remove unused static member
- *
- * 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/10/01 16:32:41  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.8  2003/10/01 00:27:12  knoaman
- * Performance: call a static method to check the validity of URI instead of
- * creating/deleting local objects.
- *
- * Revision 1.7  2003/09/30 21:31:30  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:27  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:40  peiyongz
- * sane_include
- *
- * Revision 1.10  2001/10/10 14:18:26  peiyongz
- * no message
- *
- * Revision 1.9  2001/10/09 20:53:58  peiyongz
- * init(): take 1 arg.
- *
- * Revision 1.8  2001/10/02 18:59:29  peiyongz
- * Invalid_Facet_Tag to display the tag name
- *
- * Revision 1.7  2001/09/24 15:33:15  peiyongz
- * DTV Reorganization: virtual methods moved to *.cpp
- *
- * Revision 1.6  2001/09/19 18:49:17  peiyongz
- * DTV reorganization: move inline to class declaration to avoid inline
- * function interdependency.
- *
- * Revision 1.5  2001/09/18 20:38:03  peiyongz
- * DTV reorganization: inherit from AbstractStringValidator.
- *
- * Revision 1.4  2001/08/21 18:42:53  peiyongz
- * Bugzilla# 2816: cleanUp() declared with external linkage and called
- *                          before defined as inline
- *
- * Revision 1.3  2001/08/14 22:11:56  peiyongz
- * new exception message added
- *
- * Revision 1.2  2001/08/10 16:21:19  peiyongz
- * use XMLUri instead of XMLURL
- *
- * Revision 1.1  2001/08/01 18:49:16  peiyongz
- * AnyRUIDatatypeValidator
- *
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/validators/datatype/Base64BinaryDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/Base64BinaryDatatypeValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/Base64BinaryDatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/Base64BinaryDatatypeValidator.cpp Thu Jun 16 17:21:06 2005
@@ -15,74 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.10  2004/09/08 13:56:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2004/06/24 15:00:58  peiyongz
- * Schema-Errata: E2-54 new specs for base64
- *
- * 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/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  2003/01/27 19:24:17  peiyongz
- * normalize Base64 data before checking against enumeration.
- *
- * Revision 1.4  2003/01/24 23:18:34  peiyongz
- * normalizeEnumeration() added to remove optional ws in Base64 data.
- *
- * 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.12  2001/10/09 20:47:26  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 18:49:40  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:47  peiyongz
- * support for "fixed" option on constrainning facets
- *
- * Revision 1.6  2001/05/29 19:49:31  tng
- * Schema: Constraint Checking Fix in datatypeValidators.  By Pei Yong Zhang.
- *
- * Revision 1.5  2001/05/28 21:11:17  tng
- * Schema: Various DatatypeValidator fix.  By Pei Yong Zhang
- *
- * Revision 1.4  2001/05/18 13:36:41  tng
- * Schema: Catch RegularExpression exception and NumberFormatException
- *
- * Revision 1.3  2001/05/18 13:23:43  tng
- * Schema: Exception messages in DatatypeValidator.  By Pei Yong Zhang.
- *
- * Revision 1.2  2001/05/17 18:13:46  tng
- * Schema Fix: issue error message when binary data is invalid.
- *
- * Revision 1.1  2001/05/16 15:24:40  tng
- * Schema: Add Base64 and HexBin.  By Pei Yong Zhang.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/validators/datatype/BooleanDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/BooleanDatatypeValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/BooleanDatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/BooleanDatatypeValidator.cpp Thu Jun 16 17:21:06 2005
@@ -15,80 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.18  2004/09/08 13:56:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.17  2004/08/11 16:52:59  peiyongz
- * using Literal constants from XMLUni
- *
- * Revision 1.16  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.15  2004/01/13 20:57:06  peiyongz
- * revert code back to previous version
- *
- * Revision 1.13  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/11/28 18:53:07  peiyongz
- * Support for getCanonicalRepresentation
- *
- * Revision 1.10  2003/11/12 20:32:03  peiyongz
- * Statless Grammar: ValidationContext
- *
- * Revision 1.9  2003/10/07 19:39:03  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.8  2003/05/16 06:01:57  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.7  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.6  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.5  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/09/24 19:44:40  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.3  2002/08/23 20:16:50  tng
- * Memory leak fix: enums is not deleted if an error occurred.
- *
- * Revision 1.2  2002/02/14 15:17:31  peiyongz
- * getEnumString()
- *
- * Revision 1.1.1.1  2002/02/01 22:22:40  peiyongz
- * sane_include
- *
- * Revision 1.7  2001/10/02 18:59:29  peiyongz
- * Invalid_Facet_Tag to display the tag name
- *
- * Revision 1.6  2001/06/22 16:26:01  peiyongz
- * fix: redefinition of SIZE
- *
- * Revision 1.5  2001/05/29 19:49:33  tng
- * Schema: Constraint Checking Fix in datatypeValidators.  By Pei Yong Zhang.
- *
- * Revision 1.4  2001/05/28 21:11:17  tng
- * Schema: Various DatatypeValidator fix.  By Pei Yong Zhang
- *
- * Revision 1.3  2001/05/18 13:36:44  tng
- * Schema: Catch RegularExpression exception and NumberFormatException
- *
- * Revision 1.2  2001/05/11 13:27:26  tng
- * Copyright update.
- *
- * Revision 1.1  2001/05/09 18:43:35  tng
- * Add StringDatatypeValidator and BooleanDatatypeValidator.  By Pei Yong Zhang.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/validators/datatype/DatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/DatatypeValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/DatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/DatatypeValidator.cpp Thu Jun 16 17:21:06 2005
@@ -15,112 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.27  2004/10/28 20:16:31  peiyongz
- * Data member reshuffle
- *
- * Revision 1.26  2004/09/08 13:56:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.25  2004/03/09 21:00:46  peiyongz
- * recognize builtIn dv
- *
- * Revision 1.24  2004/03/03 23:08:28  peiyongz
- * Move the logic to check for BuiltIn Dv to storeDV/loadDV therefore dv which
- * refers to BuiltIn DV will NOT be actually saved/loaded, as opposed to previously
- * it is only done for dv appears in fBaseValidator.
- *
- * Revision 1.23  2004/03/02 23:34:58  peiyongz
- * fix typo
- *
- * Revision 1.22  2004/03/02 23:22:06  peiyongz
- * save/load TypeUri/TypeLocalName more accurately
- *
- * Revision 1.21  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.20  2003/12/23 21:50:36  peiyongz
- * Absorb exception thrown in getCanonicalRepresentation and return 0,
- * only validate when required
- *
- * 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/11/28 18:53:07  peiyongz
- * Support for getCanonicalRepresentation
- *
- * Revision 1.17  2003/11/13 23:19:18  peiyongz
- * initSize
- *
- * Revision 1.16  2003/11/07 22:39:41  peiyongz
- * PSVI/schema component model implementation, thanks to David Cargill
- *
- * 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/11/05 16:37:18  peiyongz
- * don't serialize built-in baseValidator, and don't serialize localName/uriName
- *
- * Revision 1.13  2003/10/17 21:13:44  peiyongz
- * using XTemplateSerializer
- *
- * Revision 1.12  2003/10/07 19:39:37  peiyongz
- * Use of Template_Class Object Serialization/Deserialization API
- *
- * Revision 1.11  2003/10/02 19:20:19  peiyongz
- * fWhiteSpace added; more dv serialization support added
- *
- * Revision 1.10  2003/10/01 01:09:35  knoaman
- * Refactoring of some code to improve performance.
- *
- * Revision 1.9  2003/09/30 21:32:23  peiyongz
- * AnyURI, Base64, HexBin, NOTATION, List and QName
- *
- * Revision 1.8  2003/09/30 18:17:53  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.7  2003/09/29 21:47:35  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/29 19:52:32  gareth
- * PSVI API additions.
- *
- * Revision 1.4  2002/12/19 14:03:10  gareth
- * get/set methods to see if the represented type is anonymous. Patch by Peter Volchek.
- *
- * Revision 1.3  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/10/15 18:04:31  knoaman
- * Bug [13485]: incorrect return from getWSstring
- *
- * Revision 1.1.1.1  2002/02/01 22:22:40  peiyongz
- * sane_include
- *
- * Revision 1.7  2001/06/20 17:56:56  peiyongz
- * support for "fixed" option on constrainning facets
- *
- * Revision 1.6  2001/05/11 21:51:09  knoaman
- * Schema updates and fixes.
- *
- * Revision 1.5  2001/05/11 13:27:27  tng
- * Copyright update.
- *
- * Revision 1.4  2001/05/09 18:43:38  tng
- * Add StringDatatypeValidator and BooleanDatatypeValidator.  By Pei Yong Zhang.
- *
- * Revision 1.3  2001/05/03 21:09:52  tng
- * Schema: DatatypeValidator Update.  By Pei Yong Zhang.
- *
- * Revision 1.2  2001/05/03 19:17:43  knoaman
- * TraverseSchema Part II.
- *
- * Revision 1.1  2001/03/21 21:39:13  knoaman
- * Schema symbols and Datatype validator part I
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/validators/datatype/DateDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/DateDatatypeValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/DateDatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/DateDatatypeValidator.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/validators/datatype/DateTimeDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/DateTimeDatatypeValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/DateTimeDatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/DateTimeDatatypeValidator.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/validators/datatype/DateTimeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/DateTimeValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/DateTimeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/DateTimeValidator.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/validators/datatype/DayDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/DayDatatypeValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/DayDatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/DayDatatypeValidator.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/validators/datatype/DecimalDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/DecimalDatatypeValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/DecimalDatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/DecimalDatatypeValidator.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/validators/datatype/DoubleDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/DoubleDatatypeValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/DoubleDatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/DoubleDatatypeValidator.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/validators/datatype/DurationDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/DurationDatatypeValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/DurationDatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/DurationDatatypeValidator.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/validators/datatype/ENTITYDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/ENTITYDatatypeValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/ENTITYDatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/ENTITYDatatypeValidator.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/validators/datatype/FloatDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/FloatDatatypeValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/FloatDatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/FloatDatatypeValidator.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/validators/datatype/HexBinaryDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/HexBinaryDatatypeValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/HexBinaryDatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/HexBinaryDatatypeValidator.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/validators/datatype/IDDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/IDDatatypeValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/IDDatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/IDDatatypeValidator.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/validators/datatype/IDREFDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/IDREFDatatypeValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/IDREFDatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/IDREFDatatypeValidator.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/validators/datatype/ListDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/ListDatatypeValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/ListDatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/ListDatatypeValidator.cpp Thu Jun 16 17:21:06 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
- *
- *
  */
 
 // ---------------------------------------------------------------------------
@@ -479,9 +381,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/trunk/src/xercesc/validators/datatype/MonthDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/MonthDatatypeValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/MonthDatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/MonthDatatypeValidator.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/validators/datatype/MonthDayDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/MonthDayDatatypeValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/MonthDayDatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/MonthDayDatatypeValidator.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/validators/datatype/NCNameDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/NCNameDatatypeValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/NCNameDatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/NCNameDatatypeValidator.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/validators/datatype/NOTATIONDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/NOTATIONDatatypeValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/NOTATIONDatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/NOTATIONDatatypeValidator.cpp Thu Jun 16 17:21:06 2005
@@ -16,65 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.10  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2004/08/11 16:52:20  peiyongz
- * using XMLString::isValidNOTATION()
- *
- * 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/10/01 16:32:41  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.6  2003/09/30 21:31:30  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * 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:42  peiyongz
- * sane_include
- *
- * Revision 1.10  2001/10/10 15:11:21  peiyongz
- * extract/validate URI iff present
- *
- * Revision 1.9  2001/10/10 14:17:50  peiyongz
- * <URI>:<LocalPart> where <URI> can be optional.
- *
- * Revision 1.8  2001/10/09 20:46:19  peiyongz
- * NOTATION: checkContent(): <URI>:<localPart>
- *
- * Revision 1.7  2001/10/02 18:59:29  peiyongz
- * Invalid_Facet_Tag to display the tag name
- *
- * Revision 1.6  2001/09/24 15:33:15  peiyongz
- * DTV Reorganization: virtual methods moved to *.cpp
- *
- * Revision 1.5  2001/09/20 15:14:47  peiyongz
- * DTV reorganization: inherit from AbstractStringVaildator
- *
- * 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/05 20:15:27  peiyongz
- * NOTATIONDatatypeValidator
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/validators/datatype/NameDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/NameDatatypeValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/NameDatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/NameDatatypeValidator.cpp Thu Jun 16 17:21:06 2005
@@ -16,49 +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:27  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.4  2001/10/09 20:48:39  peiyongz
- * init(): take 1 arg
- *
- * Revision 1.3  2001/10/02 18:59:59  peiyongz
- * Invalid_Name to replace Invalid_NCName.
- *
- * 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/trunk/src/xercesc/validators/datatype/QNameDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/QNameDatatypeValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/QNameDatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/QNameDatatypeValidator.cpp Thu Jun 16 17:21:06 2005
@@ -16,53 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.7  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * 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:27  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.9  2001/10/09 20:47:05  peiyongz
- * init(): take 1 arg
- *
- * Revision 1.8  2001/10/02 18:59:29  peiyongz
- * Invalid_Facet_Tag to display the tag name
- *
- * Revision 1.7  2001/09/24 15:33:15  peiyongz
- * DTV Reorganization: virtual methods moved to *.cpp
- *
- * Revision 1.6  2001/09/20 15:36:49  peiyongz
- * DTV reorganization: inherit from AbstractStringVaildator
- *
- * Revision 1.4  2001/09/06 21:34:48  peiyongz
- * Fix:improper loop in enumeration checking
- *
- * 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/06 20:20:14  peiyongz
- * QNameDTV
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/validators/datatype/StringDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/StringDatatypeValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/StringDatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/StringDatatypeValidator.cpp Thu Jun 16 17:21:06 2005
@@ -15,95 +15,7 @@
  */
 
 /*
- * $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/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.10  2003/11/24 05:11:06  neilg
- * remove unused statics
- *
- * Revision 1.9  2003/10/02 19:20:42  peiyongz
- * fWhiteSpace moved to DatatypeValidator
- *
- * Revision 1.8  2003/10/01 01:09:35  knoaman
- * Refactoring of some code to improve performance.
- *
- * Revision 1.7  2003/09/30 21:31:37  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.6  2003/09/29 21:47:35  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.5  2003/05/15 18:53:27  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.17  2001/10/09 20:54:35  peiyongz
- * init(): take 1 arg.
- *
- * Revision 1.16  2001/09/27 13:51:25  peiyongz
- * DTV Reorganization: ctor/init created to be used by derived class
- *
- * Revision 1.15  2001/09/25 15:58:14  peiyongz
- * Check baseValidator in assignAdditinoalFacet() and inheritAdditionalFacet()
- *
- * Revision 1.14  2001/09/24 15:31:13  peiyongz
- * DTV Reorganization: inherit from AbstractStringValidator
- *
- * Revision 1.12  2001/08/21 18:42:53  peiyongz
- * Bugzilla# 2816: cleanUp() declared with external linkage and called
- *                          before defined as inline
- *
- * Revision 1.11  2001/06/20 17:56:09  peiyongz
- * support for "fixed" option on constrainning facets
- *
- * Revision 1.10  2001/05/29 19:49:36  tng
- * Schema: Constraint Checking Fix in datatypeValidators.  By Pei Yong Zhang.
- *
- * Revision 1.9  2001/05/28 21:11:18  tng
- * Schema: Various DatatypeValidator fix.  By Pei Yong Zhang
- *
- * Revision 1.8  2001/05/23 16:05:11  tng
- * Schema: NormalizedString fix.  By Pei Yong Zhang.
- *
- * Revision 1.7  2001/05/23 15:45:25  tng
- * Schema: NormalizedString fix.  By Pei Yong Zhang.
- *
- * Revision 1.6  2001/05/18 13:36:48  tng
- * Schema: Catch RegularExpression exception and NumberFormatException
- *
- * Revision 1.5  2001/05/18 13:23:51  tng
- * Schema: Exception messages in DatatypeValidator.  By Pei Yong Zhang.
- *
- * Revision 1.4  2001/05/16 14:33:40  tng
- * Schema Constraint checking fix.
- *
- * Revision 1.3  2001/05/11 17:17:28  tng
- * Schema: DatatypeValidator fixes.  By Pei Yong Zhang.
- *
- * Revision 1.2  2001/05/11 13:27:29  tng
- * Copyright update.
- *
- * Revision 1.1  2001/05/09 18:43:42  tng
- * Add StringDatatypeValidator and BooleanDatatypeValidator.  By Pei Yong Zhang.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/validators/datatype/TimeDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/TimeDatatypeValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/TimeDatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/TimeDatatypeValidator.cpp Thu Jun 16 17:21:06 2005
@@ -16,62 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.15  2004/09/08 13:56:53  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.13  2003/12/19 23:02:25  cargilld
- * More memory management updates.
- *
- * Revision 1.12  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.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:27  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
- *
  */
 
 // ---------------------------------------------------------------------------



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