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 [12/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/common/CMNode.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/common/CMNode.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/common/CMNode.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/common/CMNode.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/validators/common/CMStateSet.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/common/CMStateSet.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/common/CMStateSet.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/common/CMStateSet.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/validators/common/CMUnaryOp.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/common/CMUnaryOp.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/common/CMUnaryOp.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/common/CMUnaryOp.cpp Thu Jun 16 19:56:35 2005
@@ -15,50 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:51  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  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.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.4  2001/05/11 13:27:17  tng
- * Copyright update.
- *
- * Revision 1.3  2001/02/27 14:48:47  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/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.2  2000/02/09 21:42:37  abagchi
- * Copyright swatswat
- *
- * Revision 1.1.1.1  1999/11/09 01:03:08  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/branches/xerces-2.7/src/xercesc/validators/common/CMUnaryOp.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/common/CMUnaryOp.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/common/CMUnaryOp.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/common/CMUnaryOp.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/validators/common/ContentLeafNameTypeVector.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/common/ContentLeafNameTypeVector.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/common/ContentLeafNameTypeVector.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/common/ContentLeafNameTypeVector.cpp Thu Jun 16 19:56:35 2005
@@ -15,34 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2005/01/07 15:28:49  amassari
- * Removed warnings
- *
- * Revision 1.5  2004/09/08 13:56:51  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  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.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/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/branches/xerces-2.7/src/xercesc/validators/common/ContentLeafNameTypeVector.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/common/ContentLeafNameTypeVector.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/common/ContentLeafNameTypeVector.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/common/ContentLeafNameTypeVector.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/validators/common/ContentSpecNode.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/common/ContentSpecNode.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/common/ContentSpecNode.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/common/ContentSpecNode.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/validators/common/DFAContentModel.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/common/DFAContentModel.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/common/DFAContentModel.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/common/DFAContentModel.cpp Thu Jun 16 19:56:35 2005
@@ -15,170 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.13  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.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/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/20 18:12:20  knoaman
- * Use a bitwise operation to check the node type.
- *
- * Revision 1.8  2003/11/07 17:08:11  knoaman
- * For PSVI support, distinguish wildcard elements with namespace lists.
- *
- * Revision 1.7  2003/05/18 14:02:06  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * 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  2002/11/04 14:54:58  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/09/24 19:48:39  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * 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:38  peiyongz
- * sane_include
- *
- * Revision 1.29  2001/12/10 21:42:55  peiyongz
- * Memory Leak: fLeafNameTypeVector
- *
- * Revision 1.28  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.27  2001/11/21 14:30:13  knoaman
- * Fix for UPA checking.
- *
- * Revision 1.26  2001/11/07 21:10:46  tng
- * Performance: move getRawName() to outer loop so that it is called only once per outer loop.
- *
- * Revision 1.25  2001/10/04 15:08:55  knoaman
- * Add support for circular import.
- *
- * Revision 1.24  2001/09/14 14:50:22  tng
- * Schema: Fix some wildcard bugs, and some retrieving qualified/unqualified element decl problems.
- *
- * Revision 1.23  2001/08/24 12:48:48  tng
- * Schema: AllContentModel
- *
- * Revision 1.22  2001/08/22 16:58:55  tng
- * typo: should issue the name of second element.
- *
- * Revision 1.21  2001/08/21 16:50:23  tng
- * Schema: Unique Particle Attribution Constraint Checking.
- *
- * Revision 1.20  2001/08/21 16:06:11  tng
- * Schema: Unique Particle Attribution Constraint Checking.
- *
- * Revision 1.19  2001/08/17 16:12:51  peiyongz
- * Fix to memory leak in buildDFA(),  patch from Nick Chiang (nchiang@ss8.com)
- *
- * Revision 1.18  2001/08/16 21:52:40  peiyongz
- * stateTable created to optimize the identification of new state created.
- *
- * Revision 1.17  2001/07/31 17:45:25  peiyongz
- * Fix: memory leak in postTreeBuildInit()
- *
- * Revision 1.16  2001/07/24 20:00:33  peiyongz
- * Memory Leak fix: Bugzilla #2707 reported by Francois Rioux
- *
- * + |                              DESCRIPTION                                   |
- * + There are some memory leaks in the buildDFA method :
- * +    the first QName allocated object
- * +    the nodeOrgContent
- * +    fHeadNode
- *
- * Revision 1.15  2001/07/09 15:22:36  knoaman
- * complete <any> declaration.
- *
- * Revision 1.14  2001/06/13 20:50:56  peiyongz
- * fIsMixed: to handle mixed Content Model
- *
- * Revision 1.13  2001/06/12 19:07:14  peiyongz
- * Memory leak: fixed by Erik Rydgren
- *
- * Revision 1.12  2001/06/12 17:30:49  knoaman
- * Fix Typo
- *
- * Revision 1.11  2001/06/07 21:08:20  tng
- * Fix unsigned/signed warning from Linux.  By Pei Yong Zhang.
- *
- * Revision 1.10  2001/05/28 20:52:44  tng
- * Schema: move static data gInvalidTrans, gEOCFakeId, gEpsilonFakeId to XMLContentModel for others to access
- *
- * Revision 1.9  2001/05/11 13:27:18  tng
- * Copyright update.
- *
- * Revision 1.8  2001/05/03 21:02:29  tng
- * Schema: Add SubstitutionGroupComparator and update exception messages.  By Pei Yong Zhang.
- *
- * Revision 1.7  2001/04/19 18:17:30  tng
- * Schema: SchemaValidator update, and use QName in Content Model
- *
- * Revision 1.6  2001/03/21 21:56:27  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
- * Revision 1.5  2001/03/21 19:29:51  tng
- * Schema: Content Model Updates, by Pei Yong Zhang.
- *
- * Revision 1.4  2001/02/27 18:32:31  tng
- * Schema: Use XMLElementDecl instead of DTDElementDecl in Content Model.
- *
- * Revision 1.3  2001/02/27 14:48:51  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.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/08 23:52:34  roddey
- * Got rid of the use of -1 to represent an invalid transition state,
- * and just created a const value that is unsigned. This should make
- * some compilers happier.
- *
- * Revision 1.3  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.2  2000/02/09 21:42:37  abagchi
- * Copyright swatswat
- *
- * Revision 1.1.1.1  1999/11/09 01:03:17  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/branches/xerces-2.7/src/xercesc/validators/common/DFAContentModel.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/common/DFAContentModel.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/common/DFAContentModel.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/common/DFAContentModel.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/validators/common/MixedContentModel.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/common/MixedContentModel.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/common/MixedContentModel.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/common/MixedContentModel.cpp Thu Jun 16 19:56:35 2005
@@ -15,104 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2004/09/08 13:56:51  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.11  2004/08/11 21:08:31  knoaman
- * Fixing Xerces-C crash when creating a MixedContentModel. Patch by  Andrew Fang.
- *
- * Revision 1.10  2004/01/29 11:51:21  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.9  2003/12/17 00:18:38  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.8  2003/11/20 18:12:20  knoaman
- * Use a bitwise operation to check the node type.
- *
- * Revision 1.7  2003/11/07 17:08:11  knoaman
- * For PSVI support, distinguish wildcard elements with namespace lists.
- *
- * Revision 1.6  2003/05/18 14:02:06  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * 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/09/24 19:48:39  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.1.1.1  2002/02/01 22:22:39  peiyongz
- * sane_include
- *
- * Revision 1.13  2001/08/24 12:48:48  tng
- * Schema: AllContentModel
- *
- * Revision 1.12  2001/08/21 16:06:11  tng
- * Schema: Unique Particle Attribution Constraint Checking.
- *
- * Revision 1.11  2001/07/09 15:22:37  knoaman
- * complete <any> declaration.
- *
- * Revision 1.10  2001/06/12 22:13:33  peiyongz
- * validateContentSpecial() : apply SubstitutionGroupComparator.isEquivalentTo()
- *
- * Revision 1.9  2001/05/11 13:27:19  tng
- * Copyright update.
- *
- * Revision 1.8  2001/05/03 21:02:30  tng
- * Schema: Add SubstitutionGroupComparator and update exception messages.  By Pei Yong Zhang.
- *
- * Revision 1.7  2001/04/19 18:17:32  tng
- * Schema: SchemaValidator update, and use QName in Content Model
- *
- * Revision 1.6  2001/03/21 21:56:28  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
- * Revision 1.5  2001/03/21 19:29:57  tng
- * Schema: Content Model Updates, by Pei Yong Zhang.
- *
- * Revision 1.4  2001/02/27 18:32:32  tng
- * Schema: Use XMLElementDecl instead of DTDElementDecl in Content Model.
- *
- * Revision 1.3  2001/02/27 14:48:54  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.5  2000/05/15 22:31:32  andyh
- * Replace #include<memory.h> with <string.h> everywhere.
- *
- * Revision 1.4  2000/03/18 00:00:05  roddey
- * Initial updates for two way transcoding support
- *
- * Revision 1.3  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.2  2000/02/09 21:42:39  abagchi
- * Copyright swatswat
- *
- * Revision 1.1.1.1  1999/11/09 01:03:43  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/branches/xerces-2.7/src/xercesc/validators/common/MixedContentModel.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/common/MixedContentModel.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/common/MixedContentModel.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/common/MixedContentModel.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/validators/common/SimpleContentModel.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/common/SimpleContentModel.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/common/SimpleContentModel.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/common/SimpleContentModel.cpp Thu Jun 16 19:56:35 2005
@@ -15,90 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.10  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.9  2004/09/08 13:56:51  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2004/01/29 11:51:21  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.7  2003/12/17 00:18:38  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.6  2003/11/20 18:12:20  knoaman
- * Use a bitwise operation to check the node type.
- *
- * Revision 1.5  2003/11/07 17:08:11  knoaman
- * For PSVI support, distinguish wildcard elements with namespace lists.
- *
- * Revision 1.4  2002/11/04 14:54:58  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/09/24 19:48:39  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * 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.11  2001/11/28 16:46:20  tng
- * Schema fix: Check for invalid URI index first.
- *
- * Revision 1.10  2001/11/21 14:30:13  knoaman
- * Fix for UPA checking.
- *
- * Revision 1.9  2001/08/21 16:06:11  tng
- * Schema: Unique Particle Attribution Constraint Checking.
- *
- * Revision 1.8  2001/05/11 13:27:19  tng
- * Copyright update.
- *
- * Revision 1.7  2001/05/03 21:02:32  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: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:00  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.4  2000/03/03 22:33:00  roddey
- * Fixed a bug in SimpleContentModel that allowed an <a/> to be taken
- * as valid for a content model of (a,b).
- *
- * Revision 1.3  2000/03/02 19:55:40  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.2  2000/02/09 21:42:39  abagchi
- * Copyright swatswat
- *
- * Revision 1.1.1.1  1999/11/09 01:03:46  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/branches/xerces-2.7/src/xercesc/validators/common/SimpleContentModel.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/common/SimpleContentModel.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/common/SimpleContentModel.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/common/SimpleContentModel.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/validators/datatype/AbstractNumericFacetValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AbstractNumericFacetValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AbstractNumericFacetValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AbstractNumericFacetValidator.cpp Thu Jun 16 19:56:35 2005
@@ -16,89 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.21  2005/01/07 15:28:49  amassari
- * Removed warnings
- *
- * Revision 1.20  2004/09/08 13:56:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.19  2004/03/19 01:18:08  peiyongz
- * Let base dv to store/load (Max,Min)(Inc,Exc)sives
- *
- * Revision 1.18  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.17  2003/12/17 00:18:38  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.16  2003/11/12 20:32:03  peiyongz
- * Statless Grammar: ValidationContext
- *
- * Revision 1.15  2003/10/17 21:13:43  peiyongz
- * using XTemplateSerializer
- *
- * Revision 1.14  2003/10/07 19:39:37  peiyongz
- * Use of Template_Class Object Serialization/Deserialization API
- *
- * Revision 1.13  2003/10/02 19:21:06  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.12  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.11  2003/02/03 16:34:35  peiyongz
- * fix to misplaced derived and base value in error message.
- *
- * Revision 1.10  2003/02/02 23:55:40  peiyongz
- * getFormattedString() added to return original and converted value.
- *
- * Revision 1.9  2003/01/30 21:56:22  tng
- * Performance: call getRawData instead of toString
- *
- * Revision 1.8  2003/01/25 16:33:25  peiyongz
- * wrong error code.
- *
- * Revision 1.7  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.6  2002/11/26 22:19:15  peiyongz
- * Schema Errata E2-16 maxExclusive
- *
- * Revision 1.5  2002/11/04 14:53:27  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/09/24 19:44:40  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.3  2002/04/01 20:17:46  peiyongz
- * Bug#7551: Exceptions are caught by value, rather than by reference
- *
- * Revision 1.2  2002/02/14 15:17:31  peiyongz
- * getEnumString()
- *
- * Revision 1.1.1.1  2002/02/01 22:22:39  peiyongz
- * sane_include
- *
- * Revision 1.6  2001/12/13 16:48:29  peiyongz
- * Avoid dangling pointer
- *
- * Revision 1.5  2001/12/10 22:13:21  peiyongz
- * swap checking to avoid "dangling pointer" reported by BoundsChecker
- *
- * Revision 1.4  2001/11/12 20:37:57  peiyongz
- * SchemaDateTimeException defined
- *
- * Revision 1.3  2001/10/16 16:29:34  tng
- * Schema: Fix Typo
- *
- * Revision 1.2  2001/10/09 21:17:41  peiyongz
- * . macro to simplify code
- * .save get***() to temp vars.
- *
- * Revision 1.1  2001/10/01 16:13:56  peiyongz
- * DTV Reorganization:new classes: AbstractNumericFactValidator/ AbstractNumericValidator
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/validators/datatype/AbstractNumericValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AbstractNumericValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AbstractNumericValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AbstractNumericValidator.cpp Thu Jun 16 19:56:35 2005
@@ -16,53 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.13  2004/12/01 17:44:20  cargilld
- * Minor code cleanup.
- *
- * Revision 1.12  2004/09/08 13:56:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.11  2003/12/23 21:50:36  peiyongz
- * Absorb exception thrown in getCanonicalRepresentation and return 0,
- * only validate when required
- *
- * Revision 1.10  2003/12/17 00:18: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/12/11 21:40:24  peiyongz
- * support for Canonical Representation for Datatype
- *
- * Revision 1.8  2003/11/28 18:53:07  peiyongz
- * Support for getCanonicalRepresentation
- *
- * Revision 1.7  2003/11/12 20:32:03  peiyongz
- * Statless Grammar: ValidationContext
- *
- * Revision 1.6  2003/10/02 19:21:06  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.5  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2003/02/02 23:55:40  peiyongz
- * getFormattedString() added to return original and converted value.
- *
- * Revision 1.3  2003/01/30 21:56:22  tng
- * Performance: call getRawData instead of toString
- *
- * 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/10/09 21:16:31  peiyongz
- * . macro to simplify code
- *
- * Revision 1.1  2001/10/01 16:13:56  peiyongz
- * DTV Reorganization:new classes: AbstractNumericFactValidator/ AbstractNumericValidator
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AbstractNumericValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AbstractNumericValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AbstractNumericValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AbstractNumericValidator.hpp Thu Jun 16 19:56:35 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)

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

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AbstractStringValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AbstractStringValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AbstractStringValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AbstractStringValidator.hpp Thu Jun 16 19:56:35 2005
@@ -16,86 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.14  2004/09/08 13:56:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.13  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.12  2003/12/31 10:38:00  amassari
- * Made virtual function checkAdditionalFacet 'const', so that it matches the declaration in a derived class
- *
- * Revision 1.11  2003/12/17 00:18:38  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.10  2003/11/12 20:32:03  peiyongz
- * Statless Grammar: ValidationContext
- *
- * Revision 1.9  2003/09/29 21:47:35  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.8  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.7  2003/01/27 19:24:17  peiyongz
- * normalize Base64 data before checking against enumeration.
- *
- * Revision 1.6  2003/01/24 23:18:34  peiyongz
- * normalizeEnumeration() added to remove optional ws in Base64 data.
- *
- * Revision 1.5  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.4  2002/11/04 14:53:27  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/10/18 16:52:14  peiyongz
- * Patch to Bug#13640: Getter methods not public in
- *                                    DecimalDatatypeValidator
- *
- * Revision 1.2  2002/02/14 15:17:31  peiyongz
- * getEnumString()
- *
- * Revision 1.1.1.1  2002/02/01 22:22:40  peiyongz
- * sane_include
- *
- * Revision 1.9  2001/12/13 16:48:29  peiyongz
- * Avoid dangling pointer
- *
- * Revision 1.8  2001/11/22 20:23:20  peiyongz
- * _declspec(dllimport) and inline warning C4273
- *
- * Revision 1.7  2001/11/15 16:08:15  peiyongz
- * checkContent() made virtual to allow ListDTV participate in the building of
- * its own (in AbstractStringValidator's init())
- *
- * Revision 1.6  2001/10/11 19:32:12  peiyongz
- * Allow derived to overwrite inheritFacet()
- *
- * Revision 1.5  2001/10/09 21:00:54  peiyongz
- * . init() take 1 arg,
- * . make inspectFacetBase() virtual to allow ListDTV provide its own method,
- * . reorganize init() into assignFacet(), inspectFacet(), inspectFacetBase() and
- * inheritFacet() to improve mantainability.
- * . macro to simplify code
- * . save get***() to temp vars
- *
- * Revision 1.4  2001/09/27 13:51:25  peiyongz
- * DTV Reorganization: ctor/init created to be used by derived class
- *
- * Revision 1.3  2001/09/24 15:30:16  peiyongz
- * DTV Reorganization: init() to be invoked from derived class' ctor to allow
- *        correct resolution of virtual methods like assignAdditionalFacet(),
- *        inheritAdditionalFacet(), etc.
- *
- * Revision 1.2  2001/09/19 18:48:27  peiyongz
- * DTV reorganization:getLength() added, move inline to class declaration to avoid inline
- * function interdependency.
- *
- * Revision 1.1  2001/09/18 14:45:04  peiyongz
- * DTV reorganization
- *
  */
 
 #if !defined(ABSTRACT_STRING_VALIDATOR_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AnySimpleTypeDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AnySimpleTypeDatatypeValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AnySimpleTypeDatatypeValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AnySimpleTypeDatatypeValidator.cpp Thu Jun 16 19:56:35 2005
@@ -15,47 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2004/09/08 13:56:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.11  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.10  2003/12/17 00:18:38  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.9  2003/11/06 15:30:07  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.8  2003/10/07 19:39:03  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.7  2003/10/01 01:09:35  knoaman
- * Refactoring of some code to improve performance.
- *
- * Revision 1.6  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2003/01/13 20:16:51  knoaman
- * [Bug 16024] SchemaSymbols.hpp conflicts C++ Builder 6 dir.h
- *
- * Revision 1.4  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.3  2002/11/04 14:53:27  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/02/14 15:17:31  peiyongz
- * getEnumString()
- *
- * Revision 1.1.1.1  2002/02/01 22:22:40  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/08/24 17:12:01  knoaman
- * Add support for anySimpleType.
- * Remove parameter 'baseValidator' from the virtual method 'newInstance'.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AnyURIDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AnyURIDatatypeValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AnyURIDatatypeValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AnyURIDatatypeValidator.cpp Thu Jun 16 19:56:35 2005
@@ -16,77 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.12  2004/09/08 13:56:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.11  2004/01/12 23:02:18  neilg
- * remove unused static member
- *
- * Revision 1.10  2003/12/17 00:18:38  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.9  2003/10/01 16:32:41  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.8  2003/10/01 00:27:12  knoaman
- * Performance: call a static method to check the validity of URI instead of
- * creating/deleting local objects.
- *
- * Revision 1.7  2003/09/30 21:31:30  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.6  2003/05/18 14:02:07  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.5  2003/05/16 06:01:57  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:27  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:40  peiyongz
- * sane_include
- *
- * Revision 1.10  2001/10/10 14:18:26  peiyongz
- * no message
- *
- * Revision 1.9  2001/10/09 20:53:58  peiyongz
- * init(): take 1 arg.
- *
- * Revision 1.8  2001/10/02 18:59:29  peiyongz
- * Invalid_Facet_Tag to display the tag name
- *
- * Revision 1.7  2001/09/24 15:33:15  peiyongz
- * DTV Reorganization: virtual methods moved to *.cpp
- *
- * Revision 1.6  2001/09/19 18:49:17  peiyongz
- * DTV reorganization: move inline to class declaration to avoid inline
- * function interdependency.
- *
- * Revision 1.5  2001/09/18 20:38:03  peiyongz
- * DTV reorganization: inherit from AbstractStringValidator.
- *
- * Revision 1.4  2001/08/21 18:42:53  peiyongz
- * Bugzilla# 2816: cleanUp() declared with external linkage and called
- *                          before defined as inline
- *
- * Revision 1.3  2001/08/14 22:11:56  peiyongz
- * new exception message added
- *
- * Revision 1.2  2001/08/10 16:21:19  peiyongz
- * use XMLUri instead of XMLURL
- *
- * Revision 1.1  2001/08/01 18:49:16  peiyongz
- * AnyRUIDatatypeValidator
- *
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AnyURIDatatypeValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AnyURIDatatypeValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AnyURIDatatypeValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/AnyURIDatatypeValidator.hpp Thu Jun 16 19:56:35 2005
@@ -16,59 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.8  2004/09/08 13:56:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.6  2003/12/17 00:18:38  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.5  2003/09/30 21:31:30  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.4  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:53:27  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:40  peiyongz
- * sane_include
- *
- * Revision 1.8  2001/11/22 20:23:20  peiyongz
- * _declspec(dllimport) and inline warning C4273
- *
- * Revision 1.7  2001/09/24 15:33:15  peiyongz
- * DTV Reorganization: virtual methods moved to *.cpp
- *
- * Revision 1.6  2001/09/19 18:49:17  peiyongz
- * DTV reorganization: move inline to class declaration to avoid inline
- * function interdependency.
- *
- * Revision 1.5  2001/09/18 20:38:02  peiyongz
- * DTV reorganization: inherit from AbstractStringValidator.
- *
- * Revision 1.4  2001/08/24 17:12:01  knoaman
- * Add support for anySimpleType.
- * Remove parameter 'baseValidator' from the virtual method 'newInstance'.
- *
- * Revision 1.3  2001/08/21 18:42:53  peiyongz
- * Bugzilla# 2816: cleanUp() declared with external linkage and called
- *                          before defined as inline
- *
- * Revision 1.2  2001/08/10 16:21:19  peiyongz
- * use XMLUri instead of XMLURL
- *
- * Revision 1.1  2001/08/01 18:49:16  peiyongz
- * AnyRUIDatatypeValidator
- *
- *
  */
 
 #if !defined(ANYURI_DATATYPEVALIDATOR_HPP)

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

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

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/BooleanDatatypeValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/BooleanDatatypeValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/BooleanDatatypeValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/datatype/BooleanDatatypeValidator.cpp Thu Jun 16 19:56:35 2005
@@ -15,80 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.18  2004/09/08 13:56:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.17  2004/08/11 16:52:59  peiyongz
- * using Literal constants from XMLUni
- *
- * Revision 1.16  2004/01/29 11:51:22  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.15  2004/01/13 20:57:06  peiyongz
- * revert code back to previous version
- *
- * Revision 1.13  2003/12/23 21:50:36  peiyongz
- * Absorb exception thrown in getCanonicalRepresentation and return 0,
- * only validate when required
- *
- * Revision 1.12  2003/12/17 00:18:38  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.11  2003/11/28 18:53:07  peiyongz
- * Support for getCanonicalRepresentation
- *
- * Revision 1.10  2003/11/12 20:32:03  peiyongz
- * Statless Grammar: ValidationContext
- *
- * Revision 1.9  2003/10/07 19:39:03  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.8  2003/05/16 06:01:57  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.7  2003/05/15 18:53:26  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.6  2002/12/18 14:17:55  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.5  2002/11/04 14:53:28  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/09/24 19:44:40  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.3  2002/08/23 20:16:50  tng
- * Memory leak fix: enums is not deleted if an error occurred.
- *
- * Revision 1.2  2002/02/14 15:17:31  peiyongz
- * getEnumString()
- *
- * Revision 1.1.1.1  2002/02/01 22:22:40  peiyongz
- * sane_include
- *
- * Revision 1.7  2001/10/02 18:59:29  peiyongz
- * Invalid_Facet_Tag to display the tag name
- *
- * Revision 1.6  2001/06/22 16:26:01  peiyongz
- * fix: redefinition of SIZE
- *
- * Revision 1.5  2001/05/29 19:49:33  tng
- * Schema: Constraint Checking Fix in datatypeValidators.  By Pei Yong Zhang.
- *
- * Revision 1.4  2001/05/28 21:11:17  tng
- * Schema: Various DatatypeValidator fix.  By Pei Yong Zhang
- *
- * Revision 1.3  2001/05/18 13:36:44  tng
- * Schema: Catch RegularExpression exception and NumberFormatException
- *
- * Revision 1.2  2001/05/11 13:27:26  tng
- * Copyright update.
- *
- * Revision 1.1  2001/05/09 18:43:35  tng
- * Add StringDatatypeValidator and BooleanDatatypeValidator.  By Pei Yong Zhang.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

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



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