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 03:30:03 UTC

svn commit: r191045 [7/8] - in /xerces/c/trunk: samples/src/DOMCount/ samples/src/DOMPrint/ samples/src/MemParse/ samples/src/PParse/ samples/src/Redirect/ samples/src/SAX2Count/ samples/src/SAX2Print/ samples/src/SAXCount/ samples/src/SAXPrint/ samples/src/SEnumVal/ samples/src/StdInParse/ 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/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/validators/DTD/ src/xercesc/validators/common/ src/xercesc/validators/datatype/ src/xercesc/validators/schema/ src/xercesc/validators/schema/identity/ tests/src/ParserTest/ tests/src/UtilTests/ tests/src/XSValueTest/ tests/src/XSerializerTest/ tools/IANACharset/ tools/NLS/Xlat/

Modified: xerces/c/trunk/src/xercesc/validators/datatype/AbstractStringValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/AbstractStringValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/AbstractStringValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/AbstractStringValidator.hpp Thu Jun 16 18:29:55 2005
@@ -16,86 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.14  2004/09/08 13:56:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.13  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.12  2003/12/31 10:38:00  amassari
- * Made virtual function checkAdditionalFacet 'const', so that it matches the declaration in a derived class
- *
- * 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/12 20:32:03  peiyongz
- * Statless Grammar: ValidationContext
- *
- * Revision 1.9  2003/09/29 21:47:35  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.8  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.7  2003/01/27 19:24:17  peiyongz
- * normalize Base64 data before checking against enumeration.
- *
- * Revision 1.6  2003/01/24 23:18:34  peiyongz
- * normalizeEnumeration() added to remove optional ws in Base64 data.
- *
- * 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:27  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/10/18 16:52:14  peiyongz
- * Patch to Bug#13640: Getter methods not public in
- *                                    DecimalDatatypeValidator
- *
- * 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.9  2001/12/13 16:48:29  peiyongz
- * Avoid dangling pointer
- *
- * Revision 1.8  2001/11/22 20:23:20  peiyongz
- * _declspec(dllimport) and inline warning C4273
- *
- * Revision 1.7  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.6  2001/10/11 19:32:12  peiyongz
- * Allow derived to overwrite inheritFacet()
- *
- * 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/27 13:51:25  peiyongz
- * DTV Reorganization: ctor/init created to be used by derived class
- *
- * Revision 1.3  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.2  2001/09/19 18:48:27  peiyongz
- * DTV reorganization:getLength() added, move inline to class declaration to avoid inline
- * function interdependency.
- *
- * Revision 1.1  2001/09/18 14:45:04  peiyongz
- * DTV reorganization
- *
  */
 
 #if !defined(ABSTRACT_STRING_VALIDATOR_HPP)

Modified: xerces/c/trunk/src/xercesc/validators/datatype/AnyURIDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/AnyURIDatatypeValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/AnyURIDatatypeValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/AnyURIDatatypeValidator.hpp Thu Jun 16 18:29:55 2005
@@ -16,59 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.8  2004/09/08 13:56:52  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:38  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:27  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:40  peiyongz
- * sane_include
- *
- * Revision 1.8  2001/11/22 20:23:20  peiyongz
- * _declspec(dllimport) and inline warning C4273
- *
- * 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:02  peiyongz
- * DTV reorganization: inherit from AbstractStringValidator.
- *
- * 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/08/21 18:42:53  peiyongz
- * Bugzilla# 2816: cleanUp() declared with external linkage and called
- *                          before defined as inline
- *
- * 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
- *
- *
  */
 
 #if !defined(ANYURI_DATATYPEVALIDATOR_HPP)

Modified: xerces/c/trunk/src/xercesc/validators/datatype/Base64BinaryDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/Base64BinaryDatatypeValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/Base64BinaryDatatypeValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/Base64BinaryDatatypeValidator.hpp Thu Jun 16 18:29:55 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/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.6  2001/09/24 15:33:15  peiyongz
- * DTV Reorganization: virtual methods moved to *.cpp
- *
- * Revision 1.5  2001/09/19 18:49:40  peiyongz
- * DTV reorganization: inherit from AbstractStringVaildator
- *
  */
 
 #if !defined(BASE64BINARY_DATATYPEVALIDATOR_HPP)

Modified: xerces/c/trunk/src/xercesc/validators/datatype/DateDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/DateDatatypeValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/DateDatatypeValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/DateDatatypeValidator.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/validators/datatype/DateTimeDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/DateTimeDatatypeValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/DateTimeDatatypeValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/DateTimeDatatypeValidator.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/validators/datatype/DateTimeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/DateTimeValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/DateTimeValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/DateTimeValidator.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/validators/datatype/DayDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/DayDatatypeValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/DayDatatypeValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/DayDatatypeValidator.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/validators/datatype/DecimalDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/DecimalDatatypeValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/DecimalDatatypeValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/DecimalDatatypeValidator.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/validators/datatype/DoubleDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/DoubleDatatypeValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/DoubleDatatypeValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/DoubleDatatypeValidator.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/validators/datatype/DurationDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/DurationDatatypeValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/DurationDatatypeValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/DurationDatatypeValidator.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/validators/datatype/ENTITYDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/ENTITYDatatypeValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/ENTITYDatatypeValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/ENTITYDatatypeValidator.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/validators/datatype/FloatDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/FloatDatatypeValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/FloatDatatypeValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/FloatDatatypeValidator.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/validators/datatype/HexBinaryDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/HexBinaryDatatypeValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/HexBinaryDatatypeValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/HexBinaryDatatypeValidator.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/validators/datatype/IDDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/IDDatatypeValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/IDDatatypeValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/IDDatatypeValidator.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/validators/datatype/IDREFDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/IDREFDatatypeValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/IDREFDatatypeValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/IDREFDatatypeValidator.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/validators/datatype/ListDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/ListDatatypeValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/ListDatatypeValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/ListDatatypeValidator.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/validators/datatype/MonthDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/MonthDatatypeValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/MonthDatatypeValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/MonthDatatypeValidator.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/validators/datatype/MonthDayDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/MonthDayDatatypeValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/MonthDayDatatypeValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/MonthDayDatatypeValidator.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/validators/datatype/NCNameDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/NCNameDatatypeValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/NCNameDatatypeValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/NCNameDatatypeValidator.hpp Thu Jun 16 18:29:55 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)

Modified: xerces/c/trunk/src/xercesc/validators/datatype/NOTATIONDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/NOTATIONDatatypeValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/NOTATIONDatatypeValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/NOTATIONDatatypeValidator.hpp Thu Jun 16 18:29:55 2005
@@ -16,48 +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:42  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/09/24 15:33:15  peiyongz
- * DTV Reorganization: virtual methods moved to *.cpp
- *
- * Revision 1.4  2001/09/20 15:14:47  peiyongz
- * DTV reorganization: inherit from AbstractStringVaildator
- *
- * 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/05 20:15:27  peiyongz
- * NOTATIONDatatypeValidator
- *
  */
 
 #if !defined(NOTATION_DATATYPEVALIDATOR_HPP)

Modified: xerces/c/trunk/src/xercesc/validators/datatype/NameDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/NameDatatypeValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/NameDatatypeValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/NameDatatypeValidator.hpp Thu Jun 16 18:29:55 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: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/10/09 20:48:39  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(NAME_DATATYPEVALIDATOR_HPP)

Modified: xerces/c/trunk/src/xercesc/validators/datatype/QNameDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/QNameDatatypeValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/QNameDatatypeValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/QNameDatatypeValidator.hpp Thu Jun 16 18:29:55 2005
@@ -16,48 +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: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.5  2001/09/24 15:33:15  peiyongz
- * DTV Reorganization: virtual methods moved to *.cpp
- *
- * Revision 1.4  2001/09/20 15:36:49  peiyongz
- * DTV reorganization: inherit from AbstractStringVaildator
- *
- * 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/06 20:20:15  peiyongz
- * QNameDTV
- *
  */
 
 #if !defined(QNAME_DATATYPEVALIDATOR_HPP)

Modified: xerces/c/trunk/src/xercesc/validators/datatype/StringDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/StringDatatypeValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/StringDatatypeValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/StringDatatypeValidator.hpp Thu Jun 16 18:29:55 2005
@@ -16,49 +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/01 01:09:35  knoaman
- * Refactoring of some code to improve performance.
- *
- * Revision 1.5  2003/09/29 21:47:35  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.10  2001/11/22 20:23:20  peiyongz
- * _declspec(dllimport) and inline warning C4273
- *
- * Revision 1.9  2001/10/09 20:54:48  peiyongz
- * init(): removed
- *
- * Revision 1.8  2001/09/27 13:51:25  peiyongz
- * DTV Reorganization: ctor/init created to be used by derived class
- *
- * Revision 1.7  2001/09/24 21:39:12  peiyongz
- * DTV Reorganization:
- *
- * Revision 1.6  2001/09/24 15:31:13  peiyongz
- * DTV Reorganization: inherit from AbstractStringValidator
- *
  */
 
 #if !defined(STRING_DATATYPEVALIDATOR_HPP)

Modified: xerces/c/trunk/src/xercesc/validators/datatype/TimeDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/TimeDatatypeValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/TimeDatatypeValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/TimeDatatypeValidator.hpp Thu Jun 16 18:29:55 2005
@@ -16,44 +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/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: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/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: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.1  2001/11/07 19:18:52  peiyongz
- * DateTime Port
- *
  */
 
 #if !defined(TIME_DATATYPE_VALIDATOR_HPP)

Modified: xerces/c/trunk/src/xercesc/validators/datatype/UnionDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/UnionDatatypeValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/UnionDatatypeValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/UnionDatatypeValidator.hpp Thu Jun 16 18:29:55 2005
@@ -16,90 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.19  2004/09/20 14:47:13  amassari
- * Mark some methods as deprecated
- *
- * Revision 1.18  2004/09/08 13:56:54  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  2003/12/23 21:50:36  peiyongz
- * Absorb exception thrown in getCanonicalRepresentation and return 0,
- * only validate when required
- *
- * 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/11/28 18:53:07  peiyongz
- * Support for getCanonicalRepresentation
- *
- * Revision 1.13  2003/11/24 05:10:26  neilg
- * implement method for determining member type of union that validated some value
- *
- * Revision 1.12  2003/11/12 20:32:03  peiyongz
- * Statless Grammar: ValidationContext
- *
- * Revision 1.11  2003/10/07 19:39:03  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.10  2003/08/16 18:42:49  neilg
- * fix for bug 22457.  Union types that are restrictions of other union types were previously considered not to inherit their parents member types.  This is at variance with the behaviour of the Java parser and apparently with the spec, so I have changed this.
- *
- * Revision 1.9  2003/05/15 18:53:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.8  2003/02/06 13:51:55  gareth
- * fixed bug with multiple attributes being validated by the same union type.
- *
- * Revision 1.7  2003/01/29 19:55:19  gareth
- * updated to deal with null pointer issue with fValidatedDatatype.
- *
- * Revision 1.6  2003/01/29 19:53:35  gareth
- * we now store information about which validator was used to validate.
- *
- * Revision 1.5  2003/01/10 16:48:47  tng
- * [Bug 14912] crashes inside UnionDatatypeValidator::isSubstitutableBy.   Patch from Alberto Massari.
- *
- * 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/02/14 15:17:31  peiyongz
- * getEnumString()
- *
- * Revision 1.1.1.1  2002/02/01 22:22:43  peiyongz
- * sane_include
- *
- * Revision 1.9  2001/12/13 16:48:29  peiyongz
- * Avoid dangling pointer
- *
- * Revision 1.8  2001/09/05 20:49:10  knoaman
- * Fix for complexTypes with mixed content model.
- *
- * Revision 1.7  2001/08/31 16:53:41  knoaman
- * Misc. fixes.
- *
- * 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/13 14:10:40  peiyongz
- * UnionDTV
- *
  */
 
 #if !defined(UNION_DATATYPEVALIDATOR_HPP)

Modified: xerces/c/trunk/src/xercesc/validators/datatype/XMLCanRepGroup.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/XMLCanRepGroup.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/XMLCanRepGroup.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/XMLCanRepGroup.hpp Thu Jun 16 18:29:55 2005
@@ -16,13 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.2  2004/09/08 13:56:54  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2003/12/11 21:38:41  peiyongz
- * support for Canonical Representation for Datatype
- *
  */
 
 #if !defined(XMLCANREPGROUP_HPP)

Modified: xerces/c/trunk/src/xercesc/validators/datatype/YearDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/YearDatatypeValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/YearDatatypeValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/YearDatatypeValidator.hpp Thu Jun 16 18:29:55 2005
@@ -16,37 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.9  2004/09/08 13:56:54  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: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:43  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/11/07 19:18:52  peiyongz
- * DateTime Port
- *
  */
 
 #if !defined(YEAR_DATATYPE_VALIDATOR_HPP)

Modified: xerces/c/trunk/src/xercesc/validators/datatype/YearMonthDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/YearMonthDatatypeValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/YearMonthDatatypeValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/YearMonthDatatypeValidator.hpp Thu Jun 16 18:29:55 2005
@@ -16,37 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.9  2004/09/08 13:56:54  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: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:43  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/11/07 19:18:52  peiyongz
- * DateTime Port
- *
  */
 
 #if !defined(YEARMONTH_DATATYPE_VALIDATOR_HPP)

Modified: xerces/c/trunk/src/xercesc/validators/schema/SchemaAttDef.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/SchemaAttDef.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/SchemaAttDef.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/SchemaAttDef.hpp Thu Jun 16 18:29:55 2005
@@ -15,72 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.15  2004/10/28 20:21:06  peiyongz
- * Data member reshuffle
- *
- * Revision 1.14  2004/09/20 14:47:13  amassari
- * Mark some methods as deprecated
- *
- * Revision 1.13  2004/09/08 13:56:56  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.12  2004/01/29 11:52:31  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.11  2003/12/24 17:42:03  knoaman
- * Misc. PSVI updates
- *
- * Revision 1.10  2003/12/17 20:50:35  knoaman
- * PSVI: fix for annotation of attributes in attributeGroup/derived types
- *
- * Revision 1.9  2003/11/24 05:13:41  neilg
- * update method documentation
- *
- * Revision 1.8  2003/11/21 22:34:46  neilg
- * More schema component model implementation, thanks to David Cargill.
- * In particular, this cleans up and completes the XSModel, XSNamespaceItem,
- * XSAttributeDeclaration and XSAttributeGroup implementations.
- *
- * Revision 1.7  2003/10/10 16:25:40  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 21:43:21  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.4  2003/02/06 13:51:55  gareth
- * fixed bug with multiple attributes being validated by the same union type.
- *
- * Revision 1.3  2003/01/29 19:47:16  gareth
- * added DOMTypeInfo and some PSVI methods
- *
- * Revision 1.2  2002/11/04 14:49:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:46  peiyongz
- * sane_include
- *
- * Revision 1.6  2001/08/10 12:34:25  knoaman
- * Fix compilation error.
- *
- * Revision 1.5  2001/08/09 15:23:16  knoaman
- * add support for <anyAttribute> declaration.
- *
- * Revision 1.4  2001/07/31 15:26:54  knoaman
- * Added support for <attributeGroup>.
- *
- * Revision 1.3  2001/05/11 17:17:41  tng
- * Schema: DatatypeValidator fixes.  By Pei Yong Zhang.
- *
- * Revision 1.2  2001/05/11 13:27:34  tng
- * Copyright update.
- *
- * Revision 1.1  2001/02/27 18:48:22  tng
- * Schema: Add SchemaAttDef, SchemaElementDecl, SchemaAttDefList.
- *
+ * $Id$
  */
 #if !defined(SCHEMAATTDEF_HPP)
 #define SCHEMAATTDEF_HPP

Modified: xerces/c/trunk/src/xercesc/validators/schema/SchemaAttDefList.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/SchemaAttDefList.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/SchemaAttDefList.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/SchemaAttDefList.hpp Thu Jun 16 18:29:55 2005
@@ -15,43 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.10  2004/12/16 03:21:24  cargilld
- * Performance fix from David Bertoni.  Remove virtual so function gets inlined.
- *
- * Revision 1.9  2004/09/10 18:42:06  cargilld
- * Performance improvement fix to more efficiently findattdef.  Fix from Dave Bertoni.
- *
- * Revision 1.8  2004/09/08 13:56:56  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2004/01/29 11:52:31  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.6  2003/11/10 21:54:51  neilg
- * implementation for new stateless means of traversing attribute definition lists
- *
- * Revision 1.5  2003/10/20 11:46:28  gareth
- * Pass in memory manager to constructors and use for creation of enumerators.
- *
- * Revision 1.4  2003/10/10 16:25:40  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.3  2002/12/06 13:27:14  tng
- * [Bug 9083] Make some classes be exportable.
- *
- * Revision 1.2  2002/11/04 14:49:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:46  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/05/11 13:27:34  tng
- * Copyright update.
- *
- * Revision 1.1  2001/02/27 18:48:22  tng
- * Schema: Add SchemaAttDef, SchemaElementDecl, SchemaAttDefList.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/schema/SchemaElementDecl.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/SchemaElementDecl.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/SchemaElementDecl.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/SchemaElementDecl.hpp Thu Jun 16 18:29:55 2005
@@ -15,127 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.23  2004/10/28 20:21:06  peiyongz
- * Data member reshuffle
- *
- * Revision 1.22  2004/09/08 13:56:56  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.21  2004/02/05 18:08:38  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.20  2004/01/29 11:52:31  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.19  2003/12/24 17:42:03  knoaman
- * Misc. PSVI updates
- *
- * Revision 1.18  2003/12/12 18:36:37  peiyongz
- * getObjectType()
- *
- * Revision 1.17  2003/11/24 05:21:04  neilg
- * update method documentation
- *
- * Revision 1.16  2003/11/21 22:34:46  neilg
- * More schema component model implementation, thanks to David Cargill.
- * In particular, this cleans up and completes the XSModel, XSNamespaceItem,
- * XSAttributeDeclaration and XSAttributeGroup implementations.
- *
- * Revision 1.15  2003/11/06 15:30:08  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/14 15:22:28  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.13  2003/10/05 02:08:05  neilg
- * Because it makes grammars un-sharable between parsers running on multiple threads, xsi:type should not be handled by modifying element declarations.  Modifying implementation so it no longer relies on this kind of behaviour; marking methods as deprecated which imply that xsi:type will be handled in this way.  Once their behaviour is handled elsewhere, these methods should eventually be removed
- *
- * Revision 1.12  2003/08/29 11:44:18  gareth
- * If a type was explicitly declared as anyType that now gets set in DOMTypeInfo. Added test cases.
- *
- * Revision 1.11  2003/05/18 14:02:08  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.10  2003/05/16 21:43:21  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.9  2003/05/15 18:57:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.8  2003/01/29 19:47:16  gareth
- * added DOMTypeInfo and some PSVI methods
- *
- * Revision 1.7  2002/11/04 14:49:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.6  2002/07/12 15:17:48  knoaman
- * For a given global element, store info about a substitution group element
- * as a SchemaElementDecl and not as a string.
- *
- * Revision 1.5  2002/04/01 15:47:06  knoaman
- * Move Element Consistency checking (ref to global declarations) to SchemaValidator.
- *
- * Revision 1.4  2002/03/21 16:31:43  knoaman
- * Remove data/methods from SchemaElementDecl that are not used.
- *
- * Revision 1.3  2002/03/04 15:09:50  knoaman
- * Fix for bug 6834.
- *
- * Revision 1.2  2002/02/06 22:30:50  knoaman
- * Added a new attribute to store the wild card information for elements of type 'anyType'.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:46  peiyongz
- * sane_include
- *
- * Revision 1.16  2001/11/23 18:25:45  tng
- * Eliminate Warning from AIX xlC 3.6: 1540-399: (W) "IdentityConstraint" is undefined.  The delete operator will not call a destructor.
- *
- * Revision 1.15  2001/11/02 14:13:45  knoaman
- * Add support for identity constraints.
- *
- * Revision 1.14  2001/10/11 12:07:39  tng
- * Schema: model type should be based on complextypeinfo if exists.
- *
- * Revision 1.13  2001/09/05 20:49:11  knoaman
- * Fix for complexTypes with mixed content model.
- *
- * Revision 1.12  2001/08/29 20:52:35  tng
- * Schema: xsi:type support
- *
- * Revision 1.11  2001/08/21 16:06:11  tng
- * Schema: Unique Particle Attribution Constraint Checking.
- *
- * Revision 1.10  2001/08/09 15:23:16  knoaman
- * add support for <anyAttribute> declaration.
- *
- * Revision 1.9  2001/07/24 18:33:46  knoaman
- * Added support for <group> + extra constraint checking for complexType
- *
- * Revision 1.8  2001/06/13 20:51:15  peiyongz
- * fIsMixed: to handle mixed Content Model
- *
- * Revision 1.7  2001/05/11 13:27:36  tng
- * Copyright update.
- *
- * Revision 1.6  2001/05/03 20:34:43  tng
- * Schema: SchemaValidator update
- *
- * Revision 1.5  2001/05/03 19:18:01  knoaman
- * TraverseSchema Part II.
- *
- * Revision 1.4  2001/04/19 17:43:17  knoaman
- * More schema implementation classes.
- *
- * Revision 1.3  2001/03/21 21:56:33  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
- * Revision 1.2  2001/03/21 19:30:17  tng
- * Schema: Content Model Updates, by Pei Yong Zhang.
- *
- * Revision 1.1  2001/02/27 18:48:23  tng
- * Schema: Add SchemaAttDef, SchemaElementDecl, SchemaAttDefList.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/schema/SchemaGrammar.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/SchemaGrammar.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/SchemaGrammar.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/SchemaGrammar.hpp Thu Jun 16 18:29:55 2005
@@ -15,101 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.18  2004/10/28 20:21:06  peiyongz
- * Data member reshuffle
- *
- * Revision 1.17  2004/09/28 02:14:14  cargilld
- * Add support for validating annotations.
- *
- * Revision 1.16  2004/09/08 13:56:56  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.15  2004/01/29 11:52:31  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.14  2003/12/17 00:18:40  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.13  2003/11/14 22:35:09  neilg
- * changes in support of second phase of XSModel implementation; thanks to David Cargill
- *
- * Revision 1.12  2003/11/12 20:35:31  peiyongz
- * Stateless Grammar: ValidationContext
- *
- * Revision 1.11  2003/11/06 19:28:11  knoaman
- * PSVI support for annotations.
- *
- * Revision 1.10  2003/10/14 15:22:28  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.9  2003/09/22 19:49:03  neilg
- * implement change to Grammar::putElem(XMLElementDecl, bool).  If Grammars are used only to hold declared objects, there will be no need for the fElemNonDeclPool tables; make Grammar implementations lazily create them only if the application requires them (which good cpplications should not.)
- *
- * Revision 1.8  2003/07/31 17:12:10  peiyongz
- * Grammar embed grammar description
- *
- * Revision 1.7  2003/05/16 21:43:21  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.6  2003/05/15 18:57:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2002/11/04 14:49:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/08/22 15:42:10  tng
- * Remove unused parameter variables in inline functions.
- *
- * Revision 1.3  2002/07/11 18:21:20  knoaman
- * Grammar caching/preparsing - initial implementation.
- *
- * Revision 1.2  2002/07/05 17:08:10  tng
- * [Bug 10119] Grammar::getGrammarType need a const modifier
- *
- * Revision 1.1.1.1  2002/02/01 22:22:46  peiyongz
- * sane_include
- *
- * Revision 1.14  2001/11/19 18:26:31  knoaman
- * no message
- *
- * Revision 1.13  2001/10/09 12:18:26  tng
- * Leak fix: should use delete [] to delete fTargetNamespace.
- *
- * Revision 1.12  2001/10/04 15:11:51  knoaman
- * Add support for circular import.
- *
- * Revision 1.10  2001/09/14 14:50:22  tng
- * Schema: Fix some wildcard bugs, and some retrieving qualified/unqualified element decl problems.
- *
- * Revision 1.9  2001/08/21 16:06:11  tng
- * Schema: Unique Particle Attribution Constraint Checking.
- *
- * Revision 1.8  2001/07/31 15:27:10  knoaman
- * Added support for <attributeGroup>.
- *
- * Revision 1.7  2001/07/24 18:33:46  knoaman
- * Added support for <group> + extra constraint checking for complexType
- *
- * Revision 1.6  2001/06/25 12:51:57  knoaman
- * Add constraint checking on elements in complex types to prevent same
- * element names from having different definitions - use substitueGroups.
- *
- * Revision 1.5  2001/05/28 20:56:19  tng
- * Schema: Move getTargetNamespace as virtual function in base class Grammar
- *
- * Revision 1.4  2001/05/11 13:27:36  tng
- * Copyright update.
- *
- * Revision 1.3  2001/05/03 20:34:43  tng
- * Schema: SchemaValidator update
- *
- * Revision 1.2  2001/04/19 17:43:19  knoaman
- * More schema implementation classes.
- *
- * Revision 1.1  2001/03/21 21:56:33  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/schema/SchemaValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/SchemaValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/SchemaValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/SchemaValidator.hpp Thu Jun 16 18:29:55 2005
@@ -15,121 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.27  2004/09/08 13:56:57  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.26  2004/03/01 21:06:38  knoaman
- * Fix for UPA checking
- *
- * Revision 1.25  2004/01/29 11:52:31  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.24  2003/12/03 20:00:27  neilg
- * PSVI fix:  cannot allow validator to reset its element content buffer before exposing it to the application
- *
- * Revision 1.23  2003/11/28 21:18:32  knoaman
- * Make use of canonical representation in PSVIElement
- *
- * Revision 1.22  2003/11/27 22:52:37  knoaman
- * PSVIElement implementation
- *
- * Revision 1.21  2003/11/27 06:10:31  neilg
- * PSVIAttribute implementation
- *
- * Revision 1.20  2003/11/24 05:13:20  neilg
- * expose validator that actually validated attribute.  Clean up union handling
- *
- * Revision 1.19  2003/10/05 02:09:37  neilg
- * the validator now keeps track of the current complex and simple type (including if this is an xsi:type).  This allows both the validator and the scanner to know what the current type is, without the need to modify the element declaration each time an xsi:type is seen
- *
- * Revision 1.18  2003/08/14 03:01:04  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.17  2003/05/18 14:02:08  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.16  2003/05/16 21:43:21  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.15  2003/05/16 03:15:51  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.14  2003/05/15 18:57:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.13  2003/01/20 19:04:48  knoaman
- * Fix for particle derivation checking.
- *
- * Revision 1.12  2003/01/13 20:16:51  knoaman
- * [Bug 16024] SchemaSymbols.hpp conflicts C++ Builder 6 dir.h
- *
- * Revision 1.11  2003/01/09 22:34:54  tng
- * [Bug 14955] error validating parser.
- *
- * Revision 1.10  2002/11/07 21:57:37  tng
- * Fix the following Schema Test Failures:
- * 1. Typo when comparing miscFlags with FIXED
- * 2. If xsi:type is specified, need to validate using that xsitype validator even if the type was any
- * 3. Need to check ID/IDREFs for element value
- * 4. Need to duplicate attribute id for wildcard scenario.
- *
- * Revision 1.9  2002/11/04 14:49:42  tng
- * C++ Namespace Support.
- *
- * Revision 1.8  2002/09/04 18:17:41  tng
- * Do not set IDREF to used during prevalidation.
- *
- * Revision 1.7  2002/07/11 18:55:45  knoaman
- * Add a flag to the preContentValidation method to indicate whether to validate
- * default/fixed attributes or not.
- *
- * Revision 1.6  2002/06/17 18:09:29  tng
- * DOM L3: support "datatype-normalization"
- *
- * Revision 1.5  2002/05/22 20:54:14  knoaman
- * Prepare for DOM L3 :
- * - Make use of the XMLEntityHandler/XMLErrorReporter interfaces, instead of using
- * EntityHandler/ErrorHandler directly.
- * - Add 'AbstractDOMParser' class to provide common functionality for XercesDOMParser
- * and DOMBuilder.
- *
- * Revision 1.4  2002/04/19 13:33:23  knoaman
- * Fix for bug 8236.
- *
- * Revision 1.3  2002/04/01 15:47:06  knoaman
- * Move Element Consistency checking (ref to global declarations) to SchemaValidator.
- *
- * Revision 1.2  2002/03/25 20:25:32  knoaman
- * Move particle derivation checking from TraverseSchema to SchemaValidator.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:47  peiyongz
- * sane_include
- *
- * Revision 1.8  2001/11/13 13:25:08  tng
- * Deprecate function XMLValidator::checkRootElement.
- *
- * Revision 1.7  2001/06/05 16:51:21  knoaman
- * Add 'const' to getGrammar - submitted by Peter A. Volchek.
- *
- * Revision 1.6  2001/05/11 15:17:48  tng
- * Schema: Nillable fixes.
- *
- * Revision 1.5  2001/05/11 13:27:37  tng
- * Copyright update.
- *
- * Revision 1.4  2001/05/03 20:34:45  tng
- * Schema: SchemaValidator update
- *
- * Revision 1.3  2001/04/19 18:17:40  tng
- * Schema: SchemaValidator update, and use QName in Content Model
- *
- * Revision 1.2  2001/03/30 16:35:20  tng
- * Schema: Whitespace normalization.
- *
- * Revision 1.1  2001/03/21 21:56:33  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/schema/XUtil.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/XUtil.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/XUtil.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/XUtil.hpp Thu Jun 16 18:29:55 2005
@@ -15,34 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2004/01/29 11:52:31  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.4  2002/11/04 14:49:42  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/05/21 19:31:45  tng
- * DOM Reorganization: modify to use the new DOM interface and remove obsolete code in XUtil.
- *
- * Revision 1.2  2002/02/06 22:21:49  knoaman
- * Use IDOM for schema processing.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/11/02 14:13:45  knoaman
- * Add support for identity constraints.
- *
- * Revision 1.2  2001/05/11 13:27:39  tng
- * Copyright update.
- *
- * Revision 1.1  2001/03/30 16:06:00  tng
- * Schema: XUtil, added by Pei Yong Zhang
- *
+ * $Id$
  */
 
 #if !defined(XUTIL_HPP)

Modified: xerces/c/trunk/src/xercesc/validators/schema/XercesElementWildcard.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/XercesElementWildcard.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/XercesElementWildcard.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/XercesElementWildcard.hpp Thu Jun 16 18:29:55 2005
@@ -15,24 +15,8 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:56:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2002/11/04 14:49:42  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/11/21 14:30:13  knoaman
- * Fix for UPA checking.
- *
- * Revision 1.1  2001/08/21 15:58:42  tng
- * Schema: New files XercesElementWildCard.
- *
-
-*/
+ * $Id$
+ */
 
 
 #if !defined(XERCESELEMENTWILDCARD_HPP)

Modified: xerces/c/trunk/src/xercesc/validators/schema/identity/IdentityConstraintHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/identity/IdentityConstraintHandler.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/identity/IdentityConstraintHandler.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/identity/IdentityConstraintHandler.hpp Thu Jun 16 18:29:55 2005
@@ -16,14 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.2  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2004/04/13 16:41:17  peiyongz
- * IdentityConstraintHandler
- *
- *
  */
 
 #if !defined(IDENTITYCONSTRAINT_HANDLER_HPP)

Modified: xerces/c/trunk/tests/src/ParserTest/ParserTest.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/tests/src/ParserTest/ParserTest.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/tests/src/ParserTest/ParserTest.hpp (original)
+++ xerces/c/trunk/tests/src/ParserTest/ParserTest.hpp Thu Jun 16 18:29:55 2005
@@ -15,37 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/09/08 13:57:05  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2003/05/30 13:08:26  gareth
- * move over to macros for std:: and iostream/iostream.h issues.
- *
- * Revision 1.7  2003/02/05 18:55:21  tng
- * [Bug 11915] Utility for freeing memory.
- *
- * Revision 1.6  2000/03/02 19:55:46  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.5  2000/02/06 07:48:37  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.4  2000/01/24 20:38:56  roddey
- * Fixed some small bugs introduced in the recent move away from the util/* streams.
- *
- * Revision 1.3  2000/01/21 23:58:06  roddey
- * Initial move away from util streams was bad. Wide char APIs didn't allow enough
- * control to do canonical output, so changed to use std short char APIs.
- *
- * Revision 1.1  1999/11/09 01:02:17  twl
- * Initial revision
- *
- * Revision 1.3  1999/11/08 20:42:25  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/tests/src/ParserTest/ParserTest_Parser.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/tests/src/ParserTest/ParserTest_Parser.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/tests/src/ParserTest/ParserTest_Parser.hpp (original)
+++ xerces/c/trunk/tests/src/ParserTest/ParserTest_Parser.hpp Thu Jun 16 18:29:55 2005
@@ -15,37 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/09/08 13:57:05  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2002/11/05 21:47:36  tng
- * Explicit code using namespace in application.
- *
- * Revision 1.7  2002/02/01 22:45:54  peiyongz
- * sane_include
- *
- * Revision 1.6  2000/03/02 19:55:46  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.5  2000/02/06 07:48:37  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.4  2000/01/24 20:38:56  roddey
- * Fixed some small bugs introduced in the recent move away from the util/* streams.
- *
- * Revision 1.3  2000/01/21 23:58:06  roddey
- * Initial move away from util streams was bad. Wide char APIs didn't allow enough
- * control to do canonical output, so changed to use std short char APIs.
- *
- * Revision 1.1  1999/11/09 01:02:23  twl
- * Initial revision
- *
- * Revision 1.3  1999/11/08 20:42:25  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/tests/src/UtilTests/CoreTests.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/tests/src/UtilTests/CoreTests.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/tests/src/UtilTests/CoreTests.hpp (original)
+++ xerces/c/trunk/tests/src/UtilTests/CoreTests.hpp Thu Jun 16 18:29:55 2005
@@ -15,39 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/09/08 13:57:05  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2003/05/30 13:08:26  gareth
- * move over to macros for std:: and iostream/iostream.h issues.
- *
- * Revision 1.7  2003/01/29 20:14:49  gareth
- * updated for DOMTypeInfo tests.
- *
- * Revision 1.6  2002/11/05 21:47:36  tng
- * Explicit code using namespace in application.
- *
- * Revision 1.5  2002/02/01 22:46:28  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/03/02 19:55:47  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.3  2000/02/06 07:48:38  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  2000/01/19 00:59:06  roddey
- * Get rid of dependence on old utils output streams.
- *
- * Revision 1.1.1.1  1999/11/09 01:01:43  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:42:26  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #include <xercesc/util/XMLException.hpp>

Modified: xerces/c/trunk/tests/src/XSValueTest/Makefile.in
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/tests/src/XSValueTest/Makefile.in?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/tests/src/XSValueTest/Makefile.in (original)
+++ xerces/c/trunk/tests/src/XSValueTest/Makefile.in Thu Jun 16 18:29:55 2005
@@ -16,17 +16,6 @@
 #
 #
 # $Id$
-# $Log$
-# Revision 1.3  2004/09/08 13:57:06  peiyongz
-# Apache License Version 2.0
-#
-# Revision 1.2  2004/08/23 14:21:56  peiyongz
-# no message
-#
-# Revision 1.1  2004/08/19 17:17:21  peiyongz
-# XSValueTest
-#
-#
 #
 
 ###################################################################

Modified: xerces/c/trunk/tests/src/XSValueTest/XSValueTest.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/tests/src/XSValueTest/XSValueTest.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/tests/src/XSValueTest/XSValueTest.hpp (original)
+++ xerces/c/trunk/tests/src/XSValueTest/XSValueTest.hpp Thu Jun 16 18:29:55 2005
@@ -16,17 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.3  2004/09/08 13:57:06  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2004/08/24 16:00:15  peiyongz
- * To build on AIX/Win2003-ecl
- *
- * Revision 1.1  2004/08/19 17:17:21  peiyongz
- * XSValueTest
- *
- *
  */
 
 #if !defined(XSVALUE_TEST_HPP)

Modified: xerces/c/trunk/tests/src/XSerializerTest/XSerializerHandlers.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/tests/src/XSerializerTest/XSerializerHandlers.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/tests/src/XSerializerTest/XSerializerHandlers.hpp (original)
+++ xerces/c/trunk/tests/src/XSerializerTest/XSerializerHandlers.hpp Thu Jun 16 18:29:55 2005
@@ -16,17 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.3  2004/12/06 11:55:38  cargilld
- * Rename parameter named exception to get rid of warning msgs.
- *
- * Revision 1.2  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2003/12/16 16:57:58  peiyongz
- * XSerializerHanders
- *
- *
  */
 
 #if !defined(XSERIALIZER_HANDLER_HPP)



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