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 [4/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/framework/psvi/XSIDCDefinition.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSIDCDefinition.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSIDCDefinition.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSIDCDefinition.hpp Thu Jun 16 19:56:35 2005
@@ -15,31 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:56:08  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2003/12/01 23:23:26  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.5  2003/11/21 17:29:53  knoaman
- * PSVI update
- *
- * Revision 1.4  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.3  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.2  2003/11/06 15:30:04  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.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #if !defined(XSIDCDEFINITION_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSModel.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSModel.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSModel.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSModel.cpp Thu Jun 16 19:56:35 2005
@@ -15,84 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.24  2004/09/08 13:56:08  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.23  2004/06/09 17:01:48  gareth
- * Fixed null pointer bug. Patch by John Snelson.
- *
- * Revision 1.22  2004/05/04 19:12:42  cargilld
- * Enable IDs to work on all kinds of schema components
- *
- * Revision 1.21  2004/05/04 19:02:40  cargilld
- * Enable IDs to work on all kinds of schema components
- *
- * Revision 1.20  2004/02/05 18:09:53  cargilld
- * Fix a seg fault with PSVI and set basetype of anysimpletype to be anytype.
- *
- * Revision 1.19  2004/01/29 11:46:30  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.18  2004/01/06 19:07:16  knoaman
- * Fix segfault when adding S4S
- *
- * Revision 1.17  2003/12/30 21:35:46  neilg
- * even if there are no grammars to add to an XSModel, the S4S grammar must be included
- *
- * Revision 1.16  2003/12/29 16:15:42  knoaman
- * More PSVI updates
- *
- * Revision 1.15  2003/12/24 17:42:02  knoaman
- * Misc. PSVI updates
- *
- * Revision 1.14  2003/12/17 00:18:34  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/12/15 17:23:48  cargilld
- * psvi updates; cleanup revisits and bug fixes
- *
- * Revision 1.12  2003/12/13 23:35:28  neilg
- * fix bug 25494; thanks to Han Ming
- *
- * Revision 1.11  2003/12/01 20:41:47  neilg
- * do not throw an exception if there is no user-defined registry
- *
- * Revision 1.10  2003/11/26 16:12:23  knoaman
- * Add a method to return the XSObject mapped to a schema grammar component
- *
- * Revision 1.9  2003/11/25 18:08:31  knoaman
- * Misc. PSVI updates. Thanks to David Cargill.
- *
- * Revision 1.8  2003/11/21 22:34:45  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/11/21 17:25:09  knoaman
- * Use XSObjectFactory to create various components.
- *
- * Revision 1.6  2003/11/17 18:38:51  neilg
- * work around HP compiler bug
- *
- * Revision 1.5  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.4  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.3  2003/11/06 15:30:04  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.2  2003/10/10 18:37:51  neilg
- * update XSModel and XSObject interface so that IDs can be used to query components in XSModels, and so that those IDs can be recovered from components
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #include <xercesc/framework/psvi/XSModel.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSModel.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSModel.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSModel.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSModel.hpp Thu Jun 16 19:56:35 2005
@@ -15,48 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2004/09/08 13:56:08  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.11  2004/05/04 19:02:40  cargilld
- * Enable IDs to work on all kinds of schema components
- *
- * Revision 1.10  2003/12/24 17:42:02  knoaman
- * Misc. PSVI updates
- *
- * Revision 1.9  2003/11/26 16:12:23  knoaman
- * Add a method to return the XSObject mapped to a schema grammar component
- *
- * Revision 1.8  2003/11/21 22:34:45  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/11/21 17:25:09  knoaman
- * Use XSObjectFactory to create various components.
- *
- * Revision 1.6  2003/11/15 21:18:39  neilg
- * fixes for compilation under gcc
- *
- * Revision 1.5  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.4  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.3  2003/11/06 15:30:04  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.2  2003/10/10 18:37:51  neilg
- * update XSModel and XSObject interface so that IDs can be used to query components in XSModels, and so that those IDs can be recovered from components
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #if !defined(XSMODEL_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSModelGroup.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSModelGroup.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSModelGroup.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSModelGroup.cpp Thu Jun 16 19:56:35 2005
@@ -15,25 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:08  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/11/21 17:29:53  knoaman
- * PSVI update
- *
- * Revision 1.3  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.2  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #include <xercesc/framework/psvi/XSModelGroup.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSModelGroup.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSModelGroup.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSModelGroup.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSModelGroup.hpp Thu Jun 16 19:56:35 2005
@@ -15,28 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:08  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/12/01 23:23:26  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.4  2003/11/21 17:29:53  knoaman
- * PSVI update
- *
- * Revision 1.3  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.2  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #if !defined(XSMODELGROUP_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSModelGroupDefinition.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSModelGroupDefinition.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSModelGroupDefinition.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSModelGroupDefinition.cpp Thu Jun 16 19:56:35 2005
@@ -15,28 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:08  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/11/21 17:29:53  knoaman
- * PSVI update
- *
- * Revision 1.4  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.3  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.2  2003/09/17 17:45:37  neilg
- * remove spurious inlines; hopefully this will make Solaris/AIX compilers happy.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #include <xercesc/framework/psvi/XSModelGroupDefinition.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSModelGroupDefinition.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSModelGroupDefinition.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSModelGroupDefinition.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSModelGroupDefinition.hpp Thu Jun 16 19:56:35 2005
@@ -15,28 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:08  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/12/01 23:23:26  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.4  2003/11/21 17:29:53  knoaman
- * PSVI update
- *
- * Revision 1.3  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.2  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #if !defined(XSMODELGROUPDEFINITION_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSMultiValueFacet.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSMultiValueFacet.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSMultiValueFacet.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSMultiValueFacet.cpp Thu Jun 16 19:56:35 2005
@@ -15,34 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:56:08  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2003/12/15 17:23:48  cargilld
- * psvi updates; cleanup revisits and bug fixes
- *
- * Revision 1.6  2003/11/27 16:42:00  neilg
- * fixes for segfaults and infinite loops in schema component model implementation; thanks to David Cargill
- *
- * Revision 1.5  2003/11/21 17:34:04  knoaman
- * PSVI update
- *
- * Revision 1.4  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.3  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.2  2003/11/06 15:30:04  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.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #include <xercesc/framework/psvi/XSMultiValueFacet.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSMultiValueFacet.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSMultiValueFacet.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSMultiValueFacet.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSMultiValueFacet.hpp Thu Jun 16 19:56:35 2005
@@ -15,31 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:56:09  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2003/12/01 23:23:26  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.5  2003/11/21 17:34:04  knoaman
- * PSVI update
- *
- * Revision 1.4  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.3  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.2  2003/11/06 15:30:04  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.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #if !defined(XSMULTIVALUEFACET_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSNamedMap.c
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSNamedMap.c?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSNamedMap.c (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSNamedMap.c Thu Jun 16 19:56:35 2005
@@ -15,19 +15,7 @@
  */
 
 /**
- * $Log$
- * Revision 1.4  2004/09/08 13:56:09  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2003/11/07 20:30:28  neilg
- * fix compilation errors on AIX and HPUX; thanks to David Cargill
- *
- * Revision 1.2  2003/11/06 15:30:04  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.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSNamedMap.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSNamedMap.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSNamedMap.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSNamedMap.hpp Thu Jun 16 19:56:35 2005
@@ -15,22 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2005/04/14 10:40:58  gareth
- * Fix Jira 1406. Added include.
- *
- * Revision 1.4  2004/09/08 13:56:09  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2004/01/29 11:46:30  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.2  2003/11/06 15:30:04  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.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSNamespaceItem.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSNamespaceItem.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSNamespaceItem.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSNamespaceItem.cpp Thu Jun 16 19:56:35 2005
@@ -15,39 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/09/08 13:56:09  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2003/12/24 17:42:02  knoaman
- * Misc. PSVI updates
- *
- * Revision 1.7  2003/12/15 17:23:48  cargilld
- * psvi updates; cleanup revisits and bug fixes
- *
- * Revision 1.6  2003/11/21 22:34:45  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.5  2003/11/21 17:34:04  knoaman
- * PSVI update
- *
- * Revision 1.4  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.3  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.2  2003/11/06 15:30:04  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.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #include <xercesc/framework/psvi/XSNamespaceItem.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSNamespaceItem.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSNamespaceItem.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSNamespaceItem.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSNamespaceItem.hpp Thu Jun 16 19:56:35 2005
@@ -15,39 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/09/08 13:56:09  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2003/12/24 17:42:02  knoaman
- * Misc. PSVI updates
- *
- * Revision 1.7  2003/12/01 23:23:26  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.6  2003/11/21 22:34:45  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.5  2003/11/21 17:34:04  knoaman
- * PSVI update
- *
- * Revision 1.4  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.3  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.2  2003/11/06 15:30:04  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.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #if !defined(XSNAMESPACEITEM_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSNotationDeclaration.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSNotationDeclaration.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSNotationDeclaration.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSNotationDeclaration.cpp Thu Jun 16 19:56:35 2005
@@ -15,36 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:56:09  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2003/11/21 22:34:45  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.6  2003/11/21 17:34:04  knoaman
- * PSVI update
- *
- * Revision 1.5  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.4  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.3  2003/11/06 15:30:04  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.2  2003/09/17 17:45:37  neilg
- * remove spurious inlines; hopefully this will make Solaris/AIX compilers happy.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #include <xercesc/framework/psvi/XSNotationDeclaration.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSNotationDeclaration.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSNotationDeclaration.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSNotationDeclaration.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSNotationDeclaration.hpp Thu Jun 16 19:56:35 2005
@@ -15,31 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:56:09  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2003/12/01 23:23:26  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.5  2003/11/21 17:34:04  knoaman
- * PSVI update
- *
- * Revision 1.4  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.3  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.2  2003/11/06 15:30:04  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.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #if !defined(XSNOTATIONDECLARATION_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSObject.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSObject.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSObject.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSObject.cpp Thu Jun 16 19:56:35 2005
@@ -15,43 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.11  2004/09/08 13:56:09  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2004/05/05 14:50:41  peiyongz
- * remove inline
- *
- * Revision 1.9  2004/05/04 19:02:40  cargilld
- * Enable IDs to work on all kinds of schema components
- *
- * Revision 1.8  2003/11/21 17:34:04  knoaman
- * PSVI update
- *
- * Revision 1.7  2003/11/15 21:18:39  neilg
- * fixes for compilation under gcc
- *
- * Revision 1.6  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.5  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.4  2003/10/15 16:02:49  peiyongz
- * Solve Linkage error on Solaris
- *
- * Revision 1.3  2003/10/10 18:37:51  neilg
- * update XSModel and XSObject interface so that IDs can be used to query components in XSModels, and so that those IDs can be recovered from components
- *
- * Revision 1.2  2003/09/17 17:45:37  neilg
- * remove spurious inlines; hopefully this will make Solaris/AIX compilers happy.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #include <xercesc/framework/psvi/XSObject.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSObject.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSObject.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSObject.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSObject.hpp Thu Jun 16 19:56:35 2005
@@ -15,47 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2004/09/08 13:56:09  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.11  2004/05/04 19:02:40  cargilld
- * Enable IDs to work on all kinds of schema components
- *
- * Revision 1.10  2003/12/01 23:23:26  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.9  2003/11/25 15:10:44  jberry
- * Eliminate some compiler warnings concerning comments inside of comments
- *
- * Revision 1.8  2003/11/21 17:34:04  knoaman
- * PSVI update
- *
- * Revision 1.7  2003/11/15 21:18:39  neilg
- * fixes for compilation under gcc
- *
- * Revision 1.6  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.5  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.4  2003/11/06 15:30:04  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.3  2003/10/24 10:59:26  gareth
- * changed C comments to C++ comments to prevent compiler warnings.
- *  (rephrased that message to eliminate compiler warnings on the message--this is recursive!)
- *
- * Revision 1.2  2003/10/10 18:37:51  neilg
- * update XSModel and XSObject interface so that IDs can be used to query components in XSModels, and so that those IDs can be recovered from components
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #if !defined(XSOBJECT_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSParticle.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSParticle.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSParticle.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSParticle.cpp Thu Jun 16 19:56:35 2005
@@ -15,28 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:09  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/11/24 10:30:53  gareth
- * fixed typo in include
- *
- * Revision 1.4  2003/11/21 17:34:04  knoaman
- * PSVI update
- *
- * Revision 1.3  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.2  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #include <xercesc/framework/psvi/XSParticle.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSParticle.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSParticle.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSParticle.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSParticle.hpp Thu Jun 16 19:56:35 2005
@@ -15,28 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:09  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/12/01 23:23:26  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.4  2003/11/21 17:34:04  knoaman
- * PSVI update
- *
- * Revision 1.3  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.2  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #if !defined(XSPARTICLE_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSSimpleTypeDefinition.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSSimpleTypeDefinition.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSSimpleTypeDefinition.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSSimpleTypeDefinition.cpp Thu Jun 16 19:56:35 2005
@@ -15,46 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2005/03/17 08:26:39  amassari
- * Remove variable declaration from 'if' statement (jira# 1379)
- *
- * Revision 1.11  2004/10/19 11:09:11  cargilld
- * More fixes to derviedFromType.
- *
- * Revision 1.10  2004/10/15 21:32:54  cargilld
- * Fix similar problem to that in jira bug 1234.  Infinite loop in XSSimpleTypeDefinition::derviedFromType.
- *
- * Revision 1.9  2004/09/08 13:56:09  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2003/12/15 17:23:48  cargilld
- * psvi updates; cleanup revisits and bug fixes
- *
- * Revision 1.7  2003/11/25 18:08:31  knoaman
- * Misc. PSVI updates. Thanks to David Cargill.
- *
- * Revision 1.6  2003/11/24 15:45:36  knoaman
- * PSVI: finish construction of XSSimpleTypeDefinition
- *
- * Revision 1.5  2003/11/21 17:34:04  knoaman
- * PSVI update
- *
- * Revision 1.4  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.3  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.2  2003/11/06 15:30:04  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.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #include <xercesc/framework/psvi/XSSimpleTypeDefinition.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp Thu Jun 16 19:56:35 2005
@@ -15,46 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2004/09/13 21:23:00  peiyongz
- * getDatatypeValidator()
- *
- * Revision 1.11  2004/09/08 13:56:09  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2003/12/24 17:42:02  knoaman
- * Misc. PSVI updates
- *
- * Revision 1.9  2003/12/01 23:23:26  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.8  2003/11/25 18:08:31  knoaman
- * Misc. PSVI updates. Thanks to David Cargill.
- *
- * Revision 1.7  2003/11/24 15:45:36  knoaman
- * PSVI: finish construction of XSSimpleTypeDefinition
- *
- * Revision 1.6  2003/11/21 17:34:04  knoaman
- * PSVI update
- *
- * Revision 1.5  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.4  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.3  2003/11/06 21:50:33  neilg
- * fix compilation errors under gcc 3.3.
- *
- * Revision 1.2  2003/11/06 15:30:04  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.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #if !defined(XSSIMPLETYPEDEFINITION_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSTypeDefinition.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSTypeDefinition.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSTypeDefinition.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSTypeDefinition.cpp Thu Jun 16 19:56:35 2005
@@ -15,43 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.11  2004/09/08 13:56:09  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2004/01/29 11:46:30  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.9  2003/12/24 15:25:07  cargilld
- * Improved algorithm for finding derivedFrom.
- *
- * Revision 1.8  2003/12/15 17:23:48  cargilld
- * psvi updates; cleanup revisits and bug fixes
- *
- * Revision 1.7  2003/11/25 18:08:31  knoaman
- * Misc. PSVI updates. Thanks to David Cargill.
- *
- * Revision 1.6  2003/11/21 17:34:04  knoaman
- * PSVI update
- *
- * Revision 1.5  2003/11/15 21:18:39  neilg
- * fixes for compilation under gcc
- *
- * Revision 1.4  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.3  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.2  2003/09/17 17:45:37  neilg
- * remove spurious inlines; hopefully this will make Solaris/AIX compilers happy.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #include <xercesc/framework/psvi/XSTypeDefinition.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSTypeDefinition.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSTypeDefinition.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSTypeDefinition.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSTypeDefinition.hpp Thu Jun 16 19:56:35 2005
@@ -15,37 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/09/08 13:56:09  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2003/12/01 23:23:26  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.7  2003/11/25 18:08:31  knoaman
- * Misc. PSVI updates. Thanks to David Cargill.
- *
- * Revision 1.6  2003/11/21 17:34:04  knoaman
- * PSVI update
- *
- * Revision 1.5  2003/11/15 21:19:01  neilg
- * fixes for compilation under gcc
- *
- * Revision 1.4  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.3  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.2  2003/11/06 15:30:04  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.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #if !defined(XSTYPEDEFINITION_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSValue.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSValue.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSValue.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSValue.hpp Thu Jun 16 19:56:35 2005
@@ -15,70 +15,6 @@
  */
 
 /*
- * $Log$
- * Revision 1.20  2005/05/05 09:46:11  cargilld
- * Update XSValue to handle float and double the same way the main library does, converting values to infinityr or zero, as the C ranges for float and double are less than the schema ranges.
- *
- * Revision 1.19  2004/12/23 16:11:21  cargilld
- * Various XSValue updates: use ulong for postiveInteger; reset date fields to zero; modifty XSValueTest to test the returned value from getActualValue.
- *
- * Revision 1.18  2004/12/10 10:37:55  cargilld
- * Fix problem with hexbin::decode and use XMLByte instead of XMLCh for output of decoding.
- *
- * Revision 1.17  2004/11/24 10:18:59  cargilld
- * Fix compilation error on HP for yesterday's commit.
- *
- * Revision 1.16  2004/11/24 02:34:08  cargilld
- * Various bug fixes and code cleanup for XSValue.
- *
- * Revision 1.15  2004/11/14 19:01:22  peiyongz
- * st_InvalidRange removed
- * getActVal return double only for dt_decimal
- * error status re-specified for numeric data types
- *
- * Revision 1.14  2004/10/20 15:18:20  knoaman
- * Allow option of initializing static data in XMLPlatformUtils::Initialize
- *
- * Revision 1.13  2004/10/13 19:23:34  peiyongz
- * using ValueHashTableOf to reduce footprint
- *
- * Revision 1.12  2004/09/23 21:22:47  peiyongz
- * Documentation
- * st_noContent added
- * unused parameter removed
- *
- * Revision 1.11  2004/09/13 21:24:20  peiyongz
- * 1. returned data to contain datatype in addition to value
- * 2. registry to map type name (in string) to type name enum
- *
- * Revision 1.10  2004/09/09 20:08:31  peiyongz
- * Using new error code
- *
- * Revision 1.9  2004/09/08 19:56:05  peiyongz
- * Remove parameter toValidate from validation interface
- *
- * Revision 1.8  2004/09/08 13:56:09  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2004/08/31 20:52:25  peiyongz
- * Return additional double value for decimal
- * remove tz_hh/tz_mm
- *
- * Revision 1.6  2004/08/31 15:14:47  peiyongz
- * remove XSValueContext
- *
- * Revision 1.5  2004/08/17 21:11:41  peiyongz
- * no more Unrepresentable
- *
- * Revision 1.4  2004/08/13 21:29:20  peiyongz
- * fMemAllocated
- *
- * Revision 1.3  2004/08/12 14:24:34  peiyongz
- * HP aCC A.03
- *
- * Revision 1.2  2004/08/11 17:06:44  peiyongz
- * Do not panic if can't create RegEx
- *
  * $Id$
  */
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSWildcard.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSWildcard.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSWildcard.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSWildcard.cpp Thu Jun 16 19:56:35 2005
@@ -15,28 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:09  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/11/21 17:34:04  knoaman
- * PSVI update
- *
- * Revision 1.4  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.3  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.2  2003/11/06 15:30:04  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.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #include <xercesc/framework/psvi/XSWildcard.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSWildcard.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSWildcard.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSWildcard.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSWildcard.hpp Thu Jun 16 19:56:35 2005
@@ -15,31 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:56:09  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2003/12/01 23:23:26  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.5  2003/11/21 17:34:04  knoaman
- * PSVI update
- *
- * Revision 1.4  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.3  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.2  2003/11/06 15:30:04  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.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #if !defined(XSWILDCARD_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/internal/BinFileOutputStream.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/internal/BinFileOutputStream.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/internal/BinFileOutputStream.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/internal/BinFileOutputStream.cpp Thu Jun 16 19:56:35 2005
@@ -15,22 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:13  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2004/02/16 04:02:34  neilg
- * fix for bug 26936
- *
- * Revision 1.2  2003/12/17 13:58:02  cargilld
- * Platform update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.1  2003/09/18 18:39:12  peiyongz
- * Binary File Output Stream:
- *
  * $Id$
- *
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/internal/BinFileOutputStream.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/internal/BinFileOutputStream.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/internal/BinFileOutputStream.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/internal/BinFileOutputStream.hpp Thu Jun 16 19:56:35 2005
@@ -15,26 +15,6 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2005/04/27 18:21:51  cargilld
- * Fix for problem on Solaris where open may return 0 as a valid FileHandle.  Check for -1 instead.
- *
- * Revision 1.5  2004/09/08 13:56:13  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/02/16 04:02:34  neilg
- * fix for bug 26936
- *
- * Revision 1.3  2004/01/29 11:46:30  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.2  2003/12/17 13:58:02  cargilld
- * Platform update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.1  2003/09/18 18:39:12  peiyongz
- * Binary File Output Stream:
- *
  * $Id$
  */
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/internal/BinMemOutputStream.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/internal/BinMemOutputStream.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/internal/BinMemOutputStream.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/internal/BinMemOutputStream.cpp Thu Jun 16 19:56:35 2005
@@ -16,26 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.6  2004/10/26 14:50:13  peiyongz
- * Reinitialize buffer after expansion
- *
- * Revision 1.5  2004/09/08 13:56:13  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/03/05 22:19:32  peiyongz
- * getSize() to return fCapacity to differentiate it from curPos()
- *
- * Revision 1.3  2004/02/16 04:02:34  neilg
- * fix for bug 26936
- *
- * Revision 1.2  2003/12/17 00:01:44  peiyongz
- * getSize()
- *
- * Revision 1.1  2003/12/16 16:56:51  peiyongz
- * BinMemOutputStream
- *
- *
  */
 
 #include <xercesc/internal/BinMemOutputStream.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/internal/BinMemOutputStream.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/internal/BinMemOutputStream.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/internal/BinMemOutputStream.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/internal/BinMemOutputStream.hpp Thu Jun 16 19:56:35 2005
@@ -16,17 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.3  2004/09/08 13:56:13  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2004/02/16 04:02:34  neilg
- * fix for bug 26936
- *
- * Revision 1.1  2003/12/16 16:56:51  peiyongz
- * BinMemOutputStream
- *
- *
  */
 
 #ifndef BINMEMOUTPUTSTREAM_HEADER_GUARD_

Modified: xerces/c/branches/xerces-2.7/src/xercesc/internal/CharTypeTables.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/internal/CharTypeTables.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/internal/CharTypeTables.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/internal/CharTypeTables.hpp Thu Jun 16 19:56:35 2005
@@ -15,43 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2005/04/07 15:30:56  knoaman
- * Update chars table with an NCName char mask instead of an XML letter mask
- *
- * Revision 1.6  2004/09/08 13:56:13  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2002/12/23 18:57:58  tng
- * XML 1.1: Fix typo
- *
- * Revision 1.4  2002/12/23 18:46:43  tng
- * XML 1.1
- *
- * Revision 1.3  2002/12/20 22:09:56  tng
- * XML 1.1
- *
- * Revision 1.2  2002/11/04 14:58:18  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:21:57  peiyongz
- * sane_include
- *
- * Revision 1.4  2001/07/26 19:53:02  tng
- * [Bug 2751] Several NameChar characters missing from internal tables .
- *
- * Revision 1.3  2000/02/24 20:18:06  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/06 07:47:52  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:03  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:44:41  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(CHARTYPETABLES_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/internal/DGXMLScanner.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/internal/DGXMLScanner.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/internal/DGXMLScanner.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/internal/DGXMLScanner.hpp Thu Jun 16 19:56:35 2005
@@ -15,56 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.16  2004/12/14 16:16:36  cargilld
- * Fix for xercesc-684: Add accessor to XMLScanner to get the current grammar type.
- *
- * Revision 1.15  2004/12/03 19:40:30  cargilld
- * Change call to resolveEntity to pass in public id so that only one call to resolveEntity is needed (a follow-on to Alberto's fix).
- *
- * Revision 1.14  2004/09/08 13:56:13  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.13  2004/04/07 14:14:08  peiyongz
- * make resolveSystemId virutal
- *
- * Revision 1.12  2004/01/29 11:46:30  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.11  2003/11/24 05:09:39  neilg
- * implement new, statless, method for detecting duplicate attributes
- *
- * Revision 1.10  2003/10/22 20:22:30  knoaman
- * Prepare for annotation support.
- *
- * Revision 1.9  2003/09/22 19:51:41  neilg
- * scanners should maintain their own pools of undeclared elements, rather than requiring grammars to do this.  This makes grammar objects stateless with regard to validation.
- *
- * Revision 1.8  2003/07/24 09:19:09  gareth
- * Patch for bug  #20530 - Attributes which have the same expanded name are not considered duplicates. Patch by cargilld.
- *
- * Revision 1.7  2003/07/10 19:47:23  peiyongz
- * Stateless Grammar: Initialize scanner with grammarResolver,
- *                                creating grammar through grammarPool
- *
- * Revision 1.6  2003/05/22 02:10:51  knoaman
- * Default the memory manager.
- *
- * Revision 1.5  2003/05/15 18:26:29  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2003/03/07 18:08:58  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.3  2003/01/15 15:49:49  knoaman
- * Change constant declaration name to match its value.
- *
- * Revision 1.2  2003/01/13 18:29:41  knoaman
- * Return proper scanner name.
- *
- * Revision 1.1  2002/12/09 15:45:13  knoaman
- * Initial check-in.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/internal/ElemStack.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/internal/ElemStack.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/internal/ElemStack.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/internal/ElemStack.cpp Thu Jun 16 19:56:35 2005
@@ -15,112 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.14  2004/09/08 13:56:13  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.13  2004/06/02 19:58:10  neilg
- * Fix bug where scanners would accept malformed tags of the form
- * <p:a xmlns:p="b" xmlns:q="b"></q:a> when namespace processing was
- * enabled.  This also opened the way for some end-tag scanning
- * performance improvements.
- *
- * Revision 1.12  2004/04/27 19:17:52  peiyongz
- * XML1.0-3rd VC: element content(children) dont allow white space from
- * EntityRef/CharRef
- *
- * Revision 1.11  2004/04/23 21:20:40  peiyongz
- * fCommentOrPISeen to keep track if any comment or PI seen for the current
- * element
- *
- * Revision 1.10  2003/12/17 00:18:34  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/23 14:11:07  knoaman
- * Fix memory leak.
- *
- * Revision 1.8  2003/10/22 20:22:30  knoaman
- * Prepare for annotation support.
- *
- * Revision 1.7  2003/05/18 14:02:04  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.6  2003/05/16 21:36:57  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.5  2003/05/15 18:26:29  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2003/01/02 16:38:00  knoaman
- * Some cleanup.
- *
- * Revision 1.3  2002/12/04 02:23:50  knoaman
- * Scanner re-organization.
- *
- * Revision 1.2  2002/11/04 14:58:18  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:21:57  peiyongz
- * sane_include
- *
- * Revision 1.17  2001/12/12 14:29:50  tng
- * Remove obsolete code in ElemStack which can help performance.
- *
- * Revision 1.16  2001/08/29 16:42:27  tng
- * No need to new the child QName in ElemStack addChild.  Remove it for performance gain.
- *
- * Revision 1.15  2001/08/07 13:47:47  tng
- * Schema: Fix unmatched end tag for qualified/unqualifed start tag.
- *
- * Revision 1.14  2001/06/18 21:33:57  peiyongz
- * Memory leak fix: to addlevel(), by Erik Rydgren.
- *
- * Revision 1.13  2001/06/12 19:08:27  peiyongz
- * Memory leak: fixed by Erik Rydgren
- *
- * Revision 1.12  2001/05/28 20:55:19  tng
- * Schema: Store Grammar in ElemStack as well.
- *
- * Revision 1.11  2001/05/11 13:26:16  tng
- * Copyright update.
- *
- * Revision 1.10  2001/05/03 20:34:28  tng
- * Schema: SchemaValidator update
- *
- * Revision 1.9  2001/04/19 18:16:57  tng
- * Schema: SchemaValidator update, and use QName in Content Model
- *
- * Revision 1.8  2001/02/16 17:58:02  tng
- * use EmptyNamespaceId for attribute, GlobalNamespaceId for element.
- *
- * Revision 1.7  2000/07/05 05:20:17  roddey
- * Fixed a memory leak when namespaces are enabled.
- *
- * Revision 1.6  2000/05/15 22:31:15  andyh
- * Replace #include<memory.h> with <string.h> everywhere.
- *
- * Revision 1.5  2000/03/02 19:54:28  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.4  2000/02/08 19:38:58  roddey
- * xmlns:xxx="" should affect the mapping of the prefixes of sibling attributes,
- * which was not being done.
- *
- * Revision 1.3  2000/02/06 07:47:52  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  2000/01/19 00:55:45  roddey
- * Changes to get rid of dependence on old utils standard streams classes
- * and a small fix in the progressive parseFirst() call.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:04  twl
- * Initial checkin
- *
- * Revision 1.4  1999/11/08 20:44:41  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/internal/ElemStack.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/internal/ElemStack.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/internal/ElemStack.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/internal/ElemStack.hpp Thu Jun 16 19:56:35 2005
@@ -15,86 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2005/04/26 17:37:50  cargilld
- * Prefix mapping update to handle schema correctly.
- *
- * Revision 1.11  2004/09/08 13:56:13  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2004/06/02 19:58:10  neilg
- * Fix bug where scanners would accept malformed tags of the form
- * <p:a xmlns:p="b" xmlns:q="b"></q:a> when namespace processing was
- * enabled.  This also opened the way for some end-tag scanning
- * performance improvements.
- *
- * Revision 1.9  2004/04/27 19:17:52  peiyongz
- * XML1.0-3rd VC: element content(children) dont allow white space from
- * EntityRef/CharRef
- *
- * Revision 1.8  2004/04/23 21:20:40  peiyongz
- * fCommentOrPISeen to keep track if any comment or PI seen for the current
- * element
- *
- * Revision 1.7  2003/10/22 20:22:30  knoaman
- * Prepare for annotation support.
- *
- * Revision 1.6  2003/05/16 21:36:57  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.5  2003/05/15 18:26:29  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2003/03/07 18:08:58  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.3  2002/12/04 02:23:50  knoaman
- * Scanner re-organization.
- *
- * Revision 1.2  2002/11/04 14:58:18  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:21:58  peiyongz
- * sane_include
- *
- * Revision 1.11  2001/12/12 14:29:50  tng
- * Remove obsolete code in ElemStack which can help performance.
- *
- * Revision 1.10  2001/08/07 13:47:47  tng
- * Schema: Fix unmatched end tag for qualified/unqualifed start tag.
- *
- * Revision 1.9  2001/05/28 20:55:19  tng
- * Schema: Store Grammar in ElemStack as well.
- *
- * Revision 1.8  2001/05/11 13:26:16  tng
- * Copyright update.
- *
- * Revision 1.7  2001/05/03 20:34:28  tng
- * Schema: SchemaValidator update
- *
- * Revision 1.6  2001/04/19 18:16:58  tng
- * Schema: SchemaValidator update, and use QName in Content Model
- *
- * Revision 1.5  2000/04/18 23:54:29  roddey
- * Got rid of some foward references to no longer used classes.
- *
- * Revision 1.4  2000/03/02 19:54:28  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:18:07  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/06 07:47:52  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:06  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:42  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(ELEMSTACK_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/internal/EndOfEntityException.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/internal/EndOfEntityException.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/internal/EndOfEntityException.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/internal/EndOfEntityException.hpp Thu Jun 16 19:56:35 2005
@@ -15,31 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:13  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2004/01/29 11:46:30  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.2  2002/11/04 14:58:18  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:21:58  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/02/24 20:18:07  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/06 07:47:53  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:07  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:42  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/internal/IGXMLScanner.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/internal/IGXMLScanner.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/internal/IGXMLScanner.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/internal/IGXMLScanner.hpp Thu Jun 16 19:56:35 2005
@@ -15,87 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.26  2005/04/04 15:11:37  cargilld
- * Fix a problem where illegal qualified names were not reported as errors.  Also store the colon position when searching for a qualified name to avoid looking it up again.
- *
- * Revision 1.25  2004/12/14 16:16:36  cargilld
- * Fix for xercesc-684: Add accessor to XMLScanner to get the current grammar type.
- *
- * Revision 1.24  2004/12/03 19:40:30  cargilld
- * Change call to resolveEntity to pass in public id so that only one call to resolveEntity is needed (a follow-on to Alberto's fix).
- *
- * Revision 1.23  2004/09/08 13:56:13  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.22  2004/05/25 18:09:50  peiyongz
- * XML1.0 3rd: 4.2.2 ...Since escaping is not always a fully reversible process,
- * it must be performed only when absolutely necessary and as late as possible
- * in a processing chain...
- *
- * Revision 1.21  2004/04/13 17:00:23  peiyongz
- * IdentityConstraintHandler
- *
- * Revision 1.19  2004/04/07 14:14:08  peiyongz
- * make resolveSystemId virutal
- *
- * Revision 1.18  2004/01/29 11:46:30  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.17  2003/11/28 19:54:31  knoaman
- * PSVIElement update
- *
- * Revision 1.16  2003/11/28 05:13:29  neilg
- * Fix state-ful duplicate attribute detection when the integrated
- * scanner is in use and namespaces are off.  Also, implement
- * change to PSVIHandler interface to remove prefix passing.
- *
- * Revision 1.15  2003/11/27 22:52:37  knoaman
- * PSVIElement implementation
- *
- * Revision 1.14  2003/11/27 06:10:31  neilg
- * PSVIAttribute implementation
- *
- * Revision 1.13  2003/11/26 16:20:00  knoaman
- * Store XSModel.
- *
- * Revision 1.12  2003/11/24 05:09:38  neilg
- * implement new, statless, method for detecting duplicate attributes
- *
- * Revision 1.11  2003/10/22 20:22:30  knoaman
- * Prepare for annotation support.
- *
- * Revision 1.10  2003/09/22 19:51:41  neilg
- * scanners should maintain their own pools of undeclared elements, rather than requiring grammars to do this.  This makes grammar objects stateless with regard to validation.
- *
- * Revision 1.9  2003/08/14 02:56:41  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.8  2003/07/10 19:47:23  peiyongz
- * Stateless Grammar: Initialize scanner with grammarResolver,
- *                                creating grammar through grammarPool
- *
- * Revision 1.7  2003/05/22 02:10:51  knoaman
- * Default the memory manager.
- *
- * Revision 1.6  2003/05/15 18:26:29  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2003/03/07 18:08:58  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.4  2003/01/29 19:59:35  gareth
- * we now detect when elements and attributes are validated/ the result of the validation and store that information.
- *
- * Revision 1.3  2003/01/15 15:49:49  knoaman
- * Change constant declaration name to match its value.
- *
- * Revision 1.2  2003/01/13 16:30:18  knoaman
- * [Bug 14469] Validator doesn't enforce xsd:key.
- *
- * Revision 1.1  2002/12/04 02:05:25  knoaman
- * Initial checkin.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/internal/MemoryManagerArrayImpl.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/internal/MemoryManagerArrayImpl.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/internal/MemoryManagerArrayImpl.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/internal/MemoryManagerArrayImpl.cpp Thu Jun 16 19:56:35 2005
@@ -15,22 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:13  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/10/02 09:33:23  gareth
- * Removed ^Z from end of files which was preventing compilation under gcc 2.96.
- *
- * Revision 1.3  2003/10/01 16:32:38  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.2  2003/09/06 22:37:55  jberry
- * Fix bug #22938. Deletion of void* is illegal. Thanks Dave Bertoni.
- *
- * Revision 1.1  2003/08/26 21:55:02  jberry
- * Add new memory allocator that allocates using new[], for use where returned memory must be able to be deleted using delete []. This saves duplicated code in cases where a routine is optionally called with a specific memory manager, such as in the case of transcode
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/internal/MemoryManagerImpl.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/internal/MemoryManagerImpl.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/internal/MemoryManagerImpl.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/internal/MemoryManagerImpl.cpp Thu Jun 16 19:56:35 2005
@@ -15,19 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:13  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2003/10/02 09:33:23  gareth
- * Removed ^Z from end of files which was preventing compilation under gcc 2.96.
- *
- * Revision 1.2  2003/10/01 16:32:38  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.1  2003/04/21 16:20:41  knoaman
- * Initial check-in.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/internal/ReaderMgr.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/internal/ReaderMgr.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/internal/ReaderMgr.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/internal/ReaderMgr.hpp Thu Jun 16 19:56:35 2005
@@ -15,121 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.18  2005/04/05 15:12:36  cargilld
- * Implement support for disabling default entity resolution.
- *
- * Revision 1.17  2005/04/04 15:11:38  cargilld
- * Fix a problem where illegal qualified names were not reported as errors.  Also store the colon position when searching for a qualified name to avoid looking it up again.
- *
- * Revision 1.16  2005/03/09 16:07:11  amassari
- * Protected getSrcOffset to avoid crashing when parsing has finished; updated documentation
- *
- * Revision 1.15  2005/02/08 09:21:11  amassari
- * Removed warnings
- *
- * Revision 1.14  2004/09/08 13:56:13  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.13  2004/06/14 15:18:52  peiyongz
- * Consolidated End Of Line Handling
- *
- * Revision 1.12  2004/06/03 15:38:27  peiyongz
- * XML1.1:  The characters #x85 and #x2028 cannot be reliably recognized
- * and translated until an entity's encoding declaration (if present) has been
- * read. Therefore, it is a fatal error to use them within the XML declaration or
- * text declaration.
- *
- * Revision 1.11  2004/01/29 11:46:30  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.10  2003/08/14 02:56:41  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.9  2003/05/16 21:36:57  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.8  2003/05/15 18:26:29  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.7  2003/01/03 20:08:39  tng
- * New feature StandardUriConformant to force strict standard uri conformance.
- *
- * Revision 1.6  2002/12/20 22:09:56  tng
- * XML 1.1
- *
- * Revision 1.5  2002/12/03 15:31:19  knoaman
- * Enable/disable calculation of src offset.
- *
- * Revision 1.4  2002/11/04 14:58:18  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/08/22 19:28:11  tng
- * [Bug 11448] DomCount has problems with XHTML1.1 DTD.
- *
- * Revision 1.2  2002/05/27 18:42:14  tng
- * To get ready for 64 bit large file, use XMLSSize_t to represent line and column number.
- *
- * Revision 1.1.1.1  2002/02/01 22:21:58  peiyongz
- * sane_include
- *
- * Revision 1.13  2001/07/12 18:50:08  tng
- * Some performance modification regarding standalone check and xml decl check.
- *
- * Revision 1.12  2000/09/09 00:18:18  andyh
- * Reordered member variables in ThrowEOEJanitor.  Patch submitted
- * by Kirk Wylie.
- *
- * Revision 1.11  2000/07/08 00:17:13  andyh
- * Cleanup of yesterday's speedup changes.  Merged new bit into the
- * scanner character properties table.
- *
- * Revision 1.10  2000/07/07 01:08:44  andyh
- * Parser speed up in scan of XML content.
- *
- * Revision 1.9  2000/03/02 19:54:29  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.8  2000/02/24 20:18:07  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.7  2000/02/24 02:12:53  aruna1
- * ReaderMgr:;getReaderDepth() added
- *
- * Revision 1.6  2000/02/06 07:47:53  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.5  2000/01/25 01:04:21  roddey
- * Fixes a bogus error about ]]> in char data.
- *
- * Revision 1.4  2000/01/24 20:40:43  roddey
- * Exposed the APIs to get to the byte offset in the source XML buffer. This stuff
- * is not tested yet, but I wanted to get the API changes in now so that the API
- * can be stablized.
- *
- * Revision 1.3  2000/01/12 00:15:04  roddey
- * Changes to deal with multiply nested, relative pathed, entities and to deal
- * with the new URL class changes.
- *
- * Revision 1.2  1999/12/15 19:48:03  roddey
- * Changed to use new split of transcoder interfaces into XML transcoders and
- * LCP transcoders, and implementation of intrinsic transcoders as pluggable
- * transcoders, and addition of Latin1 intrinsic support.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:13  twl
- * Initial checkin
- *
- * Revision 1.4  1999/11/08 20:56:54  droddey
- * If the main xml entity does not exist, we need to get the error handling for that
- * inside the main XMLScanner::scanDocument() try block so that it gets reported
- * in the normal way. We have to add a little extra safety code because, when this
- * happens, there is no reader on the reader stack to get position ino from.
- *
- * Revision 1.3  1999/11/08 20:44:43  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(READERMGR_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/internal/SGXMLScanner.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/internal/SGXMLScanner.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/internal/SGXMLScanner.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/internal/SGXMLScanner.hpp Thu Jun 16 19:56:35 2005
@@ -15,82 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.24  2005/04/04 15:11:38  cargilld
- * Fix a problem where illegal qualified names were not reported as errors.  Also store the colon position when searching for a qualified name to avoid looking it up again.
- *
- * Revision 1.23  2004/12/14 16:16:36  cargilld
- * Fix for xercesc-684: Add accessor to XMLScanner to get the current grammar type.
- *
- * Revision 1.22  2004/12/03 19:40:30  cargilld
- * Change call to resolveEntity to pass in public id so that only one call to resolveEntity is needed (a follow-on to Alberto's fix).
- *
- * Revision 1.21  2004/09/27 21:04:38  knoaman
- * Update SGXMLScanner to allow access of data and methods to XSAXMLScanner
- *
- * Revision 1.20  2004/09/08 13:56:13  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.19  2004/05/25 18:09:51  peiyongz
- * XML1.0 3rd: 4.2.2 ...Since escaping is not always a fully reversible process,
- * it must be performed only when absolutely necessary and as late as possible
- * in a processing chain...
- *
- * Revision 1.18  2004/04/13 16:56:58  peiyongz
- * IdentityConstraintHandler
- *
- * Revision 1.17  2004/04/07 14:14:08  peiyongz
- * make resolveSystemId virutal
- *
- * Revision 1.16  2004/01/29 11:46:30  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.15  2003/11/28 19:54:31  knoaman
- * PSVIElement update
- *
- * Revision 1.14  2003/11/27 22:52:37  knoaman
- * PSVIElement implementation
- *
- * Revision 1.13  2003/11/27 06:10:31  neilg
- * PSVIAttribute implementation
- *
- * Revision 1.12  2003/11/26 16:20:00  knoaman
- * Store XSModel.
- *
- * Revision 1.11  2003/11/24 05:09:38  neilg
- * implement new, statless, method for detecting duplicate attributes
- *
- * Revision 1.10  2003/10/22 20:22:30  knoaman
- * Prepare for annotation support.
- *
- * Revision 1.9  2003/09/22 19:51:41  neilg
- * scanners should maintain their own pools of undeclared elements, rather than requiring grammars to do this.  This makes grammar objects stateless with regard to validation.
- *
- * Revision 1.8  2003/07/10 19:47:23  peiyongz
- * Stateless Grammar: Initialize scanner with grammarResolver,
- *                                creating grammar through grammarPool
- *
- * Revision 1.7  2003/05/16 21:36:57  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.6  2003/05/15 18:26:29  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2003/03/07 18:08:58  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.4  2003/01/29 19:59:35  gareth
- * we now detect when elements and attributes are validated/ the result of the validation and store that information.
- *
- * Revision 1.3  2003/01/15 15:49:49  knoaman
- * Change constant declaration name to match its value.
- *
- * Revision 1.2  2003/01/13 16:30:18  knoaman
- * [Bug 14469] Validator doesn't enforce xsd:key.
- *
- * Revision 1.1  2002/12/05 16:19:27  knoaman
- * Initial check-in.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/internal/ValidationContextImpl.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/internal/ValidationContextImpl.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/internal/ValidationContextImpl.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/internal/ValidationContextImpl.cpp Thu Jun 16 19:56:35 2005
@@ -15,21 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:13  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2003/12/17 00:18:34  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.2  2003/11/24 05:10:26  neilg
- * implement method for determining member type of union that validated some value
- *
- * Revision 1.1  2003/11/12 20:29:47  peiyongz
- * Stateless Grammar: ValidationContext
- *
- * $Id$ 
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/internal/ValidationContextImpl.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/internal/ValidationContextImpl.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/internal/ValidationContextImpl.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/internal/ValidationContextImpl.hpp Thu Jun 16 19:56:35 2005
@@ -15,18 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:56:13  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2003/11/24 05:10:26  neilg
- * implement method for determining member type of union that validated some value
- *
- * Revision 1.1  2003/11/12 20:29:47  peiyongz
- * Stateless Grammar: ValidationContext
- *
  * $Id$
- *
  */
 
 #if !defined(VALIDATION_CONTEXTIMPL_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/internal/VecAttrListImpl.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/internal/VecAttrListImpl.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/internal/VecAttrListImpl.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/internal/VecAttrListImpl.cpp Thu Jun 16 19:56:35 2005
@@ -15,57 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:56:13  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2003/12/17 00:18:34  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.6  2003/05/15 18:26:29  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2002/11/04 14:58:18  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/09/24 20:02:20  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.3  2002/07/05 20:12:35  tng
- * [Bug 9788] VecAttrListImpl::getValue skips prefix if SAX namespace validation is on.
- *
- * Revision 1.2  2002/02/27 16:49:40  tng
- * Fix: AttributeList::getName should attach prefix if present
- *
- * Revision 1.1.1.1  2002/02/01 22:21:58  peiyongz
- * sane_include
- *
- * Revision 1.6  2000/11/02 01:14:07  andyh
- * SAX bug fix:  Attribute lists were throwing exceptions rather than returning
- * null when an attribute could not be found by name.  Fixed by Tinny Ng.
- *
- * Revision 1.5  2000/03/13 20:19:11  rahulj
- * Fixed #54. Changed self-assignment to now use the parameter value.
- * Reported by Helmut Eiken <H....@cli.de>
- *
- * Revision 1.4  2000/03/02 19:54:29  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.3  2000/02/06 07:47:53  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  1999/12/15 19:49:37  roddey
- * Added second getValue() method which takes a short name for the attribute
- * to get the value for. Just a convenience method.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:19  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:44  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/internal/VecAttrListImpl.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/internal/VecAttrListImpl.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/internal/VecAttrListImpl.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/internal/VecAttrListImpl.hpp Thu Jun 16 19:56:35 2005
@@ -15,38 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:13  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/05/15 18:26:29  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2003/03/07 18:08:58  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 14:58:18  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:21:58  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/02/24 20:18:07  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.3  2000/02/06 07:47:53  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  1999/12/15 19:49:37  roddey
- * Added second getValue() method which takes a short name for the attribute
- * to get the value for. Just a convenience method.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:19  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:45  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/internal/VecAttributesImpl.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/internal/VecAttributesImpl.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/internal/VecAttributesImpl.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/internal/VecAttributesImpl.cpp Thu Jun 16 19:56:35 2005
@@ -15,50 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:13  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/12/17 00:18:34  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.4  2003/05/16 21:36:57  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.3  2002/11/04 14:58:18  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/09/24 20:02:20  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.1.1.1  2002/02/01 22:21:58  peiyongz
- * sane_include
- *
- * Revision 1.7  2001/10/05 17:57:39  peiyongz
- * [BUG# 3831]: -1 returned from getIndex() needs to be checked
- *
- * Revision 1.6  2001/05/11 13:26:16  tng
- * Copyright update.
- *
- * Revision 1.5  2001/03/21 21:56:04  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
- * Revision 1.4  2001/02/26 19:44:14  tng
- * Schema: add utility class QName, by Pei Yong Zhang.
- *
- * Revision 1.3  2000/11/02 01:14:07  andyh
- * SAX bug fix:  Attribute lists were throwing exceptions rather than returning
- * null when an attribute could not be found by name.  Fixed by Tinny Ng.
- *
- * Revision 1.2  2000/08/09 22:11:16  jpolast
- * changes to allow const instances of the sax2
- * Attributes class.
- *
- * Revision 1.1  2000/08/02 18:09:14  jpolast
- * initial checkin: attributes vector needed for
- * Attributes class as defined by sax2 spec
- *
- *
+ * $Id$
  */
 
 



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