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

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

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/NOTATIONDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/NOTATIONDatatypeValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/NOTATIONDatatypeValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/NOTATIONDatatypeValidator.cpp Thu Jun 16 19:56:35 2005
@@ -16,65 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.10  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2004/08/11 16:52:20  peiyongz
- * using XMLString::isValidNOTATION()
- *
- * Revision 1.8  2003/12/17 00:18:39  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.7  2003/10/01 16:32:41  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.6  2003/09/30 21:31:30  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.5  2003/05/16 06:01:57  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:42  peiyongz
- * sane_include
- *
- * Revision 1.10  2001/10/10 15:11:21  peiyongz
- * extract/validate URI iff present
- *
- * Revision 1.9  2001/10/10 14:17:50  peiyongz
- * <URI>:<LocalPart> where <URI> can be optional.
- *
- * Revision 1.8  2001/10/09 20:46:19  peiyongz
- * NOTATION: checkContent(): <URI>:<localPart>
- *
- * Revision 1.7  2001/10/02 18:59:29  peiyongz
- * Invalid_Facet_Tag to display the tag name
- *
- * Revision 1.6  2001/09/24 15:33:15  peiyongz
- * DTV Reorganization: virtual methods moved to *.cpp
- *
- * Revision 1.5  2001/09/20 15:14:47  peiyongz
- * DTV reorganization: inherit from AbstractStringVaildator
- *
- * Revision 1.3  2001/08/21 18:42:53  peiyongz
- * Bugzilla# 2816: cleanUp() declared with external linkage and called
- *                          before defined as inline
- *
- * Revision 1.2  2001/08/14 22:11:56  peiyongz
- * new exception message added
- *
- * Revision 1.1  2001/07/05 20:15:27  peiyongz
- * NOTATIONDatatypeValidator
- *
  */
 
 // ---------------------------------------------------------------------------

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

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/NameDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/NameDatatypeValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/NameDatatypeValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/NameDatatypeValidator.hpp Thu Jun 16 19:56:35 2005
@@ -16,43 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.9  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.7  2003/12/17 00:18:39  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.6  2003/11/12 20:32:03  peiyongz
- * Statless Grammar: ValidationContext
- *
- * Revision 1.5  2003/09/30 18:17:53  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.4  2003/05/15 18:53: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/branches/xerces-2.7/src/xercesc/validators/datatype/QNameDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/QNameDatatypeValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/QNameDatatypeValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/QNameDatatypeValidator.cpp Thu Jun 16 19:56:35 2005
@@ -16,53 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.7  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2003/12/17 00:18:39  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.5  2003/09/30 21:31:30  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.4  2003/05/15 18:53:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:42  peiyongz
- * sane_include
- *
- * Revision 1.9  2001/10/09 20:47:05  peiyongz
- * init(): take 1 arg
- *
- * Revision 1.8  2001/10/02 18:59:29  peiyongz
- * Invalid_Facet_Tag to display the tag name
- *
- * Revision 1.7  2001/09/24 15:33:15  peiyongz
- * DTV Reorganization: virtual methods moved to *.cpp
- *
- * Revision 1.6  2001/09/20 15:36:49  peiyongz
- * DTV reorganization: inherit from AbstractStringVaildator
- *
- * Revision 1.4  2001/09/06 21:34:48  peiyongz
- * Fix:improper loop in enumeration checking
- *
- * Revision 1.3  2001/08/21 18:42:53  peiyongz
- * Bugzilla# 2816: cleanUp() declared with external linkage and called
- *                          before defined as inline
- *
- * Revision 1.2  2001/08/14 22:11:56  peiyongz
- * new exception message added
- *
- * Revision 1.1  2001/07/06 20:20:14  peiyongz
- * QNameDTV
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/QNameDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/QNameDatatypeValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/QNameDatatypeValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/QNameDatatypeValidator.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/validators/datatype/StringDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/StringDatatypeValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/StringDatatypeValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/StringDatatypeValidator.cpp Thu Jun 16 19:56:35 2005
@@ -15,95 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.13  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.12  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.11  2003/12/17 00:18:39  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.10  2003/11/24 05:11:06  neilg
- * remove unused statics
- *
- * Revision 1.9  2003/10/02 19:20:42  peiyongz
- * fWhiteSpace moved to DatatypeValidator
- *
- * Revision 1.8  2003/10/01 01:09:35  knoaman
- * Refactoring of some code to improve performance.
- *
- * Revision 1.7  2003/09/30 21:31:37  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.6  2003/09/29 21:47:35  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.5  2003/05/15 18:53:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.3  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/09/24 19:44:40  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.1.1.1  2002/02/01 22:22:42  peiyongz
- * sane_include
- *
- * Revision 1.17  2001/10/09 20:54:35  peiyongz
- * init(): take 1 arg.
- *
- * Revision 1.16  2001/09/27 13:51:25  peiyongz
- * DTV Reorganization: ctor/init created to be used by derived class
- *
- * Revision 1.15  2001/09/25 15:58:14  peiyongz
- * Check baseValidator in assignAdditinoalFacet() and inheritAdditionalFacet()
- *
- * Revision 1.14  2001/09/24 15:31:13  peiyongz
- * DTV Reorganization: inherit from AbstractStringValidator
- *
- * Revision 1.12  2001/08/21 18:42:53  peiyongz
- * Bugzilla# 2816: cleanUp() declared with external linkage and called
- *                          before defined as inline
- *
- * Revision 1.11  2001/06/20 17:56:09  peiyongz
- * support for "fixed" option on constrainning facets
- *
- * Revision 1.10  2001/05/29 19:49:36  tng
- * Schema: Constraint Checking Fix in datatypeValidators.  By Pei Yong Zhang.
- *
- * Revision 1.9  2001/05/28 21:11:18  tng
- * Schema: Various DatatypeValidator fix.  By Pei Yong Zhang
- *
- * Revision 1.8  2001/05/23 16:05:11  tng
- * Schema: NormalizedString fix.  By Pei Yong Zhang.
- *
- * Revision 1.7  2001/05/23 15:45:25  tng
- * Schema: NormalizedString fix.  By Pei Yong Zhang.
- *
- * Revision 1.6  2001/05/18 13:36:48  tng
- * Schema: Catch RegularExpression exception and NumberFormatException
- *
- * Revision 1.5  2001/05/18 13:23:51  tng
- * Schema: Exception messages in DatatypeValidator.  By Pei Yong Zhang.
- *
- * Revision 1.4  2001/05/16 14:33:40  tng
- * Schema Constraint checking fix.
- *
- * Revision 1.3  2001/05/11 17:17:28  tng
- * Schema: DatatypeValidator fixes.  By Pei Yong Zhang.
- *
- * Revision 1.2  2001/05/11 13:27:29  tng
- * Copyright update.
- *
- * Revision 1.1  2001/05/09 18:43:42  tng
- * Add StringDatatypeValidator and BooleanDatatypeValidator.  By Pei Yong Zhang.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

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

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/TimeDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/TimeDatatypeValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/TimeDatatypeValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/TimeDatatypeValidator.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/validators/datatype/UnionDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/UnionDatatypeValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/UnionDatatypeValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/UnionDatatypeValidator.cpp Thu Jun 16 19:56:35 2005
@@ -16,108 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.28  2004/09/08 13:56:53  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.27  2004/03/19 01:17:22  peiyongz
- * enumeration is ALWAYS owned, datatype validator not.
- *
- * Revision 1.26  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.25  2004/01/13 21:18:18  peiyongz
- * revert code back to previous version
- *
- * Revision 1.24  2004/01/12 16:25:09  neilg
- * remove use of static buffers
- *
- * Revision 1.23  2004/01/06 18:13:59  peiyongz
- * using the no-exception-thrown ctor
- *
- * Revision 1.22  2003/12/23 21:50:36  peiyongz
- * Absorb exception thrown in getCanonicalRepresentation and return 0,
- * only validate when required
- *
- * Revision 1.21  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.20  2003/12/10 20:55:18  neilg
- * fixes for canonical value production; memory management was not implemented correctly
- *
- * Revision 1.19  2003/11/28 18:53:07  peiyongz
- * Support for getCanonicalRepresentation
- *
- * Revision 1.18  2003/11/24 05:10:26  neilg
- * implement method for determining member type of union that validated some value
- *
- * Revision 1.17  2003/11/13 23:19:18  peiyongz
- * initSize
- *
- * Revision 1.16  2003/11/12 20:32:03  peiyongz
- * Statless Grammar: ValidationContext
- *
- * Revision 1.15  2003/10/31 22:17:11  peiyongz
- * solve ownership
- *
- * Revision 1.14  2003/10/17 21:13:44  peiyongz
- * using XTemplateSerializer
- *
- * Revision 1.13  2003/10/07 19:39:03  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.12  2003/10/01 16:32:41  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.11  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.10  2003/05/16 06:01:57  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * 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:53:35  gareth
- * we now store information about which validator was used to validate.
- *
- * Revision 1.6  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.5  2002/12/06 16:45:54  tng
- * header include cleanup.
- *
- * Revision 1.4  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/09/24 19:44:40  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.2  2002/02/14 15:17:31  peiyongz
- * getEnumString()
- *
- * Revision 1.1.1.1  2002/02/01 22:22:42  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/10/02 18:59:29  peiyongz
- * Invalid_Facet_Tag to display the tag name
- *
- * Revision 1.4  2001/09/20 13:11:42  knoaman
- * Regx  + misc. fixes
- *
- * Revision 1.3  2001/08/21 18:42:54  peiyongz
- * Bugzilla# 2816: cleanUp() declared with external linkage and called
- *                          before defined as inline
- *
- * Revision 1.2  2001/08/14 22:11:56  peiyongz
- * new exception message added
- *
- * Revision 1.1  2001/07/13 14:10:40  peiyongz
- * UnionDTV
- *
  */
 
 // ---------------------------------------------------------------------------
@@ -472,8 +370,8 @@
 /***
  * 2.5.1.3 Union datatypes
  *
- * The canonical-lexical-representation for a ·union· datatype is defined as the lexical form 
- * in which the values have the canonical lexical representation of the appropriate ·memberTypes·.       
+ * The canonical-lexical-representation for a �union� datatype is defined as the lexical form 
+ * in which the values have the canonical lexical representation of the appropriate �memberTypes�.       
  ***/
 const XMLCh* UnionDatatypeValidator::getCanonicalRepresentation(const XMLCh*         const rawData
                                                               ,       MemoryManager* const memMgr

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/UnionDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/UnionDatatypeValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/UnionDatatypeValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/UnionDatatypeValidator.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/validators/datatype/XMLCanRepGroup.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/XMLCanRepGroup.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/XMLCanRepGroup.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/XMLCanRepGroup.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/validators/datatype/YearDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/YearDatatypeValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/YearDatatypeValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/YearDatatypeValidator.cpp Thu Jun 16 19:56:35 2005
@@ -16,49 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.11  2004/09/08 13:56:54  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2003/12/17 00:18:39  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.9  2003/11/06 15:30:07  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.8  2003/10/02 19:21:06  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.7  2003/10/01 16:32:41  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.6  2003/08/14 03:00:11  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.5  2003/05/18 14:02:07  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.4  2003/05/15 18:53: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.3  2001/11/15 17:09:23  peiyongz
- * catch(...) only. (the invoker need to cath XMLException to display proper message)
- *
- * Revision 1.2  2001/11/14 22:02:25  peiyongz
- * rethrow exception with original error message.
- *
- * Revision 1.1  2001/11/07 19:18:52  peiyongz
- * DateTime Port
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/YearDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/YearDatatypeValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/YearDatatypeValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/YearDatatypeValidator.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/validators/datatype/YearMonthDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/YearMonthDatatypeValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/YearMonthDatatypeValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/YearMonthDatatypeValidator.cpp Thu Jun 16 19:56:35 2005
@@ -16,49 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.11  2004/09/08 13:56:54  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2003/12/17 00:18:39  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.9  2003/11/06 15:30:07  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.8  2003/10/02 19:21:06  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.7  2003/10/01 16:32:41  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.6  2003/08/14 03:00:11  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.5  2003/05/18 14:02:07  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.4  2003/05/15 18:53: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.3  2001/11/15 17:09:23  peiyongz
- * catch(...) only. (the invoker need to cath XMLException to display proper message)
- *
- * Revision 1.2  2001/11/14 22:02:25  peiyongz
- * rethrow exception with original error message.
- *
- * Revision 1.1  2001/11/07 19:18:52  peiyongz
- * DateTime Port
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/YearMonthDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/YearMonthDatatypeValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/YearMonthDatatypeValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/YearMonthDatatypeValidator.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/validators/schema/ComplexTypeInfo.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/ComplexTypeInfo.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/ComplexTypeInfo.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/ComplexTypeInfo.cpp Thu Jun 16 19:56:35 2005
@@ -15,191 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.34  2005/04/04 15:03:44  cargilld
- * Fix memory leak when deserializing grammars.
- *
- * Revision 1.33  2005/03/07 20:10:21  knoaman
- * Eliminate lazy creation of attribute lists.
- *
- * Revision 1.32  2004/10/28 20:21:06  peiyongz
- * Data member reshuffle
- *
- * Revision 1.31  2004/10/20 15:19:07  knoaman
- * Allow option of initializing static data in XMLPlatformUtils::Initialize
- *
- * Revision 1.30  2004/09/23 00:37:24  cargilld
- * Remove unused variable and data member.
- *
- * Revision 1.29  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.28  2004/09/08 13:56:56  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.27  2004/07/22 15:00:54  knoaman
- * Eliminate the need to create a temporary content model when performing UPA checking
- *
- * Revision 1.26  2004/01/29 11:52:31  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.25  2004/01/13 16:17:09  knoaman
- * Fo sanity, use class name to qualify method
- *
- * Revision 1.24  2004/01/09 22:41:58  knoaman
- * Use a global static mutex for locking when creating local static mutexes instead of compareAndSwap
- *
- * Revision 1.23  2003/12/24 17:42:03  knoaman
- * Misc. PSVI updates
- *
- * Revision 1.22  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.21  2003/12/16 17:18:50  peiyongz
- * don't expand ContextSpecNode when deserilized
- *
- * Revision 1.20  2003/11/20 18:05:16  knoaman
- * PSVI: Use a copy of the content spec node when creating the content model.
- *
- * Revision 1.19  2003/11/13 23:20:47  peiyongz
- * initSize
- *
- * Revision 1.18  2003/11/10 21:54:51  neilg
- * implementation for new stateless means of traversing attribute definition lists
- *
- * Revision 1.17  2003/11/07 17:08:12  knoaman
- * For PSVI support, distinguish wildcard elements with namespace lists.
- *
- * Revision 1.16  2003/10/29 16:22:58  peiyongz
- * allow proper recreation of ContentModel from deserialization
- *
- * Revision 1.15  2003/10/21 10:23:53  amassari
- * When creating a new list of attributes, use the assigned memory manager
- *
- * Revision 1.14  2003/10/17 21:17:12  peiyongz
- * using XTemplateSerializer
- *
- * Revision 1.13  2003/10/14 15:22:28  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.12  2003/10/10 16:25:40  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.11  2003/10/08 21:33:48  peiyongz
- * Synchronize ContentSpec/ContentModel/FormattedModel
- *
- * Revision 1.10  2003/09/26 18:31:05  peiyongz
- * Synchronize ContentSpecNode and formattedModel
- *
- * Revision 1.9  2003/05/18 14:02:07  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.8  2003/05/16 21:43:21  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.7  2003/05/15 18:57:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.6  2003/01/29 19:57:30  gareth
- * API to retrive local and uri part of the type name
- *
- * Revision 1.5  2002/12/19 14:04:05  gareth
- * get/set methods to see if the represented type is anonymous. Patch by Peter Volchek.
- *
- * Revision 1.4  2002/11/04 14:49:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/03/21 15:34:40  knoaman
- * Add support for reporting line/column numbers of schema errors.
- *
- * Revision 1.2  2002/02/06 22:29:24  knoaman
- * Remove unnecessary data/methods.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:45  peiyongz
- * sane_include
- *
- * Revision 1.27  2002/01/15 19:09:16  knoaman
- * Fix for bug 5807.
- *
- * Revision 1.26  2002/01/02 15:20:22  tng
- * Schema Fix: should not store a temp value as the key in the element pool and the attribute pool.
- *
- * Revision 1.25  2001/12/17 21:38:59  tng
- * Fix dangling pointer.
- *
- * Revision 1.24  2001/11/21 14:30:13  knoaman
- * Fix for UPA checking.
- *
- * Revision 1.23  2001/11/15 17:10:19  knoaman
- * Particle derivation checking support.
- *
- * Revision 1.22  2001/11/07 21:50:28  tng
- * Fix comment log that lead to error.
- *
- * Revision 1.21  2001/11/07 21:12:15  tng
- * Performance: Create QName in ContentSpecNode only if it is a leaf/Any/PCDataNode.
- *
- * Revision 1.20  2001/10/12 18:08:57  tng
- * make sure the second node exists before calling getType
- *
- * Revision 1.19  2001/10/04 15:08:56  knoaman
- * Add support for circular import.
- *
- * Revision 1.18  2001/09/05 20:49:11  knoaman
- * Fix for complexTypes with mixed content model.
- *
- * Revision 1.17  2001/08/29 21:27:07  knoaman
- * no message
- *
- * Revision 1.16  2001/08/28 20:43:52  knoaman
- * Fix for content spec node adoption.
- *
- * Revision 1.15  2001/08/27 23:04:02  knoaman
- * Handle deletion of spec node tree created during UPA checking.
- *
- * Revision 1.14  2001/08/27 20:48:45  knoaman
- * Make the UPA rename before the content model expansion.
- *
- * Revision 1.13  2001/08/27 20:14:42  knoaman
- * Validate attributes in <all>, <redefine>, <group> and <attributeGroup> declarations.
- * Misc. fixes.
- *
- * Revision 1.12  2001/08/24 12:48:48  tng
- * Schema: AllContentModel
- *
- * Revision 1.11  2001/08/23 11:54:26  tng
- * Add newline at the end and various typo fixes.
- *
- * Revision 1.10  2001/08/21 18:14:55  knoaman
- * Defer creation of spec node.
- *
- * Revision 1.9  2001/08/21 16:06:11  tng
- * Schema: Unique Particle Attribution Constraint Checking.
- *
- * Revision 1.8  2001/08/09 15:23:16  knoaman
- * add support for <anyAttribute> declaration.
- *
- * Revision 1.7  2001/07/24 18:33:46  knoaman
- * Added support for <group> + extra constraint checking for complexType
- *
- * Revision 1.6  2001/06/05 13:59:53  knoaman
- * Fixes to include and import.
- *
- * Revision 1.5  2001/05/11 13:27:32  tng
- * Copyright update.
- *
- * Revision 1.4  2001/05/10 17:49:40  tng
- * Schema: SchemaValidator fixes
- *
- * Revision 1.3  2001/05/10 16:33:12  knoaman
- * Traverse Schema Part III + error messages.
- *
- * Revision 1.2  2001/05/03 20:34:41  tng
- * Schema: SchemaValidator update
- *
- * Revision 1.1  2001/04/19 17:43:14  knoaman
- * More schema implementation classes.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/NamespaceScope.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/NamespaceScope.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/NamespaceScope.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/NamespaceScope.cpp Thu Jun 16 19:56:35 2005
@@ -15,37 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:56:56  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  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.5  2003/05/18 14:02:07  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.4  2003/05/16 21:43:21  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.3  2003/05/15 18:57:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 14:49:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:45  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/07/31 15:26:54  knoaman
- * Added support for <attributeGroup>.
- *
- * Revision 1.2  2001/05/11 13:27:33  tng
- * Copyright update.
- *
- * Revision 1.1  2001/04/19 17:43:15  knoaman
- * More schema implementation classes.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaAttDef.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaAttDef.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaAttDef.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaAttDef.cpp Thu Jun 16 19:56:35 2005
@@ -15,69 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.16  2004/10/28 20:21:06  peiyongz
- * Data member reshuffle
- *
- * Revision 1.15  2004/10/13 17:55:40  cargilld
- * Serialization fix, fPVSIScope not serialized.  Problem reported by David Bertoni.
- *
- * Revision 1.14  2004/09/08 13:56:56  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.13  2004/01/29 11:52:31  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.12  2003/12/24 17:42:03  knoaman
- * Misc. PSVI updates
- *
- * Revision 1.11  2003/12/17 20:50:35  knoaman
- * PSVI: fix for annotation of attributes in attributeGroup/derived types
- *
- * Revision 1.10  2003/11/25 18:15:00  knoaman
- * Serialize enclosing complex type. Thanks to David Cargill.
- *
- * Revision 1.9  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.8  2003/10/17 21:17:12  peiyongz
- * using XTemplateSerializer
- *
- * 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:45  peiyongz
- * sane_include
- *
- * Revision 1.4  2001/08/09 15:23:16  knoaman
- * add support for <anyAttribute> declaration.
- *
- * Revision 1.3  2001/07/31 15:26:54  knoaman
- * Added support for <attributeGroup>.
- *
- * Revision 1.2  2001/05/11 13:27:33  tng
- * Copyright update.
- *
- * Revision 1.1  2001/02/27 18:48:22  tng
- * Schema: Add SchemaAttDef, SchemaElementDecl, SchemaAttDefList.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaAttDef.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaAttDef.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaAttDef.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaAttDef.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/validators/schema/SchemaAttDefList.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaAttDefList.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaAttDefList.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaAttDefList.cpp Thu Jun 16 19:56:35 2005
@@ -15,49 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2004/09/10 18:42:06  cargilld
- * Performance improvement fix to more efficiently findattdef.  Fix from Dave Bertoni.
- *
- * Revision 1.11  2004/09/08 13:56:56  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2004/01/29 11:52:31  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.9  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.8  2003/11/13 23:20:47  peiyongz
- * initSize
- *
- * Revision 1.7  2003/11/10 21:54:51  neilg
- * implementation for new stateless means of traversing attribute definition lists
- *
- * Revision 1.6  2003/10/20 11:46:28  gareth
- * Pass in memory manager to constructors and use for creation of enumerators.
- *
- * Revision 1.5  2003/10/17 21:17:12  peiyongz
- * using XTemplateSerializer
- *
- * Revision 1.4  2003/10/10 16:25:40  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.3  2003/05/18 14:02:07  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * 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/branches/xerces-2.7/src/xercesc/validators/schema/SchemaAttDefList.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaAttDefList.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaAttDefList.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaAttDefList.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/validators/schema/SchemaElementDecl.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaElementDecl.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaElementDecl.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaElementDecl.cpp Thu Jun 16 19:56:35 2005
@@ -15,129 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.23  2005/01/07 15:28:49  amassari
- * Removed warnings
- *
- * Revision 1.22  2004/10/28 20:21:06  peiyongz
- * Data member reshuffle
- *
- * Revision 1.21  2004/10/13 17:55:40  cargilld
- * Serialization fix, fPVSIScope not serialized.  Problem reported by David Bertoni.
- *
- * Revision 1.20  2004/09/08 13:56:56  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.19  2004/01/29 11:52:31  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.18  2003/12/24 17:42:03  knoaman
- * Misc. PSVI updates
- *
- * Revision 1.17  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.16  2003/12/12 18:36:37  peiyongz
- * getObjectType()
- *
- * Revision 1.15  2003/11/13 23:20:47  peiyongz
- * initSize
- *
- * Revision 1.14  2003/10/17 21:17:12  peiyongz
- * using XTemplateSerializer
- *
- * Revision 1.12  2003/10/14 15:22:28  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.11  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.10  2003/05/18 14:02:08  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.9  2003/05/16 21:43:21  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.8  2003/05/15 18:57:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.7  2003/01/29 19:47:16  gareth
- * added DOMTypeInfo and some PSVI methods
- *
- * Revision 1.6  2002/11/04 14:49:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.5  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.4  2002/05/08 13:53:37  peiyongz
- * Bug#8898: SchemaElementDecl doesn't compile with Intel C++ for IA32,
- *                   patch from Curt Arnold
- *
- * Revision 1.3  2002/03/21 16:31:43  knoaman
- * Remove data/methods from SchemaElementDecl that are not used.
- *
- * 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.18  2002/01/02 15:20:22  tng
- * Schema Fix: should not store a temp value as the key in the element pool and the attribute pool.
- *
- * Revision 1.17  2001/11/02 14:13:45  knoaman
- * Add support for identity constraints.
- *
- * Revision 1.16  2001/10/11 12:07:39  tng
- * Schema: model type should be based on complextypeinfo if exists.
- *
- * Revision 1.15  2001/09/14 14:50:22  tng
- * Schema: Fix some wildcard bugs, and some retrieving qualified/unqualified element decl problems.
- *
- * Revision 1.14  2001/09/11 13:02:40  tng
- * [Bug 3523] SchemaElementDecl.cpp(242) : error C2202 : not all control paths return a value
- *
- * Revision 1.13  2001/08/29 20:52:35  tng
- * Schema: xsi:type support
- *
- * Revision 1.12  2001/08/21 16:06:11  tng
- * Schema: Unique Particle Attribution Constraint Checking.
- *
- * Revision 1.11  2001/07/24 18:33:46  knoaman
- * Added support for <group> + extra constraint checking for complexType
- *
- * Revision 1.10  2001/07/09 15:22:43  knoaman
- * complete <any> declaration.
- *
- * Revision 1.9  2001/06/13 20:51:18  peiyongz
- * fIsMixed: to handle mixed Content Model
- *
- * Revision 1.8  2001/05/11 13:27:35  tng
- * Copyright update.
- *
- * Revision 1.7  2001/05/03 20:34:42  tng
- * Schema: SchemaValidator update
- *
- * Revision 1.6  2001/05/03 19:17:59  knoaman
- * TraverseSchema Part II.
- *
- * Revision 1.5  2001/04/19 17:43:16  knoaman
- * More schema implementation classes.
- *
- * Revision 1.4  2001/03/21 21:56:33  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
- * Revision 1.3  2001/03/21 19:30:15  tng
- * Schema: Content Model Updates, by Pei Yong Zhang.
- *
- * Revision 1.2  2001/03/07 17:42:12  tng
- * fix typo
- *
- * Revision 1.1  2001/02/27 18:48:22  tng
- * Schema: Add SchemaAttDef, SchemaElementDecl, SchemaAttDefList.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaElementDecl.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaElementDecl.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaElementDecl.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaElementDecl.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/validators/schema/SchemaGrammar.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaGrammar.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaGrammar.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaGrammar.cpp Thu Jun 16 19:56:35 2005
@@ -15,107 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.22  2004/10/28 20:21:06  peiyongz
- * Data member reshuffle
- *
- * Revision 1.21  2004/09/08 13:56:56  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.20  2004/03/03 23:03:48  peiyongz
- * Using serialize() to save/load object created in ctor
- *
- * Revision 1.19  2004/01/29 11:52:31  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.18  2003/11/13 23:21:19  peiyongz
- * don't serialize/deserialize fElemNonDecl
- *
- * Revision 1.17  2003/11/12 20:35:31  peiyongz
- * Stateless Grammar: ValidationContext
- *
- * Revision 1.16  2003/11/11 22:48:13  knoaman
- * Serialization of XSAnnotation.
- *
- * Revision 1.15  2003/11/06 21:52:17  neilg
- * fix typo
- *
- * Revision 1.14  2003/11/06 19:28:11  knoaman
- * PSVI support for annotations.
- *
- * Revision 1.13  2003/11/05 16:38:08  peiyongz
- * serialize DatatypeValidatorFactory first
- *
- * Revision 1.12  2003/10/29 16:22:30  peiyongz
- * serialize/deserialize substitutiongroup
- *
- * Revision 1.11  2003/10/17 21:17:12  peiyongz
- * using XTemplateSerializer
- *
- * Revision 1.10  2003/10/14 15:22:28  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.9  2003/10/01 16:32:42  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.8  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.7  2003/07/31 17:12:10  peiyongz
- * Grammar embed grammar description
- *
- * Revision 1.6  2003/05/21 21:35:31  knoaman
- * Pass the memory manager.
- *
- * Revision 1.5  2003/05/18 14:02:08  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.4  2003/05/15 18:57:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/11/04 14:49:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/07/11 18:21:20  knoaman
- * Grammar caching/preparsing - initial implementation.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:46  peiyongz
- * sane_include
- *
- * Revision 1.11  2002/01/02 15:20:22  tng
- * Schema Fix: should not store a temp value as the key in the element pool and the attribute pool.
- *
- * Revision 1.10  2001/11/19 18:26:31  knoaman
- * no message
- *
- * Revision 1.9  2001/10/09 12:18:26  tng
- * Leak fix: should use delete [] to delete fTargetNamespace.
- *
- * Revision 1.8  2001/09/14 14:50:22  tng
- * Schema: Fix some wildcard bugs, and some retrieving qualified/unqualified element decl problems.
- *
- * Revision 1.7  2001/08/21 16:06:11  tng
- * Schema: Unique Particle Attribution Constraint Checking.
- *
- * Revision 1.6  2001/07/31 15:27:10  knoaman
- * Added support for <attributeGroup>.
- *
- * Revision 1.5  2001/07/24 18:33:46  knoaman
- * Added support for <group> + extra constraint checking for complexType
- *
- * Revision 1.4  2001/06/25 12:51:56  knoaman
- * Add constraint checking on elements in complex types to prevent same
- * element names from having different definitions - use substitueGroups.
- *
- * Revision 1.3  2001/05/11 13:27:36  tng
- * Copyright update.
- *
- * Revision 1.2  2001/04/19 17:43:18  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/branches/xerces-2.7/src/xercesc/validators/schema/SchemaGrammar.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaGrammar.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaGrammar.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaGrammar.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/validators/schema/SchemaInfo.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaInfo.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaInfo.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaInfo.cpp Thu Jun 16 19:56:35 2005
@@ -15,66 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.13  2004/09/29 20:58:10  knoaman
- * [Bug 1209] Problem with id usage across schema
- * http://issues.apache.org/jira/browse/XERCESC-1209
- *
- * Revision 1.12  2004/09/08 13:56:56  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.11  2003/12/11 19:26:27  knoaman
- * Store non schema attributes from parent in XSAnnotation
- *
- * Revision 1.10  2003/05/16 21:43:21  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.9  2002/11/04 14:49:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.8  2002/09/24 20:12:48  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.7  2002/06/21 11:52:24  knoaman
- * cleanup
- *
- * Revision 1.6  2002/05/27 20:23:48  knoaman
- * Performance: lazily store top-level components to eliminate unnecessary traversal
- * of DOM tree when looking up for a top level component.
- *
- * Revision 1.5  2002/05/21 19:30:47  tng
- * DOM Reorganization: modify to use the new DOM interface.
- *
- * Revision 1.4  2002/03/19 21:22:39  knoaman
- * Fix for declarations referenced from a different NS in the case of a circular import.
- *
- * Revision 1.3  2002/03/19 15:57:12  knoaman
- * Fix for bug 7074.
- *
- * Revision 1.2  2002/02/06 22:24:59  knoaman
- * Use IDOM for schema processing.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:46  peiyongz
- * sane_include
- *
- * Revision 1.6  2001/12/12 20:52:19  peiyongz
- * memory leak: fRedefineList
- *
- * Revision 1.5  2001/10/04 15:08:56  knoaman
- * Add support for circular import.
- *
- * Revision 1.4  2001/07/31 15:26:54  knoaman
- * Added support for <attributeGroup>.
- *
- * Revision 1.3  2001/07/09 14:29:43  knoaman
- * Fixes for import/include declarations
- *
- * Revision 1.2  2001/05/11 13:27:36  tng
- * Copyright update.
- *
- * Revision 1.1  2001/05/10 16:33:16  knoaman
- * Traverse Schema Part III + error messages.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaSymbols.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaSymbols.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaSymbols.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaSymbols.cpp Thu Jun 16 19:56:35 2005
@@ -15,63 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:57  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2002/11/04 14:49:42  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/05/27 19:39:25  knoaman
- * remove unused constants.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:46  peiyongz
- * sane_include
- *
- * Revision 1.14  2001/11/07 19:20:01  peiyongz
- * DateTime Port
- *
- * Revision 1.13  2001/09/18 14:41:56  knoaman
- * Add support for <annotation>.
- *
- * Revision 1.12  2001/08/24 20:36:37  knoaman
- * Add support for <redefine>.
- *
- * Revision 1.11  2001/08/24 17:12:02  knoaman
- * Add support for anySimpleType.
- * Remove parameter 'baseValidator' from the virtual method 'newInstance'.
- *
- * Revision 1.10  2001/08/22 16:57:53  tng
- * typo in ##other.
- *
- * Revision 1.9  2001/08/01 18:49:32  peiyongz
- * AnyRUIDatatypeValidator
- *
- * Revision 1.8  2001/05/16 15:24:51  tng
- * Schema: Add Base64 and HexBin.  By Pei Yong Zhang.
- *
- * Revision 1.7  2001/05/15 21:59:34  knoaman
- * TraverseSchema: add attribute checking + some fixes + more error messages.
- * More attribute cheking to come.
- *
- * Revision 1.6  2001/05/14 17:53:48  tng
- * Schema: Update Schema URL
- *
- * Revision 1.5  2001/05/11 15:17:43  tng
- * Schema: Nillable fixes.
- *
- * Revision 1.4  2001/05/11 13:27:37  tng
- * Copyright update.
- *
- * Revision 1.3  2001/05/09 18:43:49  tng
- * Add StringDatatypeValidator and BooleanDatatypeValidator.  By Pei Yong Zhang.
- *
- * Revision 1.2  2001/05/03 19:18:03  knoaman
- * TraverseSchema Part II.
- *
- * Revision 1.1  2001/03/21 21:39:21  knoaman
- * Schema symbols and Datatype validator part I
- *
+ * $Id$
  */
 
 



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