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 [6/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/util/ValueVectorOf.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/ValueVectorOf.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/ValueVectorOf.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/ValueVectorOf.hpp Thu Jun 16 18:29:55 2005
@@ -15,57 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/09/08 13:56:23  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2004/01/29 11:48:46  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.7  2003/05/29 13:26:44  knoaman
- * Fix memory leak when using deprecated dom.
- *
- * Revision 1.6  2003/05/16 21:37:00  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.5  2003/05/16 06:01:52  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2003/05/15 19:07:46  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/08/21 17:45:00  tng
- * [Bug 7087] compiler warnings when using gcc.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:13  peiyongz
- * sane_include
- *
- * Revision 1.6  2002/01/10 17:44:49  knoaman
- * Fix for bug 5786.
- *
- * Revision 1.5  2001/08/09 15:24:37  knoaman
- * add support for <anyAttribute> declaration.
- *
- * Revision 1.4  2000/03/02 19:54: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/24 20:05:26  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/06 07:48:05  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:05:33  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:19  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/XML256TableTranscoder.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XML256TableTranscoder.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XML256TableTranscoder.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/XML256TableTranscoder.hpp Thu Jun 16 18:29:55 2005
@@ -15,25 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:23  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/12/17 00:18:35  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.3  2003/03/07 18:11:55  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:13  peiyongz
- * sane_include
- *
- * Revision 1.1  2000/03/18 00:00:32  roddey
- * Initial updates for two way transcoding support
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/XMLAbstractDoubleFloat.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLAbstractDoubleFloat.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLAbstractDoubleFloat.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLAbstractDoubleFloat.hpp Thu Jun 16 18:29:55 2005
@@ -16,93 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.25  2005/05/05 09:46:11  cargilld
- * Update XSValue to handle float and double the same way the main library does, converting values to infinityr or zero, as the C ranges for float and double are less than the schema ranges.
- *
- * Revision 1.24  2004/09/09 20:09:30  peiyongz
- * getDataOverflowed()
- *
- * Revision 1.23  2004/09/08 13:56:23  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.22  2004/09/02 19:08:09  cargilld
- * Fix API Doc warning message
- *
- * Revision 1.21  2004/08/11 16:50:47  peiyongz
- * getValue()/isDataConverted()
- *
- * Revision 1.20  2004/01/29 11:48:46  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.19  2004/01/13 19:50:56  peiyongz
- * remove parseContent()
- *
- * Revision 1.17  2003/12/17 00:18:35  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/12/11 21:38:12  peiyongz
- * support for Canonical Representation for Datatype
- *
- * Revision 1.15  2003/10/15 14:50:01  peiyongz
- * Bugzilla#22821: locale-sensitive function used to validate 'double' type, patch
- * from jsweeney@spss.com (Jeff Sweeney)
- *
- * Revision 1.14  2003/09/23 18:16:07  peiyongz
- * Inplementation for Serialization/Deserialization
- *
- * Revision 1.13  2003/05/18 14:02:05  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.12  2003/05/16 06:01:53  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.11  2003/05/15 19:07:46  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.10  2003/05/09 15:13:46  peiyongz
- * Deprecated toString() in XMLNumber family
- *
- * Revision 1.9  2003/03/10 20:55:58  peiyongz
- * Schema Errata E2-40 double/float
- *
- * Revision 1.8  2003/02/02 23:54:43  peiyongz
- * getFormattedString() added to return original and converted value.
- *
- * Revision 1.7  2003/01/30 21:55:22  tng
- * Performance: create getRawData which is similar to toString but return the internal data directly, user is not required to delete the returned memory.
- *
- * Revision 1.6  2002/12/11 00:20:02  peiyongz
- * Doing businesss in value space. Converting out-of-bound value into special values.
- *
- * Revision 1.5  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/03/06 19:13:12  peiyongz
- * Patch: more valid lexcial representation for positive/negative zero
- *
- * Revision 1.3  2002/03/01 18:47:37  peiyongz
- * fix: more valid lexcial representation forms for "neural zero"
- *
- * Revision 1.2  2002/02/20 18:17:02  tng
- * [Bug 5977] Warnings on generating apiDocs.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:14  peiyongz
- * sane_include
- *
- * Revision 1.4  2001/11/28 15:39:26  peiyongz
- * return Type& for operator=
- *
- * Revision 1.3  2001/11/22 21:39:00  peiyongz
- * Allow "0.0" to be a valid lexcial representation of ZERO.
- *
- * Revision 1.2  2001/11/22 20:23:00  peiyongz
- * _declspec(dllimport) and inline warning C4273
- *
- * Revision 1.1  2001/11/19 21:33:42  peiyongz
- * Reorganization: Double/Float
- *
- *
  */
 
 #ifndef XML_ABSTRACT_DOUBLE_FLOAT_HPP
@@ -119,7 +32,7 @@
  *   double values have a lexical representation consisting of a mantissa followed,
  *   optionally, by the character "E" or "e", followed by an exponent.
  *
- *   The exponent ·must· be an integer.
+ *   The exponent �must� be an integer.
  *   The mantissa must be a decimal number.
  *   The representations for exponent and mantissa must follow the lexical rules
  *   for integer and decimal.
@@ -134,7 +47,7 @@
  *   float values have a lexical representation consisting of a mantissa followed,
  *   optionally, by the character "E" or "e", followed by an exponent.
  *
- *   The exponent ·must· be an integer.
+ *   The exponent �must� be an integer.
  *   The mantissa must be a decimal number.
  *   The representations for exponent and mantissa must follow the lexical rules
  *   for integer and decimal.

Modified: xerces/c/trunk/src/xercesc/util/XMLChar.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLChar.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLChar.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLChar.hpp Thu Jun 16 18:29:55 2005
@@ -15,25 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2005/04/07 15:30:57  knoaman
- * Update chars table with an NCName char mask instead of an XML letter mask
- *
- * Revision 1.5  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/08/11 16:08:04  peiyongz
- * isValidNmToken
- *
- * Revision 1.3  2004/01/29 11:48:47  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.2  2003/08/14 02:57:27  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.1  2002/12/20 22:10:21  tng
- * XML 1.1
- *
+ * $Id$
  */
 
 #if !defined(XMLCHAR_HPP)

Modified: xerces/c/trunk/src/xercesc/util/XMLDateTime.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLDateTime.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLDateTime.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLDateTime.hpp Thu Jun 16 18:29:55 2005
@@ -16,80 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.21  2004/10/28 20:13:35  peiyongz
- * Data member reshuffle
- *
- * Revision 1.20  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.19  2004/08/31 20:50:50  peiyongz
- * Parse/keep milisecond as double to retain precision.
- *
- * Revision 1.18  2004/08/11 16:48:55  peiyongz
- * Allow XSValue access
- *
- * Revision 1.17  2004/01/29 11:48:47  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.16  2004/01/13 19:50:56  peiyongz
- * remove parseContent()
- *
- * Revision 1.14  2003/12/31 02:34:11  neilg
- * enable production of canonical representations for dates with negative years, or years >9999
- *
- * Revision 1.13  2003/12/17 20:00:49  cargilld
- * Update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.12  2003/12/17 00:18:35  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:38:12  peiyongz
- * support for Canonical Representation for Datatype
- *
- * Revision 1.10  2003/09/23 18:16:07  peiyongz
- * Inplementation for Serialization/Deserialization
- *
- * Revision 1.9  2003/08/14 02:57:27  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.8  2003/05/18 14:02:05  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.7  2003/05/15 19:07:46  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.6  2003/05/09 15:13:46  peiyongz
- * Deprecated toString() in XMLNumber family
- *
- * Revision 1.5  2003/03/10 20:55:58  peiyongz
- * Schema Errata E2-40 double/float
- *
- * Revision 1.4  2003/02/02 23:54:43  peiyongz
- * getFormattedString() added to return original and converted value.
- *
- * Revision 1.3  2003/01/30 21:55:22  tng
- * Performance: create getRawData which is similar to toString but return the internal data directly, user is not required to delete the returned memory.
- *
- * Revision 1.2  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:14  peiyongz
- * sane_include
- *
- * Revision 1.4  2001/11/22 20:23:00  peiyongz
- * _declspec(dllimport) and inline warning C4273
- *
- * Revision 1.3  2001/11/12 20:36:54  peiyongz
- * SchemaDateTimeException defined
- *
- * Revision 1.2  2001/11/09 20:41:45  peiyongz
- * Fix: compilation error on Solaris and AIX.
- *
- * Revision 1.1  2001/11/07 19:16:03  peiyongz
- * DateTime Port
- *
  */
 
 #ifndef XML_DATETIME_HPP

Modified: xerces/c/trunk/src/xercesc/util/XMLDeleterFor.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLDeleterFor.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLDeleterFor.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLDeleterFor.hpp Thu Jun 16 18:29:55 2005
@@ -15,30 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/01/29 11:48:47  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.3  2003/03/07 18:11:55  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:14  peiyongz
- * sane_include
- *
- * Revision 1.2  2000/03/09 22:38:08  abagchi
- * Changed copy constructor to make it work on SunOS 5.7
- *
- * Revision 1.1  2000/03/02 19:54:48  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.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/XMLDouble.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLDouble.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLDouble.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLDouble.hpp Thu Jun 16 18:29:55 2005
@@ -16,64 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.9  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2003/12/17 00:18:35  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/01 23:23:27  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.6  2003/09/23 18:16:07  peiyongz
- * Inplementation for Serialization/Deserialization
- *
- * Revision 1.5  2003/05/16 06:01:53  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2002/12/11 00:20:02  peiyongz
- * Doing businesss in value space. Converting out-of-bound value into special values.
- *
- * Revision 1.3  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/02/20 18:17:02  tng
- * [Bug 5977] Warnings on generating apiDocs.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:15  peiyongz
- * sane_include
- *
- * Revision 1.11  2001/11/28 15:39:26  peiyongz
- * return Type& for operator=
- *
- * Revision 1.10  2001/11/22 20:23:00  peiyongz
- * _declspec(dllimport) and inline warning C4273
- *
- * Revision 1.9  2001/11/19 21:33:42  peiyongz
- * Reorganization: Double/Float
- *
- * Revision 1.8  2001/10/26 16:37:46  peiyongz
- * Add thread safe code
- *
- * Revision 1.6  2001/09/27 14:54:20  peiyongz
- * DTV Reorganization: derived from XMLAbstractDoubleFloat
- *
- * Revision 1.5  2001/08/29 19:03:03  peiyongz
- * Bugzilla# 2816:on AIX 4.2, xlC 3 r ev.1, Compilation error on inline method
- *
- * Revision 1.4  2001/07/31 13:48:29  peiyongz
- * fValue removed
- *
- * Revision 1.3  2001/07/26 18:21:15  peiyongz
- * Boundary Checking
- *
- * Revision 1.2  2001/07/24 21:52:27  peiyongz
- * XMLDouble: move fg...String to XMLUni
- *
- * Revision 1.1  2001/07/24 13:58:11  peiyongz
- * XMLDouble and related supporting methods from XMLBigInteger/XMLBigDecimal
- *
  */
 
 #ifndef XML_DOUBLE_HPP

Modified: xerces/c/trunk/src/xercesc/util/XMLEntityResolver.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLEntityResolver.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLEntityResolver.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLEntityResolver.hpp Thu Jun 16 18:29:55 2005
@@ -15,20 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/26 01:06:31  cargilld
- * Fix documentation generation problem.  Replace <pre> with <code>.  Patch from James Littlejohn.
- *
- * Revision 1.2  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2003/10/30 21:37:32  knoaman
- * Enhanced Entity Resolver Support. Thanks to David Cargill.
- *
- *
- * Revision 1.1    1999/11/09 01:07:44  twl
- * Initial checkin
- *
+ * $Id$
  */
 
 #ifndef XMLENTITYRESOLVER_HPP

Modified: xerces/c/trunk/src/xercesc/util/XMLEnumerator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLEnumerator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLEnumerator.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLEnumerator.hpp Thu Jun 16 18:29:55 2005
@@ -15,42 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2005/01/07 15:12:10  amassari
- * Removed warnings
- *
- * Revision 1.5  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/01/29 11:48:47  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.3  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/08/21 17:45:00  tng
- * [Bug 7087] compiler warnings when using gcc.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:15  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/03/02 19:54:48  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/24 20:05:26  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/06 07:48:05  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:05:37  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:19  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/XMLFloat.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLFloat.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLFloat.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLFloat.hpp Thu Jun 16 18:29:55 2005
@@ -16,59 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.9  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2003/12/17 00:18:35  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/01 23:23:27  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.6  2003/09/23 18:16:07  peiyongz
- * Inplementation for Serialization/Deserialization
- *
- * Revision 1.5  2003/05/16 06:01:53  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2002/12/11 00:20:02  peiyongz
- * Doing businesss in value space. Converting out-of-bound value into special values.
- *
- * Revision 1.3  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/02/20 18:17:02  tng
- * [Bug 5977] Warnings on generating apiDocs.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:15  peiyongz
- * sane_include
- *
- * Revision 1.9  2001/11/28 15:39:26  peiyongz
- * return Type& for operator=
- *
- * Revision 1.8  2001/11/22 20:23:00  peiyongz
- * _declspec(dllimport) and inline warning C4273
- *
- * Revision 1.7  2001/11/19 21:33:42  peiyongz
- * Reorganization: Double/Float
- *
- * Revision 1.6  2001/10/26 16:37:46  peiyongz
- * Add thread safe code
- *
- * Revision 1.4  2001/09/27 14:54:20  peiyongz
- * DTV Reorganization: derived from XMLAbstractDoubleFloat
- *
- * Revision 1.3  2001/08/29 19:03:03  peiyongz
- * Bugzilla# 2816:on AIX 4.2, xlC 3 r ev.1, Compilation error on inline method
- *
- * Revision 1.2  2001/07/31 13:48:29  peiyongz
- * fValue removed
- *
- * Revision 1.1  2001/07/26 20:41:37  peiyongz
- * XMLFloat
- *
- *
  */
 
 #ifndef XML_FLOAT_HPP

Modified: xerces/c/trunk/src/xercesc/util/XMLInteger.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLInteger.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLInteger.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLInteger.hpp Thu Jun 16 18:29:55 2005
@@ -16,25 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.5  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/01/29 11:48:47  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.3  2003/05/15 19:07:46  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:15  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/08/16 21:53:52  peiyongz
- * new class creation
- *
  */
 
 #ifndef XML_INTEGER_HPP

Modified: xerces/c/trunk/src/xercesc/util/XMLMsgLoader.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLMsgLoader.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLMsgLoader.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLMsgLoader.hpp Thu Jun 16 18:29:55 2005
@@ -15,55 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2003/12/24 15:24:13  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.7  2003/12/17 00:18:35  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/05/15 19:07:46  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2003/03/07 18:11:55  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.4  2003/02/17 19:54:47  peiyongz
- * Allow set user specified error message file location in PlatformUtils::Initialize().
- *
- * Revision 1.3  2002/11/04 22:24:21  peiyongz
- * Locale setting for message loader
- *
- * Revision 1.2  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:15  peiyongz
- * sane_include
- *
- * Revision 1.5  2000/03/28 19:43:20  roddey
- * Fixes for signed/unsigned warnings. New work for two way transcoding
- * stuff.
- *
- * Revision 1.4  2000/03/02 19:54:49  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/24 20:05:26  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/06 07:48:05  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:05:47  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:20  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/XMLNumber.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLNumber.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLNumber.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLNumber.hpp Thu Jun 16 18:29:55 2005
@@ -16,55 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.15  2005/01/07 15:12:10  amassari
- * Removed warnings
- *
- * Revision 1.14  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.13  2004/01/29 11:48:47  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.12  2004/01/13 19:50:56  peiyongz
- * remove parseContent()
- *
- * Revision 1.10  2003/10/17 21:10:55  peiyongz
- * loadNumber() added
- *
- * Revision 1.9  2003/10/02 19:18:12  peiyongz
- * enum NumberType
- *
- * Revision 1.8  2003/09/23 18:16:07  peiyongz
- * Inplementation for Serialization/Deserialization
- *
- * Revision 1.7  2003/05/15 19:07:46  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.6  2003/05/09 15:13:46  peiyongz
- * Deprecated toString() in XMLNumber family
- *
- * Revision 1.5  2003/03/10 20:55:58  peiyongz
- * Schema Errata E2-40 double/float
- *
- * Revision 1.4  2003/02/02 23:54:43  peiyongz
- * getFormattedString() added to return original and converted value.
- *
- * Revision 1.3  2003/01/30 21:55:22  tng
- * Performance: create getRawData which is similar to toString but return the internal data directly, user is not required to delete the returned memory.
- *
- * Revision 1.2  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:15  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/10/09 21:28:28  peiyongz
- * explicit ctor/dtor defined.
- *
- * Revision 1.1  2001/09/27 14:54:03  peiyongz
- * DTV Reorganization: new class
- *
  */
 
 #ifndef XMLNUMBER_HPP

Modified: xerces/c/trunk/src/xercesc/util/XMLRegisterCleanup.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLRegisterCleanup.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLRegisterCleanup.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLRegisterCleanup.hpp Thu Jun 16 18:29:55 2005
@@ -16,29 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.5  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/02/24 22:57:28  peiyongz
- * XercesDeprecatedDOMLib
- *
- * Revision 1.3  2004/01/29 11:48:47  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.2  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:15  peiyongz
- * sane_include
- *
- * Revision 1.4  2001/10/25 21:55:29  peiyongz
- * copy ctor explicity declared private to prevent supprise.
- *
- * Revision 1.3  2001/10/24 18:13:06  peiyongz
- * CVS tag added
- *
- *
  */
 
 #if !defined(XMLREGISTERCLEANUP_HPP)

Modified: xerces/c/trunk/src/xercesc/util/XMLResourceIdentifier.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLResourceIdentifier.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLResourceIdentifier.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLResourceIdentifier.hpp Thu Jun 16 18:29:55 2005
@@ -15,44 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.11  2005/01/07 15:12:10  amassari
- * Removed warnings
- *
- * Revision 1.10  2004/12/21 16:32:52  cargilld
- * Attempt to fix various apidoc problems.
- *
- * Revision 1.9  2004/12/21 16:02:51  cargilld
- * Attempt to fix various apidoc problems.
- *
- * Revision 1.8  2004/12/03 19:40:32  cargilld
- * Change call to resolveEntity to pass in public id so that only one call to resolveEntity is needed (a follow-on to Alberto's fix).
- *
- * Revision 1.7  2004/09/26 01:06:31  cargilld
- * Fix documentation generation problem.  Replace <pre> with <code>.  Patch from James Littlejohn.
- *
- * Revision 1.6  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2004/02/15 19:37:16  amassari
- * Removed cause for warnings in VC 7.1
- *
- * Revision 1.4  2004/02/13 14:28:30  cargilld
- * Fix for bug 26900 (remove virtual on destructor)
- *
- * Revision 1.3  2004/01/29 11:48:47  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.2  2003/11/25 18:16:38  knoaman
- * Documentation update. Thanks to David Cargill.
- *
- * Revision 1.1  2003/10/30 21:37:32  knoaman
- * Enhanced Entity Resolver Support. Thanks to David Cargill.
- *
- *
- * Revision 1.1    1999/11/09 01:07:44  twl
- * Initial checkin
- *
+ * $Id$
  */
 
 #ifndef XMLRESOURCEIDENTIFIER_HPP

Modified: xerces/c/trunk/src/xercesc/util/XMLUri.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLUri.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLUri.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLUri.hpp Thu Jun 16 18:29:55 2005
@@ -16,97 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.19  2004/10/28 20:13:35  peiyongz
- * Data member reshuffle
- *
- * Revision 1.18  2004/09/08 13:56:25  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.17  2004/05/25 18:11:47  peiyongz
- * normalizeURI() added
- *
- * Revision 1.16  2004/01/12 22:01:02  cargilld
- * Minor performance change for handling reserved and unreserved characters.
- *
- * Revision 1.15  2003/12/17 00:18:35  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/11 22:21:25  neilg
- * fixes for the URI implementation to take registry names into account; much thanks to Michael Glavassevich
- *
- * Revision 1.13  2003/12/02 17:50:21  neilg
- * additional fix for bug 25118; once again, thanks to Jeroen Whitmond
- *
- * Revision 1.12  2003/10/01 00:20:41  knoaman
- * Add a static method to check whether a given string is a valid URI.
- *
- * Revision 1.11  2003/09/25 22:23:25  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.10  2003/07/25 10:15:16  gareth
- * Patch by Michael Glavassevich
- *
- * The patch fixes Bugzilla #19787, #20006, #20009, #20010 and #20287, and
- * several other issues. A summary of the changes is listed below:
- *
- * 1. Added '[' and ']' to reserved characters as per RFC 2732.
- * 2. '[' and ']' added in RFC 2732, are not allowed in path segments, but
- * may appear in the opaque part.
- * 3. No URI can begin with a ':'.
- * 4. URI has no scheme if ':' occurs in a URI after '?' or '#', it's part of
- * the query string or fragment.
- * 5. Whitespace (even escaped as %20) is not permitted in the authority
- * portion of a URI.
- * 6. IPv4 addresses must match 1*3DIGIT "." 1*3DIGIT "." 1*3DIGIT "."
- * 1*3DIGIT. Since RFC 2732.
- * 7. IPv4 addresses are 32-bit, therefore no segment may be larger than 255.
- * This isn't expressed by the grammar.
- * 8. Hostnames cannot end with a '-'.
- * 9. Labels in a hostname must be 63 bytes or less [RFC 1034].
- * 10. Hostnames may be no longer than 255 bytes [RFC 1034]. (That
- * restriction was already there. I just moved it inwards.
- * 11. Added support for IPv6 references added in RFC 2732. URIs such as
- * http://[::ffff:1.2.3.4] are valid. The BNF in RFC 2373 isn't correct. IPv6
- * addresses are read according to section 2.2 of RFC 2373.
- *
- * Revision 1.9  2003/05/16 06:01:53  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.8  2003/05/15 19:07:46  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.7  2003/01/06 19:43:18  tng
- * New feature StandardUriConformant to force strict standard uri conformance.
- *
- * Revision 1.6  2002/11/21 15:42:39  gareth
- * Implemented copy constructor and operator =. Patch by Jennifer Schachter.
- *
- * Revision 1.5  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/09/23 18:41:00  tng
- * DOM L3: Support baseURI.   Add fURIText to XMLUri.   Added by Gareth Reakes and Thomas Ford.
- *
- * Revision 1.3  2002/08/23 20:45:24  tng
- * .Memory leak fix: XMLUri data not deleted if constructor failed.
- *
- * Revision 1.2  2002/02/20 18:17:02  tng
- * [Bug 5977] Warnings on generating apiDocs.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:17  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/08/29 19:03:03  peiyongz
- * Bugzilla# 2816:on AIX 4.2, xlC 3 r ev.1, Compilation error on inline method
- *
- * Revision 1.2  2001/08/16 14:09:44  peiyongz
- * Removed unused ctors and methods
- *
- * Revision 1.1  2001/08/10 16:23:41  peiyongz
- * XMLUri: creation
- *
- *
  */
 
 #if !defined(XMLURI_HPP)

Modified: xerces/c/trunk/src/xercesc/validators/DTD/DTDAttDef.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/DTD/DTDAttDef.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/DTD/DTDAttDef.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/DTD/DTDAttDef.hpp Thu Jun 16 18:29:55 2005
@@ -15,49 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.10  2004/09/20 14:47:13  amassari
- * Mark some methods as deprecated
- *
- * Revision 1.9  2004/09/08 13:56:50  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2004/01/29 11:52:30  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.7  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.6  2003/10/10 16:24:51  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.5  2003/05/16 21:43:19  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.4  2003/05/15 18:54:50  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2003/01/29 19:46:40  gareth
- * added DOMTypeInfo API
- *
- * Revision 1.2  2002/11/04 14:50:40  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:43  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/02/24 20:16:48  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/09 21:42:37  abagchi
- * Copyright swat
- *
- * Revision 1.1.1.1  1999/11/09 01:03:26  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:39  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(DTDATTDEF_HPP)

Modified: xerces/c/trunk/src/xercesc/validators/DTD/DTDAttDefList.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/DTD/DTDAttDefList.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/DTD/DTDAttDefList.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/DTD/DTDAttDefList.hpp Thu Jun 16 18:29:55 2005
@@ -15,43 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:56:50  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2004/01/29 11:52:30  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:24:51  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.3  2002/12/06 13:27:22  tng
- * [Bug 9083] Make some classes be exportable.
- *
- * Revision 1.2  2002/11/04 14:50:40  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:43  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/02/24 20:16:48  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/09 21:42:37  abagchi
- * Copyright swat
- *
- * Revision 1.1.1.1  1999/11/09 01:03:28  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:39  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/DTD/DTDElementDecl.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/DTD/DTDElementDecl.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/DTD/DTDElementDecl.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/DTD/DTDElementDecl.hpp Thu Jun 16 18:29:55 2005
@@ -15,82 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2004/10/28 20:18:26  peiyongz
- * Data member reshuffle
- *
- * Revision 1.11  2004/09/20 14:47:13  amassari
- * Mark some methods as deprecated
- *
- * Revision 1.10  2004/09/08 13:56:50  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2004/01/29 11:52:30  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.8  2003/12/12 18:35:44  peiyongz
- * getObjectType()
- *
- * Revision 1.7  2003/10/10 16:24:51  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.6  2003/10/08 21:33:18  peiyongz
- * Synchronize ContentSpec/ContentModel/FormattedModel
- *
- * Revision 1.5  2003/05/16 21:43:19  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.4  2003/05/15 18:54:50  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2003/01/29 19:46:40  gareth
- * added DOMTypeInfo API
- *
- * Revision 1.2  2002/11/04 14:50:40  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:43  peiyongz
- * sane_include
- *
- * Revision 1.12  2001/09/05 20:49:10  knoaman
- * Fix for complexTypes with mixed content model.
- *
- * Revision 1.11  2001/08/21 16:06:11  tng
- * Schema: Unique Particle Attribution Constraint Checking.
- *
- * Revision 1.10  2001/05/11 13:27:08  tng
- * Copyright update.
- *
- * Revision 1.9  2001/04/19 18:17:20  tng
- * Schema: SchemaValidator update, and use QName in Content Model
- *
- * Revision 1.8  2001/03/21 21:56:19  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
- * Revision 1.7  2001/03/21 19:29:43  tng
- * Schema: Content Model Updates, by Pei Yong Zhang.
- *
- * Revision 1.6  2001/02/26 19:29:21  tng
- * Schema: add virtual method getURI(), getContentSpec and setContenSpec in XMLElementDecl, and DTDElementDecl.
- *
- * Revision 1.5  2001/02/26 19:22:02  tng
- * Schema: add parameter prefix in findElem and findAttr.
- *
- * Revision 1.4  2000/02/24 20:16:49  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.3  2000/02/09 21:42:37  abagchi
- * Copyright swat
- *
- * Revision 1.2  1999/11/23 01:51:04  rahulj
- * Cannot use class qualifier in class defn. CC under HPUX is happy.
- *
- * Revision 1.1.1.1  1999/11/09 01:03:32  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:45:40  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/DTD/DTDEntityDecl.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/DTD/DTDEntityDecl.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/DTD/DTDEntityDecl.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/DTD/DTDEntityDecl.hpp Thu Jun 16 18:29:55 2005
@@ -15,41 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:50  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/10/10 16:24:51  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.4  2003/05/16 21:43:19  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.3  2003/03/07 18:17:12  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 14:50:40  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:43  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/02/24 20:16:49  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.3  2000/02/09 21:42:37  abagchi
- * Copyright swat
- *
- * Revision 1.2  2000/01/20 01:57:07  rahulj
- * Reported by marc@ist.de
- * Removed extra 'const' qualifiers.
- *
- * Revision 1.1.1.1  1999/11/09 01:03:34  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:40  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/DTD/DTDGrammar.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/DTD/DTDGrammar.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/DTD/DTDGrammar.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/DTD/DTDGrammar.hpp Thu Jun 16 18:29:55 2005
@@ -15,73 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.17  2004/10/28 20:18:26  peiyongz
- * Data member reshuffle
- *
- * Revision 1.16  2004/10/20 15:19:07  knoaman
- * Allow option of initializing static data in XMLPlatformUtils::Initialize
- *
- * Revision 1.15  2004/09/08 13:56:50  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.14  2004/01/29 11:52:30  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.13  2003/12/22 15:22:58  gareth
- * made getRootElemID const. Bug #25699
- *
- * Revision 1.12  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.11  2003/10/14 15:20:42  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.10  2003/09/22 19:49:02  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.9  2003/08/14 03:00:46  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.8  2003/07/31 17:09:59  peiyongz
- * Grammar embed grammar description
- *
- * Revision 1.7  2003/05/16 21:43:19  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.6  2003/05/15 18:54:50  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2002/11/04 14:50:40  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/08/22 15:05:39  tng
- * Remove unused parameter variables in inline functions.
- *
- * Revision 1.3  2002/07/11 18:19:28  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:43  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/09/14 14:50:22  tng
- * Schema: Fix some wildcard bugs, and some retrieving qualified/unqualified element decl problems.
- *
- * Revision 1.4  2001/05/28 20:56:17  tng
- * Schema: Move getTargetNamespace as virtual function in base class Grammar
- *
- * Revision 1.3  2001/05/11 13:27:09  tng
- * Copyright update.
- *
- * Revision 1.2  2001/04/19 18:17:21  tng
- * Schema: SchemaValidator update, and use QName in Content Model
- *
- * Revision 1.1  2001/03/21 21:56:20  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/DTD/DTDScanner.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/DTD/DTDScanner.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/DTD/DTDScanner.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/DTD/DTDScanner.hpp Thu Jun 16 18:29:55 2005
@@ -15,52 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.11  2004/09/08 13:56:50  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2004/01/29 11:52:30  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.9  2003/07/10 19:50:12  peiyongz
- * Stateless Grammar: create grammar components with grammarPool's memory Manager
- *
- * Revision 1.8  2003/05/16 21:43:19  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.7  2003/05/15 18:54:51  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.6  2003/02/05 22:07:09  tng
- * [Bug 3111] Problem with LexicalHandler::startDTD() and LexicalHandler::endDTD().
- *
- * Revision 1.5  2002/12/04 02:47:25  knoaman
- * scanner re-organization.
- *
- * Revision 1.4  2002/11/04 14:50:40  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/07/11 18:39:48  knoaman
- * Access entities through the DTDGrammar instead of the scanner.
- *
- * Revision 1.2  2002/05/30 16:17:19  tng
- * Add feature to optionally ignore external DTD.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:44  peiyongz
- * sane_include
- *
- * Revision 1.4  2001/06/21 14:25:56  knoaman
- * Fix for bug 1946
- *
- * Revision 1.3  2001/05/11 13:27:10  tng
- * Copyright update.
- *
- * Revision 1.2  2001/04/19 18:17:22  tng
- * Schema: SchemaValidator update, and use QName in Content Model
- *
- * Revision 1.1  2001/03/21 21:56:20  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/DTD/DTDValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/DTD/DTDValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/DTD/DTDValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/DTD/DTDValidator.hpp Thu Jun 16 18:29:55 2005
@@ -15,84 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/09/08 13:56:50  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2004/04/21 18:00:13  peiyongz
- * xml1.0 3rd edition VC: no more than one attibute of notation type per element,
- * distinct token for attribute of notation/enumerated type
- *
- * Revision 1.7  2004/01/29 11:52:30  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.6  2002/11/07 21:58:56  tng
- * Pass elemDecl to XMLValidator::validateAttrValue so that we can include element name in error message.
- *
- * Revision 1.5  2002/11/04 14:50:40  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/09/04 18:17:49  tng
- * Do not set IDREF to used during prevalidation.
- *
- * Revision 1.3  2002/08/22 15:05:40  tng
- * Remove unused parameter variables in inline functions.
- *
- * Revision 1.2  2002/07/11 18:55:44  knoaman
- * Add a flag to the preContentValidation method to indicate whether to validate
- * default/fixed attributes or not.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:45  peiyongz
- * sane_include
- *
- * Revision 1.13  2001/11/13 13:25:28  tng
- * Deprecate function XMLValidator::checkRootElement.
- *
- * Revision 1.12  2001/06/05 16:51:20  knoaman
- * Add 'const' to getGrammar - submitted by Peter A. Volchek.
- *
- * Revision 1.11  2001/05/11 13:27:11  tng
- * Copyright update.
- *
- * Revision 1.10  2001/05/03 20:34:37  tng
- * Schema: SchemaValidator update
- *
- * Revision 1.9  2001/04/19 18:17:23  tng
- * Schema: SchemaValidator update, and use QName in Content Model
- *
- * Revision 1.8  2001/03/21 21:56:21  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
- * Revision 1.7  2001/02/26 19:22:08  tng
- * Schema: add parameter prefix in findElem and findAttr.
- *
- * Revision 1.6  2000/08/09 22:08:48  jpolast
- * added const XMLCh* getURIText() as per XMLValidator.
- * allows parsers to use const URIs instead of appending
- * to a XMLBuffer.
- *
- * Revision 1.5  2000/04/06 19:00:07  roddey
- * Added a getter for the doc type handler.
- *
- * Revision 1.4  2000/02/24 20:16:49  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.3  2000/02/09 21:42:38  abagchi
- * Copyright swat
- *
- * Revision 1.2  2000/01/12 23:52:48  roddey
- * These are trivial changes required to get the C++ and Java versions
- * of error messages more into sync. Mostly it was where the Java version
- * was passing out one or more parameter than the C++ version was. In
- * some cases the change just required an extra parameter to get the
- * needed info to the place where the error was issued.
- *
- * Revision 1.1.1.1  1999/11/09 01:03:36  twl
- * Initial checkin
- *
- * Revision 1.5  1999/11/08 20:45:41  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/DTD/DocTypeHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/DTD/DocTypeHandler.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/DTD/DocTypeHandler.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/DTD/DocTypeHandler.hpp Thu Jun 16 18:29:55 2005
@@ -15,42 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:50  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/03/07 18:17:12  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.3  2002/11/04 14:50:40  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/08/14 15:20:38  knoaman
- * [Bug 3111] Problem with LexicalHandler::startDTD() and LexicalHandler::endDTD().
- *
- * Revision 1.1.1.1  2002/02/01 22:22:43  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/06/19 16:43:46  tng
- * Correct description of DocTypeHandler
- *
- * Revision 1.4  2000/03/02 19:55:39  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/24 20:16:49  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/09 21:42:39  abagchi
- * Copyright swat
- *
- * Revision 1.1.1.1  1999/11/09 01:03:21  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:43  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/DTD/XMLDTDDescriptionImpl.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/DTD/XMLDTDDescriptionImpl.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/DTD/XMLDTDDescriptionImpl.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/DTD/XMLDTDDescriptionImpl.hpp Thu Jun 16 18:29:55 2005
@@ -15,21 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:50  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2004/04/07 14:10:04  peiyongz
- * systemId (to replace rootElemName) as DTDGrammar Key
- *
- * Revision 1.2  2003/10/14 15:20:42  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.1  2003/06/20 18:39:33  peiyongz
- * Stateless Grammar Pool :: Part I
- *
  * $Id$
- *
  */
 
 #if !defined(XMLDTDDescriptionImplIMPL_HPP)

Modified: xerces/c/trunk/src/xercesc/validators/common/AllContentModel.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/common/AllContentModel.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/common/AllContentModel.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/common/AllContentModel.hpp Thu Jun 16 18:29:55 2005
@@ -15,40 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/11/25 14:36:40  knoaman
- * Fix problem with an All content model with minOccurs of 0.
- *
- * Revision 1.8  2004/09/16 13:32:03  amassari
- * Updated error message for UPA to also state the complex type that is failing the test
- *
- * Revision 1.7  2004/09/08 13:56:51  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2004/01/29 11:51:21  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.5  2003/05/16 21:43:20  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.4  2003/05/15 18:48:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2003/03/07 18:16:57  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 14:54:58  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:37  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/11/21 14:30:13  knoaman
- * Fix for UPA checking.
- *
- * Revision 1.1  2001/08/24 12:48:48  tng
- * Schema: AllContentModel
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/common/CMAny.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/common/CMAny.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/common/CMAny.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/common/CMAny.hpp Thu Jun 16 18:29:55 2005
@@ -15,31 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:51  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2004/01/29 11:51:21  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.4  2003/05/16 21:43:20  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.3  2003/05/15 18:48:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 14:54:58  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:37  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/05/11 13:27:14  tng
- * Copyright update.
- *
- * Revision 1.1  2001/02/27 14:48:46  tng
- * Schema: Add CMAny and ContentLeafNameTypeVector, by Pei Yong Zhang
- *
+ * $Id$
  */
 
 #if !defined(CMANY_HPP)

Modified: xerces/c/trunk/src/xercesc/validators/common/CMBinaryOp.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/common/CMBinaryOp.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/common/CMBinaryOp.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/common/CMBinaryOp.hpp Thu Jun 16 18:29:55 2005
@@ -15,53 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:51  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2004/01/29 11:51:21  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.4  2003/05/16 21:43:20  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.3  2003/05/15 18:48:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 14:54:58  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:37  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/05/11 13:27:16  tng
- * Copyright update.
- *
- * Revision 1.2  2001/02/16 14:58:57  tng
- * Schema: Update Makefile, configure files, project files, and include path in
- * certain cpp files because of the move of the common Content Model files.  By Pei Yong Zhang.
- *
- * Revision 1.1  2001/02/16 14:17:29  tng
- * Schema: Move the common Content Model files that are shared by DTD
- * and schema from 'DTD' folder to 'common' folder.  By Pei Yong Zhang.
- *
- * Revision 1.4  2000/03/02 19:55:37  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/24 20:16:47  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/09 21:42:36  abagchi
- * Copyright swat
- *
- * Revision 1.1.1.1  1999/11/09 01:03:02  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:35  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(CMBINARYOP_HPP)

Modified: xerces/c/trunk/src/xercesc/validators/common/CMLeaf.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/common/CMLeaf.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/common/CMLeaf.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/common/CMLeaf.hpp Thu Jun 16 18:29:55 2005
@@ -15,78 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:56:51  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2004/01/29 11:51:21  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.6  2003/05/30 16:11:45  gareth
- * Fixes so we compile under VC7.1. Patch by Alberto Massari.
- *
- * Revision 1.5  2003/05/18 14:02:06  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.4  2003/05/16 21:43:20  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.3  2003/05/15 18:48:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 14:54:58  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:37  peiyongz
- * sane_include
- *
- * Revision 1.6  2001/12/06 17:52:17  tng
- * Performance Enhancement.  The QName that was passed to the CMLeaf
- * constructor was always being copied, even though the CMLeaf objects
- * only existed during construction of a DFA.  In most cases the original
- * QName that was passed into the CMLeaf constructor continued to exist long
- * after the CMLeaf was destroyed; in some cases the QName was constructed
- * specifically to be passed to the CMLeaf constructor.  Added a second CMLeaf constructor that indicated the QName passed in was to be adopted; otherwise the CMLeaf constructor just sets a reference to the QName passed in.
- * By Henry Zongaro.
- *
- * Revision 1.5  2001/10/03 15:08:45  tng
- * typo fix: remove the extra space which may confuse some compilers while constructing the qname.
- *
- * Revision 1.4  2001/05/11 13:27:16  tng
- * Copyright update.
- *
- * Revision 1.3  2001/04/19 18:17:27  tng
- * Schema: SchemaValidator update, and use QName in Content Model
- *
- * Revision 1.2  2001/02/16 14:58:57  tng
- * Schema: Update Makefile, configure files, project files, and include path in
- * certain cpp files because of the move of the common Content Model files.  By Pei Yong Zhang.
- *
- * Revision 1.1  2001/02/16 14:17:29  tng
- * Schema: Move the common Content Model files that are shared by DTD
- * and schema from 'DTD' folder to 'common' folder.  By Pei Yong Zhang.
- *
- * Revision 1.5  2000/03/28 19:43:25  roddey
- * Fixes for signed/unsigned warnings. New work for two way transcoding
- * stuff.
- *
- * Revision 1.4  2000/03/02 19:55:37  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/24 20:16:47  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/09 21:42:36  abagchi
- * Copyright swat
- *
- * Revision 1.1.1.1  1999/11/09 01:03:04  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:36  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(CMLEAF_HPP)

Modified: xerces/c/trunk/src/xercesc/validators/common/CMNode.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/common/CMNode.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/common/CMNode.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/common/CMNode.hpp Thu Jun 16 18:29:55 2005
@@ -15,57 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:51  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/05/16 21:43:20  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.4  2003/05/15 18:48:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2003/03/07 18:16:57  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 14:54:58  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:38  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/05/11 13:27:17  tng
- * Copyright update.
- *
- * Revision 1.2  2001/02/16 14:58:57  tng
- * Schema: Update Makefile, configure files, project files, and include path in
- * certain cpp files because of the move of the common Content Model files.  By Pei Yong Zhang.
- *
- * Revision 1.1  2001/02/16 14:17:29  tng
- * Schema: Move the common Content Model files that are shared by DTD
- * and schema from 'DTD' folder to 'common' folder.  By Pei Yong Zhang.
- *
- * Revision 1.5  2000/03/28 19:43:25  roddey
- * Fixes for signed/unsigned warnings. New work for two way transcoding
- * stuff.
- *
- * Revision 1.4  2000/03/02 19:55:37  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/24 20:16:48  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/09 21:42:36  abagchi
- * Copyright swat
- *
- * Revision 1.1.1.1  1999/11/09 01:03:05  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:36  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(CMNODE_HPP)

Modified: xerces/c/trunk/src/xercesc/validators/common/CMStateSet.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/common/CMStateSet.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/common/CMStateSet.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/common/CMStateSet.hpp Thu Jun 16 18:29:55 2005
@@ -15,64 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2005/01/07 15:28:49  amassari
- * Removed warnings
- *
- * Revision 1.7  2004/09/08 13:56:51  peiyongz
- * Apache License Version 2.0
- *
- * 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/05/16 21:43:20  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.4  2003/05/15 18:48:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/11/04 14:54:58  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/07/16 12:50:08  tng
- * [Bug 10651] CMStateSet.hpp includes both memory.h and string.h.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:38  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/08/16 21:51:43  peiyongz
- * hashCode() added
- *
- * Revision 1.4  2001/05/11 13:27:17  tng
- * Copyright update.
- *
- * Revision 1.3  2001/05/03 21:02:28  tng
- * Schema: Add SubstitutionGroupComparator and update exception messages.  By Pei Yong Zhang.
- *
- * Revision 1.2  2001/02/27 14:48:46  tng
- * Schema: Add CMAny and ContentLeafNameTypeVector, by Pei Yong Zhang
- *
- * Revision 1.1  2001/02/16 14:17:29  tng
- * Schema: Move the common Content Model files that are shared by DTD
- * and schema from 'DTD' folder to 'common' folder.  By Pei Yong Zhang.
- *
- * Revision 1.4  2000/03/02 19:55:37  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/24 20:16:48  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/09 21:42:36  abagchi
- * Copyright swat
- *
- * Revision 1.1.1.1  1999/11/09 01:03:06  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:45:36  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 //  DESCRIPTION:

Modified: xerces/c/trunk/src/xercesc/validators/common/CMUnaryOp.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/common/CMUnaryOp.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/common/CMUnaryOp.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/common/CMUnaryOp.hpp Thu Jun 16 18:29:55 2005
@@ -15,53 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:51  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2004/01/29 11:51:21  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.4  2003/05/16 21:43:20  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.3  2003/05/15 18:48:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 14:54:58  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:38  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/05/11 13:27:17  tng
- * Copyright update.
- *
- * Revision 1.2  2001/02/16 14:58:57  tng
- * Schema: Update Makefile, configure files, project files, and include path in
- * certain cpp files because of the move of the common Content Model files.  By Pei Yong Zhang.
- *
- * Revision 1.1  2001/02/16 14:17:29  tng
- * Schema: Move the common Content Model files that are shared by DTD
- * and schema from 'DTD' folder to 'common' folder.  By Pei Yong Zhang.
- *
- * Revision 1.4  2000/03/02 19:55:37  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/24 20:16:48  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/09 21:42:37  abagchi
- * Copyright swat
- *
- * Revision 1.1.1.1  1999/11/09 01:03:11  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:37  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/common/ContentLeafNameTypeVector.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/common/ContentLeafNameTypeVector.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/common/ContentLeafNameTypeVector.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/common/ContentLeafNameTypeVector.hpp Thu Jun 16 18:29:55 2005
@@ -15,40 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2005/03/25 10:54:22  amassari
- * On Windows, export the class from the DLL
- *
- * Revision 1.6  2004/09/08 13:56:51  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/05/16 21:43:20  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.4  2003/05/15 18:48:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2003/03/07 18:16:57  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 14:54:58  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:38  peiyongz
- * sane_include
- *
- * Revision 1.4  2001/08/07 15:21:20  knoaman
- * The value of 'fLeafCount' was not set.
- *
- * Revision 1.3  2001/05/11 13:27:17  tng
- * Copyright update.
- *
- * Revision 1.2  2001/04/19 18:17:28  tng
- * Schema: SchemaValidator update, and use QName in Content Model
- *
- * Revision 1.1  2001/02/27 14:48:49  tng
- * Schema: Add CMAny and ContentLeafNameTypeVector, by Pei Yong Zhang
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/common/ContentSpecNode.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/common/ContentSpecNode.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/common/ContentSpecNode.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/common/ContentSpecNode.hpp Thu Jun 16 18:29:55 2005
@@ -15,124 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2004/09/08 13:56:51  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.11  2004/01/29 11:51:21  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.10  2003/11/20 17:52:14  knoaman
- * PSVI: store element declaration (leaf nodes)
- *
- * Revision 1.9  2003/11/07 17:08:11  knoaman
- * For PSVI support, distinguish wildcard elements with namespace lists.
- *
- * Revision 1.8  2003/09/26 18:29:27  peiyongz
- * Implement serialization/deserialization
- *
- * Revision 1.7  2003/05/18 14:02:06  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.6  2003/05/15 18:48:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2002/11/04 14:54:58  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/10/30 21:52:00  tng
- * [Bug 13641] compiler-generated copy-constructor for QName doesn't do the right thing.
- *
- * Revision 1.3  2002/04/04 14:42:41  knoaman
- * Change min/maxOccurs from unsigned int to int.
- *
- * Revision 1.2  2002/03/21 15:41:48  knoaman
- * Move behavior from TraverseSchema.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:38  peiyongz
- * sane_include
- *
- * Revision 1.19  2001/12/06 17:50:42  tng
- * Performance Enhancement. The ContentSpecNode constructor always copied the QName
- * that was passed to it.  Added a second constructor that allows the QName to be just assigned, not copied.
- * That was because there are some cases in which a temporary QName was constructed, passed to ContentSpecNode, and then deleted.
- * There were examples of that in TraverseSchema and DTDScanner.
- * By Henry Zongaro.
- *
- * Revision 1.18  2001/11/07 21:50:28  tng
- * Fix comment log that lead to error.
- *
- * Revision 1.17  2001/11/07 21:12:15  tng
- * Performance: Create QName in ContentSpecNode only if it is a leaf/Any/PCDataNode.
- *
- * Revision 1.16  2001/08/28 20:21:08  peiyongz
- * * AIX 4.2, xlC 3 rev.1 compilation error: get*() declared with external linkage
- * and called or defined before being declared as inline
- *
- * Revision 1.15  2001/08/24 12:48:48  tng
- * Schema: AllContentModel
- *
- * Revision 1.14  2001/08/23 11:54:26  tng
- * Add newline at the end and various typo fixes.
- *
- * Revision 1.13  2001/08/22 16:04:07  tng
- * ContentSpecNode copy constructor should copy Min and Max as well.
- *
- * Revision 1.12  2001/08/21 18:47:42  peiyongz
- * AIX 4.2, xlC 3 rev.1 compilation error: dtor() declared with external linkage
- *                                 and called or defined before being declared as inline
- *
- * Revision 1.11  2001/08/21 16:06:11  tng
- * Schema: Unique Particle Attribution Constraint Checking.
- *
- * Revision 1.10  2001/08/20 13:18:58  tng
- * bug in ContentSpecNode copy constructor.
- *
- * Revision 1.9  2001/07/24 18:33:13  knoaman
- * Added support for <group> + extra constraint checking for complexType
- *
- * Revision 1.8  2001/07/09 15:22:36  knoaman
- * complete <any> declaration.
- *
- * Revision 1.7  2001/05/11 13:27:18  tng
- * Copyright update.
- *
- * Revision 1.6  2001/05/10 16:33:08  knoaman
- * Traverse Schema Part III + error messages.
- *
- * Revision 1.5  2001/05/03 20:34:39  tng
- * Schema: SchemaValidator update
- *
- * Revision 1.4  2001/04/19 18:17:29  tng
- * Schema: SchemaValidator update, and use QName in Content Model
- *
- * Revision 1.3  2001/03/21 21:56:26  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
- * Revision 1.2  2001/02/27 14:48:49  tng
- * Schema: Add CMAny and ContentLeafNameTypeVector, by Pei Yong Zhang
- *
- * Revision 1.1  2001/02/16 14:17:29  tng
- * Schema: Move the common Content Model files that are shared by DTD
- * and schema from 'DTD' folder to 'common' folder.  By Pei Yong Zhang.
- *
- * Revision 1.4  2000/03/02 19:55:38  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/24 20:16:48  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/09 21:42:37  abagchi
- * Copyright swat
- *
- * Revision 1.1.1.1  1999/11/09 01:03:14  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:38  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/common/DFAContentModel.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/common/DFAContentModel.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/common/DFAContentModel.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/common/DFAContentModel.hpp Thu Jun 16 18:29:55 2005
@@ -15,88 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/16 13:32:03  amassari
- * Updated error message for UPA to also state the complex type that is failing the test
- *
- * Revision 1.7  2004/09/08 13:56:51  peiyongz
- * Apache License Version 2.0
- *
- * 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/05/16 21:43:20  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.4  2003/05/15 18:48:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2003/03/07 18:16:57  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 14:54:58  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:38  peiyongz
- * sane_include
- *
- * Revision 1.13  2001/11/21 14:30:13  knoaman
- * Fix for UPA checking.
- *
- * Revision 1.12  2001/08/24 12:48:48  tng
- * Schema: AllContentModel
- *
- * Revision 1.11  2001/08/21 16:06:11  tng
- * Schema: Unique Particle Attribution Constraint Checking.
- *
- * Revision 1.10  2001/08/13 15:06:39  knoaman
- * update <any> validation.
- *
- * Revision 1.9  2001/06/13 20:50:55  peiyongz
- * fIsMixed: to handle mixed Content Model
- *
- * Revision 1.8  2001/05/11 13:27:18  tng
- * Copyright update.
- *
- * Revision 1.7  2001/05/03 21:02:30  tng
- * Schema: Add SubstitutionGroupComparator and update exception messages.  By Pei Yong Zhang.
- *
- * Revision 1.6  2001/04/19 18:17:30  tng
- * Schema: SchemaValidator update, and use QName in Content Model
- *
- * Revision 1.5  2001/03/21 21:56:27  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
- * Revision 1.4  2001/03/21 19:29:55  tng
- * Schema: Content Model Updates, by Pei Yong Zhang.
- *
- * Revision 1.3  2001/02/27 18:32:32  tng
- * Schema: Use XMLElementDecl instead of DTDElementDecl in Content Model.
- *
- * Revision 1.2  2001/02/27 14:48:52  tng
- * Schema: Add CMAny and ContentLeafNameTypeVector, by Pei Yong Zhang
- *
- * Revision 1.1  2001/02/16 14:17:29  tng
- * Schema: Move the common Content Model files that are shared by DTD
- * and schema from 'DTD' folder to 'common' folder.  By Pei Yong Zhang.
- *
- * Revision 1.4  2000/03/02 19:55:38  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/24 20:16:48  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/09 21:42:37  abagchi
- * Copyright swat
- *
- * Revision 1.1.1.1  1999/11/09 01:03:19  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:38  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(DFACONTENTMODEL_HPP)

Modified: xerces/c/trunk/src/xercesc/validators/common/MixedContentModel.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/common/MixedContentModel.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/common/MixedContentModel.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/common/MixedContentModel.hpp Thu Jun 16 18:29:55 2005
@@ -15,86 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.10  2005/01/06 21:39:44  amassari
- * Removed warnings
- *
- * Revision 1.9  2004/09/16 13:32:04  amassari
- * Updated error message for UPA to also state the complex type that is failing the test
- *
- * Revision 1.8  2004/09/08 13:56:51  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2004/01/29 11:51:21  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.6  2003/05/16 21:43:20  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.5  2003/05/15 18:48:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2003/03/07 18:16:57  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.3  2002/11/04 14:54:58  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/02/25 21:18:53  tng
- * Schema Fix: Ensure no invalid uri index for UPA checking.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:39  peiyongz
- * sane_include
- *
- * Revision 1.12  2001/11/28 16:46:20  tng
- * Schema fix: Check for invalid URI index first.
- *
- * Revision 1.11  2001/11/21 14:30:13  knoaman
- * Fix for UPA checking.
- *
- * Revision 1.10  2001/08/21 16:06:11  tng
- * Schema: Unique Particle Attribution Constraint Checking.
- *
- * Revision 1.9  2001/08/13 15:06:39  knoaman
- * update <any> validation.
- *
- * Revision 1.8  2001/05/11 13:27:19  tng
- * Copyright update.
- *
- * Revision 1.7  2001/05/03 21:02:31  tng
- * Schema: Add SubstitutionGroupComparator and update exception messages.  By Pei Yong Zhang.
- *
- * Revision 1.6  2001/04/19 18:17:33  tng
- * Schema: SchemaValidator update, and use QName in Content Model
- *
- * Revision 1.5  2001/03/21 21:56:28  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
- * Revision 1.4  2001/03/21 19:29:58  tng
- * Schema: Content Model Updates, by Pei Yong Zhang.
- *
- * Revision 1.3  2001/02/27 18:32:33  tng
- * Schema: Use XMLElementDecl instead of DTDElementDecl in Content Model.
- *
- * Revision 1.2  2001/02/27 14:48:55  tng
- * Schema: Add CMAny and ContentLeafNameTypeVector, by Pei Yong Zhang
- *
- * Revision 1.1  2001/02/16 14:17:29  tng
- * Schema: Move the common Content Model files that are shared by DTD
- * and schema from 'DTD' folder to 'common' folder.  By Pei Yong Zhang.
- *
- * Revision 1.3  2000/02/24 20:16:49  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/09 21:42:39  abagchi
- * Copyright swat
- *
- * Revision 1.1.1.1  1999/11/09 01:03:45  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:45:43  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/common/SimpleContentModel.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/common/SimpleContentModel.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/common/SimpleContentModel.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/common/SimpleContentModel.hpp Thu Jun 16 18:29:55 2005
@@ -15,90 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.11  2004/09/16 13:32:04  amassari
- * Updated error message for UPA to also state the complex type that is failing the test
- *
- * Revision 1.10  2004/09/08 13:56:51  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2004/01/29 11:51:21  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/06/03 18:12:29  knoaman
- * Add default value for memory manager argument.
- *
- * Revision 1.6  2003/05/18 14:02:06  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.5  2003/05/15 18:48:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2003/03/07 18:16:57  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.3  2002/11/04 14:54:58  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/10/30 21:52:00  tng
- * [Bug 13641] compiler-generated copy-constructor for QName doesn't do the right thing.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:39  peiyongz
- * sane_include
- *
- * Revision 1.12  2001/11/21 14:30:13  knoaman
- * Fix for UPA checking.
- *
- * Revision 1.11  2001/10/03 15:08:45  tng
- * typo fix: remove the extra space which may confuse some compilers while constructing the qname.
- *
- * Revision 1.10  2001/08/21 16:06:11  tng
- * Schema: Unique Particle Attribution Constraint Checking.
- *
- * Revision 1.9  2001/08/13 15:06:39  knoaman
- * update <any> validation.
- *
- * Revision 1.8  2001/05/11 13:27:20  tng
- * Copyright update.
- *
- * Revision 1.7  2001/05/03 21:02:33  tng
- * Schema: Add SubstitutionGroupComparator and update exception messages.  By Pei Yong Zhang.
- *
- * Revision 1.6  2001/04/19 18:17:34  tng
- * Schema: SchemaValidator update, and use QName in Content Model
- *
- * Revision 1.5  2001/03/21 21:56:29  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
- * Revision 1.4  2001/03/21 19:30:02  tng
- * Schema: Content Model Updates, by Pei Yong Zhang.
- *
- * Revision 1.3  2001/02/27 14:48:57  tng
- * Schema: Add CMAny and ContentLeafNameTypeVector, by Pei Yong Zhang
- *
- * Revision 1.2  2001/02/16 14:58:57  tng
- * Schema: Update Makefile, configure files, project files, and include path in
- * certain cpp files because of the move of the common Content Model files.  By Pei Yong Zhang.
- *
- * Revision 1.1  2001/02/16 14:17:29  tng
- * Schema: Move the common Content Model files that are shared by DTD
- * and schema from 'DTD' folder to 'common' folder.  By Pei Yong Zhang.
- *
- * Revision 1.3  2000/02/24 20:16:49  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/09 21:42:39  abagchi
- * Copyright swat
- *
- * Revision 1.1.1.1  1999/11/09 01:03:48  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:44  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp Thu Jun 16 18:29:55 2005
@@ -16,56 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.13  2004/09/08 13:56:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.12  2004/03/19 01:18:08  peiyongz
- * Let base dv to store/load (Max,Min)(Inc,Exc)sives
- *
- * 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/12 20:32:03  peiyongz
- * Statless Grammar: ValidationContext
- *
- * Revision 1.8  2003/10/17 21:13:24  peiyongz
- * loadNumber() moved to XMLNumber
- *
- * Revision 1.7  2003/10/02 19:21:06  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/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:39  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/11/22 20:23:20  peiyongz
- * _declspec(dllimport) and inline warning C4273
- *
- * Revision 1.2  2001/11/12 20:37:57  peiyongz
- * SchemaDateTimeException defined
- *
- * Revision 1.1  2001/10/01 16:13:56  peiyongz
- * DTV Reorganization:new classes: AbstractNumericFactValidator/ AbstractNumericValidator
- *
  */
 
 #if !defined(ABSTRACT_NUMERIC_FACET_VALIDATOR_HPP)

Modified: xerces/c/trunk/src/xercesc/validators/datatype/AbstractNumericValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/datatype/AbstractNumericValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/AbstractNumericValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/AbstractNumericValidator.hpp Thu Jun 16 18:29:55 2005
@@ -16,47 +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/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:27  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:39  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/11/22 20:23:20  peiyongz
- * _declspec(dllimport) and inline warning C4273
- *
- * Revision 1.1  2001/10/01 16:13:56  peiyongz
- * DTV Reorganization:new classes: AbstractNumericFactValidator/ AbstractNumericValidator
- *
  */
 
 #if !defined(ABSTRACT_NUMERIC_VALIDATOR_HPP)



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