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 02:21:14 UTC

svn commit: r191036 [3/9] - in /xerces/c/trunk: Projects/MacOS/ Projects/MacOS/CodeWarrior/XercesLib/ Projects/Win32/BCB4/Xerces-all/ Projects/Win32/BCB5/Xerces-all/ samples/src/DOMPrint/ samples/src/EnumVal/ samples/src/MemParse/ samples/src/PParse/ samples/src/PSVIWriter/ samples/src/Redirect/ samples/src/SAX2Count/ samples/src/SAX2Print/ samples/src/SAXCount/ samples/src/SAXPrint/ samples/src/SCMPrint/ samples/src/StdInParse/ scripts/ src/xercesc/com/ 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/NetAccessors/Socket/ src/xercesc/util/NetAccessors/WinSock/ src/xercesc/util/NetAccessors/libWWW/ 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/OpenServer/ src/xercesc/util/Platforms/PTX/ src/xercesc/util/Platforms/Tandem/ src/xercesc/util/Platforms/UnixWare/ src/xercesc/util/Transcoders/Cygwin/ src/xercesc/util/Transcoders/Iconv400/ src/xercesc/util/Transcoders/IconvFBSD/ src/xercesc/util/Transcoders/IconvGNU/ src/xercesc/util/Transcoders/Uniconv390/ 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/ tests/src/DOM/DOMTest/ tests/src/DOM/Traversal/ tests/src/MemHandlerTest/ tests/src/ParserTest/ tests/src/UtilTests/ tests/src/XSValueTest/ tests/src/XSerializerTest/ tools/IANACharset/ tools/ICUData/ tools/NLS/Xlat/

Modified: xerces/c/trunk/src/xercesc/framework/psvi/XSModel.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSModel.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSModel.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSModel.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/framework/psvi/XSModelGroup.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSModelGroup.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSModelGroup.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSModelGroup.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/framework/psvi/XSModelGroupDefinition.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSModelGroupDefinition.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSModelGroupDefinition.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSModelGroupDefinition.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/framework/psvi/XSMultiValueFacet.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSMultiValueFacet.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSMultiValueFacet.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSMultiValueFacet.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/framework/psvi/XSNamedMap.c
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSNamedMap.c?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSNamedMap.c (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSNamedMap.c Thu Jun 16 17:21:06 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/trunk/src/xercesc/framework/psvi/XSNamespaceItem.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSNamespaceItem.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSNamespaceItem.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSNamespaceItem.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/framework/psvi/XSNotationDeclaration.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSNotationDeclaration.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSNotationDeclaration.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSNotationDeclaration.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/framework/psvi/XSObject.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSObject.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSObject.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSObject.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/framework/psvi/XSParticle.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSParticle.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSParticle.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSParticle.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/framework/psvi/XSSimpleTypeDefinition.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSSimpleTypeDefinition.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSSimpleTypeDefinition.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSSimpleTypeDefinition.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/framework/psvi/XSTypeDefinition.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSTypeDefinition.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSTypeDefinition.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSTypeDefinition.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/framework/psvi/XSWildcard.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSWildcard.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSWildcard.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSWildcard.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/internal/BinFileOutputStream.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/internal/BinFileOutputStream.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/internal/BinFileOutputStream.cpp (original)
+++ xerces/c/trunk/src/xercesc/internal/BinFileOutputStream.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/internal/BinMemOutputStream.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/internal/BinMemOutputStream.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/internal/BinMemOutputStream.cpp (original)
+++ xerces/c/trunk/src/xercesc/internal/BinMemOutputStream.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/internal/ElemStack.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/internal/ElemStack.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/internal/ElemStack.cpp (original)
+++ xerces/c/trunk/src/xercesc/internal/ElemStack.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/internal/MemoryManagerArrayImpl.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/internal/MemoryManagerArrayImpl.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/internal/MemoryManagerArrayImpl.cpp (original)
+++ xerces/c/trunk/src/xercesc/internal/MemoryManagerArrayImpl.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/internal/MemoryManagerImpl.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/internal/MemoryManagerImpl.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/internal/MemoryManagerImpl.cpp (original)
+++ xerces/c/trunk/src/xercesc/internal/MemoryManagerImpl.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/internal/ValidationContextImpl.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/internal/ValidationContextImpl.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/internal/ValidationContextImpl.cpp (original)
+++ xerces/c/trunk/src/xercesc/internal/ValidationContextImpl.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/internal/VecAttrListImpl.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/internal/VecAttrListImpl.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/internal/VecAttrListImpl.cpp (original)
+++ xerces/c/trunk/src/xercesc/internal/VecAttrListImpl.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/internal/VecAttributesImpl.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/internal/VecAttributesImpl.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/internal/VecAttributesImpl.cpp (original)
+++ xerces/c/trunk/src/xercesc/internal/VecAttributesImpl.cpp Thu Jun 16 17:21:06 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$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/internal/XMLGrammarPoolImpl.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/internal/XMLGrammarPoolImpl.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/internal/XMLGrammarPoolImpl.cpp (original)
+++ xerces/c/trunk/src/xercesc/internal/XMLGrammarPoolImpl.cpp Thu Jun 16 17:21:06 2005
@@ -15,93 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.26  2005/01/06 21:39:43  amassari
- * Removed warnings
- *
- * Revision 1.25  2004/11/09 03:09:21  peiyongz
- * Storer_NewerThan_Loader
- *
- * Revision 1.24  2004/11/08 03:57:22  peiyongz
- * read/write Storer level
- *
- * Revision 1.23  2004/09/29 19:27:07  cargilld
- * Fix for Jira-1217: fixing problems with getXSModel.
- *
- * Revision 1.22  2004/09/10 17:36:13  cargilld
- * Return bool as described in the interface for cacheGrammar instead of throwing an exception.  Fix from Dave Bertoni.
- *
- * Revision 1.21  2004/09/08 13:56:13  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.20  2004/04/07 14:13:42  peiyongz
- * systemId (to replace rootElemName) as DTDGrammar Key
- *
- * Revision 1.19  2004/03/01 23:18:28  peiyongz
- * Instantiate XSerializeEngine with GrammarPool
- *
- * Revision 1.18  2004/01/29 11:46:30  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.17  2004/01/13 16:34:20  cargilld
- * Misc memory management changes.
- *
- * Revision 1.16  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.15  2003/11/25 18:18:39  knoaman
- * Check for out of memory exception. Thanks to David Cargill.
- *
- * Revision 1.14  2003/11/21 22:38:50  neilg
- * Enable grammar pools and grammar resolvers to manufacture
- * XSModels.  This also cleans up handling in the
- * parser classes by eliminating the need to tell
- * the grammar pool that schema compoments need to be produced.
- * Thanks to David Cargill.
- *
- * Revision 1.13  2003/11/14 22:34:20  neilg
- * removed methods made unnecessary by new XSModel implementation design; thanks to David Cargill
- *
- * Revision 1.12  2003/11/07 20:30:28  neilg
- * fix compilation errors on AIX and HPUX; thanks to David Cargill
- *
- * Revision 1.11  2003/11/06 21:53:52  neilg
- * update grammar pool interface so that cacheGrammar(Grammar) can tell the caller whether the grammar was accepted.  Also fix some documentation errors.
- *
- * Revision 1.10  2003/11/06 15:30:06  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.9  2003/11/05 18:20:20  peiyongz
- * cleanup deserialized grammars if exception thrown during loading
- *
- * Revision 1.8  2003/10/29 16:16:08  peiyongz
- * GrammarPool' serialization/deserialization support
- *
- * Revision 1.7  2003/10/10 18:36:41  neilg
- * update XMLGrammarPool default implementation to reflect recent modifications to the base interface.
- *
- * Revision 1.6  2003/10/09 13:54:25  neilg
- * modify grammar pool implementation to that, once locked, a thread-safe StringPool is used
- *
- * Revision 1.5  2003/09/16 18:30:54  neilg
- * make Grammar pool be responsible for creating and owning URI string pools.  This is one more step towards having grammars be independent of the parsers involved in their creation
- *
- * Revision 1.4  2003/09/02 08:59:02  gareth
- * Added API to get enumerator of grammars.
- *
- * Revision 1.3  2003/07/31 17:05:03  peiyongz
- * Grammar embed Grammar Description
- * using getGrammar(URI)
- * update GrammarDescription info
- *
- * Revision 1.2  2003/06/20 22:19:30  peiyongz
- * Stateless Grammar Pool :: Part I
- *
- * Revision 1.1  2003/06/20 18:38:39  peiyongz
- * Stateless Grammar Pool :: Part I
- *
  * $Id$
- *
  */
 
 

Modified: xerces/c/trunk/src/xercesc/internal/XProtoType.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/internal/XProtoType.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/internal/XProtoType.cpp (original)
+++ xerces/c/trunk/src/xercesc/internal/XProtoType.cpp Thu Jun 16 17:21:06 2005
@@ -16,23 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.5  2004/09/08 13:56:14  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/01/13 16:34:20  cargilld
- * Misc memory management changes.
- *
- * Revision 1.3  2003/12/24 15:24:13  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.2  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.1  2003/09/18 18:31:24  peiyongz
- * OSU: Object Serialization Utilities
- *
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/internal/XSerializeEngine.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/internal/XSerializeEngine.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/internal/XSerializeEngine.cpp (original)
+++ xerces/c/trunk/src/xercesc/internal/XSerializeEngine.cpp Thu Jun 16 17:21:06 2005
@@ -16,74 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.22  2004/11/08 03:56:47  peiyongz
- * setting/getting Storer level
- *
- * Revision 1.21  2004/10/27 20:38:52  peiyongz
- * Optimized alignment for various data types
- *
- * Revision 1.20  2004/10/26 14:49:27  peiyongz
- * Reset buffer/Provide position info for debugging
- *
- * Revision 1.19  2004/09/08 13:56:14  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.18  2004/07/21 14:54:39  peiyongz
- * using the supplied memory manager , patch from David Bertoni
- *
- * Revision 1.17  2004/03/05 22:21:45  peiyongz
- * readBytes()/writeBytes between BinOutputStream/BinInputStream and
- * XSerializeEngine will always be the full size of the buffer to maintain the exact
- * position for aligned data.
- *
- * Revision 1.16  2004/03/01 23:19:03  peiyongz
- * Grant XSerializeEngine access to GrammarPool
- *
- * Revision 1.15  2004/02/20 20:57:39  peiyongz
- * Bug#27046: path from David Bertoni
- *
- * Revision 1.14  2004/01/29 11:46:30  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.13  2004/01/15 23:42:32  peiyongz
- * proper allignment for built-in datatype read/write
- *
- * Revision 1.12  2004/01/13 16:34:20  cargilld
- * Misc memory management changes.
- *
- * Revision 1.11  2004/01/12 16:27:41  neilg
- * remove use of static buffers
- *
- * 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/11/25 20:37:40  jberry
- * Cleanup build errors/warnings from CodeWarrior
- *
- * Revision 1.8  2003/10/20 17:37:05  amassari
- * Removed compiler warning
- *
- * Revision 1.7  2003/10/17 21:09:03  peiyongz
- * renaming methods
- *
- * Revision 1.6  2003/10/07 19:38:31  peiyongz
- * API for Template_Class Object Serialization/Deserialization
- *
- * Revision 1.5  2003/09/25 22:22:00  peiyongz
- * Introduction of readString/writeString
- *
- * Revision 1.4  2003/09/25 15:21:12  peiyongz
- * Loose the assert condition so that Serializable class need NOT to check the
- * actual string length before read/write.
- *
- * Revision 1.3  2003/09/23 18:11:29  peiyongz
- * Using HashPtr
- *
- * Revision 1.1  2003/09/18 18:31:24  peiyongz
- * OSU: Object Serialization Utilities
- *
- *
  */
 
 

Modified: xerces/c/trunk/src/xercesc/internal/XTemplateSerializer.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/internal/XTemplateSerializer.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/internal/XTemplateSerializer.cpp (original)
+++ xerces/c/trunk/src/xercesc/internal/XTemplateSerializer.cpp Thu Jun 16 17:21:06 2005
@@ -16,45 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.13  2005/04/04 15:03:14  cargilld
- * Add support for not creating xsannotations when deserializing a grammar.
- *
- * Revision 1.12  2005/02/19 22:26:19  cargilld
- * Store key for recreating table instead of using enclosingscope.
- *
- * Revision 1.11  2004/10/26 14:48:46  peiyongz
- * Maintain consistent order among multiple store/load session to allow comparison
- *
- * Revision 1.10  2004/09/08 13:56:14  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2004/03/09 20:59:28  peiyongz
- * restore key string from string pool from datatypevalidator
- *
- * Revision 1.8  2004/03/01 23:20:46  peiyongz
- * For RefHashTableOf/RefHash2KeysTableOf/RefHashTable3KeysIdPool,
- * resovle "key string" either from the data itself or the GrammarPool's StringPool.
- *
- * Revision 1.6  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.5  2003/11/11 22:48:13  knoaman
- * Serialization of XSAnnotation.
- *
- * Revision 1.4  2003/11/03 22:01:27  peiyongz
- * Store/Load keys separately from SchemaElementDecl
- *
- * Revision 1.3  2003/10/31 22:15:31  peiyongz
- * fix bug in creating ElemVector
- *
- * Revision 1.2  2003/10/29 16:16:08  peiyongz
- * GrammarPool' serialization/deserialization support
- *
- * Revision 1.1  2003/10/17 21:07:49  peiyongz
- * To support Template object serialization/deserialization
- *
- *
  */
 
 

Modified: xerces/c/trunk/src/xercesc/parsers/SAX2XMLFilterImpl.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/parsers/SAX2XMLFilterImpl.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/parsers/SAX2XMLFilterImpl.cpp (original)
+++ xerces/c/trunk/src/xercesc/parsers/SAX2XMLFilterImpl.cpp Thu Jun 16 17:21:06 2005
@@ -15,10 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.1  2004/12/24 19:21:46  amassari
- * Add support for SAX2 filters (jira# 1133)
- *
+ * $Id$
  */
 
 #include <xercesc/parsers/SAX2XMLFilterImpl.hpp>

Modified: xerces/c/trunk/src/xercesc/parsers/SAX2XMLReaderImpl.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/parsers/SAX2XMLReaderImpl.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/parsers/SAX2XMLReaderImpl.cpp (original)
+++ xerces/c/trunk/src/xercesc/parsers/SAX2XMLReaderImpl.cpp Thu Jun 16 17:21:06 2005
@@ -15,292 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.45  2005/03/30 00:55:13  cargilld
- * Begin work on adding some new features by checking in the feature handling support.
- *
- * Revision 1.44  2005/03/20 19:02:45  cargilld
- * Implement versions of uppercase and compareIstring that only check a to z, instead of all characters, and don't rely on functionality provided in the transcoders.
- *
- * Revision 1.43  2005/02/25 11:31:07  amassari
- * Performance improvements by David Bertoni (jira# 1343)
- *
- * Revision 1.42  2004/12/30 15:23:41  amassari
- * Notify advanced handlers of the whitespace before and after the root document element (jira# 729)
- *
- * Revision 1.41  2004/12/07 19:45:43  knoaman
- * An option to ignore a cached DTD grammar when a document contains an
- * internal and external subset.
- *
- * Revision 1.40  2004/10/04 11:30:51  amassari
- * As start/endPrefixMapping doesn't use the XMLBufMgr variable, we need only one XMLBuffer
- *
- * Revision 1.39  2004/10/04 09:26:31  amassari
- * Use an XMLStringPool+ValueStackOf(int) object to store the prefixes currently in scope, instead of a XMLBufMgr+ValueStack(XMLBuffer), that has a limitation of 32 items (jira#866)
- *
- * Revision 1.38  2004/09/30 14:07:23  peiyongz
- * setInputBufferSize
- *
- * Revision 1.37  2004/09/28 02:14:14  cargilld
- * Add support for validating annotations.
- *
- * Revision 1.36  2004/09/23 01:09:55  cargilld
- * Add support for generating synthetic XSAnnotations.  When a schema component has non-schema attributes and no child attributes create a synthetic XSAnnotation (under feature control) so the non-schema attributes can be recovered under PSVI.
- *
- * Revision 1.35  2004/09/08 13:56:17  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.34  2004/04/13 16:53:26  peiyongz
- * get/setIdentityConstraintChecking
- *
- * Revision 1.33  2004/01/29 11:46:32  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.32  2003/12/17 00:18:35  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.31  2003/11/21 22:38:50  neilg
- * Enable grammar pools and grammar resolvers to manufacture
- * XSModels.  This also cleans up handling in the
- * parser classes by eliminating the need to tell
- * the grammar pool that schema compoments need to be produced.
- * Thanks to David Cargill.
- *
- * Revision 1.30  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.29  2003/10/30 21:37:31  knoaman
- * Enhanced Entity Resolver Support. Thanks to David Cargill.
- *
- * Revision 1.28  2003/10/01 16:32:38  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.27  2003/09/16 18:30:54  neilg
- * make Grammar pool be responsible for creating and owning URI string pools.  This is one more step towards having grammars be independent of the parsers involved in their creation
- *
- * Revision 1.26  2003/08/13 15:43:24  knoaman
- * Use memory manager when creating SAX exceptions.
- *
- * Revision 1.25  2003/07/31 17:05:48  peiyongz
- * using getGrammar(URI)
- *
- * Revision 1.24  2003/07/10 19:48:24  peiyongz
- * Stateless Grammar: Initialize scanner with grammarResolver,
- *
- * Revision 1.23  2003/06/25 22:36:46  peiyongz
- * to use new GrammarResolver::getGrammar()
- *
- * Revision 1.22  2003/06/20 18:55:54  peiyongz
- * Stateless Grammar Pool :: Part I
- *
- * Revision 1.21  2003/05/18 14:02:05  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.20  2003/05/16 21:36:59  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.19  2003/05/16 06:01:52  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.18  2003/05/15 18:26:50  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.17  2003/04/17 21:58:50  neilg
- * Adding a new property,
- * http://apache.org/xml/properties/security-manager, with
- * appropriate getSecurityManager/setSecurityManager methods on DOM
- * and SAX parsers.  Also adding a new SecurityManager class.
- *
- * The purpose of these modifications is to permit applications a
- * means to have the parser reject documents whose processing would
- * otherwise consume large amounts of system resources.  Malicious
- * use of such documents could be used to launch a denial-of-service
- * attack against a system running the parser.  Initially, the
- * SecurityManager only knows about attacks that can result from
- * exponential entity expansion; this is the only known attack that
- * involves processing a single XML document.  Other, simlar attacks
- * can be launched if arbitrary schemas may be parsed; there already
- * exist means (via use of the EntityResolver interface) by which
- * applications can deny processing of untrusted schemas.  In future,
- * the SecurityManager will be expanded to take these other exploits
- * into account.
- *
- * Adding SecurityManager support
- * 
- * Revision 1.16  2003/01/03 20:09:36  tng
- * New feature StandardUriConformant to force strict standard uri conformance.
- *
- * Revision 1.15  2002/12/27 16:16:51  knoaman
- * Set scanner options and handlers.
- *
- * Revision 1.14  2002/12/11 22:14:54  knoaman
- * Performance: no need to use temporary buffer to hold namespace value.
- *
- * Revision 1.13  2002/12/04 01:57:09  knoaman
- * Scanner re-organization.
- *
- * Revision 1.12  2002/11/04 14:57:03  tng
- * C++ Namespace Support.
- *
- * Revision 1.11  2002/09/24 20:00:32  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.10  2002/08/14 15:20:38  knoaman
- * [Bug 3111] Problem with LexicalHandler::startDTD() and LexicalHandler::endDTD().
- *
- * Revision 1.9  2002/07/11 18:27:20  knoaman
- * Grammar caching/preparsing - initial implementation.
- *
- * Revision 1.8  2002/06/17 15:41:15  tng
- * To be consistent, SAX2 is updated with:
- * 1. the progressive parse methods should use the fReuseGrammar flag set from setFeature instead of using parameter
- * 2. add feature "http://apache.org/xml/features/continue-after-fatal-error", and users should use setFeature instead of setExitOnFirstFatalError
- * 3. add feature "http://apache.org/xml/features/validation-error-as-fatal", and users should use setFeature instead of setValidationConstraintFatal
- *
- * Revision 1.7  2002/05/30 16:20:09  tng
- * Add feature to optionally ignore external DTD.
- *
- * Revision 1.6  2002/05/29 21:37:47  knoaman
- * Add baseURI to resolveEntity to support DOMInputSource.
- *
- * Revision 1.5  2002/05/28 20:44:14  tng
- * [Bug 9104] prefixes dissapearing when schema validation turned on.
- *
- * Revision 1.4  2002/05/27 18:39:21  tng
- * To get ready for 64 bit large file, use XMLSSize_t to represent line and column number.
- *
- * Revision 1.3  2002/05/22 20:53:41  knoaman
- * Prepare for DOM L3 :
- * - Make use of the XMLEntityHandler/XMLErrorReporter interfaces, instead of using
- * EntityHandler/ErrorHandler directly.
- * - Add 'AbstractDOMParser' class to provide common functionality for XercesDOMParser
- * and DOMBuilder.
- *
- * Revision 1.2  2002/02/13 16:09:24  knoaman
- * Move SAX2 features/properties names constants to XMLUni.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:06  peiyongz
- * sane_include
- *
- * Revision 1.25  2002/01/28 17:47:41  knoaman
- * Some SAX calls were not passed to the LexicalHandler.
- *
- * Revision 1.24  2002/01/28 17:08:47  knoaman
- * SAX2-ext's DeclHandler support.
- *
- * Revision 1.23  2002/01/28 16:29:21  knoaman
- * The namespace-prefixes feature in SAX2 should be off by default.
- *
- * Revision 1.22  2002/01/24 16:30:34  tng
- * [Bug 3111] Problem with LexicalHandler::startDTD() and LexicalHandler::endDTD() .
- *
- * Revision 1.21  2001/12/21 18:03:25  tng
- * [Bug 1833] LexicalHandler::startDTD not called correctly.
- *
- * Revision 1.20  2001/11/20 18:51:44  tng
- * Schema: schemaLocation and noNamespaceSchemaLocation to be specified outside the instance document.  New methods setExternalSchemaLocation and setExternalNoNamespaceSchemaLocation are added (for SAX2, two new properties are added).
- *
- * Revision 1.19  2001/10/25 19:46:15  tng
- * Comment outside root element should also be reported.
- *
- * Revision 1.18  2001/09/12 13:03:43  tng
- * [Bug 3155] SAX2 does not offer progressive parse.
- *
- * Revision 1.17  2001/08/02 19:00:46  tng
- * [Bug 1329] SAX2XMLReaderImpl leaks XMLBuffers.
- *
- * Revision 1.16  2001/08/01 19:11:02  tng
- * Add full schema constraint checking flag to the samples and the parser.
- *
- * Revision 1.15  2001/06/27 17:39:50  knoaman
- * Fix for bug #2353.
- *
- * Revision 1.14  2001/06/19 16:45:08  tng
- * Add installAdvDocHandler to SAX2XMLReader as the code is there already.
- *
- * Revision 1.13  2001/06/03 19:26:19  jberry
- * Add support for querying error count following parse; enables simple parse without requiring error handler.
- *
- * Revision 1.12  2001/05/11 13:26:21  tng
- * Copyright update.
- *
- * Revision 1.11  2001/05/03 20:34:33  tng
- * Schema: SchemaValidator update
- *
- * Revision 1.10  2001/03/30 16:46:57  tng
- * Schema: Use setDoSchema instead of setSchemaValidation which makes more sense.
- *
- * Revision 1.9  2001/03/21 21:56:08  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
- * Revision 1.8  2001/02/15 15:56:29  tng
- * Schema: Add setSchemaValidation and getSchemaValidation for DOMParser and SAXParser.
- * Add feature "http://apache.org/xml/features/validation/schema" for SAX2XMLReader.
- * New data field  fSchemaValidation in XMLScanner as the flag.
- *
- * Revision 1.7  2001/01/15 21:26:33  tng
- * Performance Patches by David Bertoni.
- *
- * Details: (see xerces-c-dev mailing Jan 14)
- * XMLRecognizer.cpp: the internal encoding string XMLUni::fgXMLChEncodingString
- * was going through this function numerous times.  As a result, the top hot-spot
- * for the parse was _wcsicmp().  The real problem is that the Microsofts wide string
- * functions are unbelievably slow.  For things like encodings, it might be
- * better to use a special comparison function that only considers a-z and
- * A-Z as characters with case.  This works since the character set for
- * encodings is limit to printable ASCII characters.
- *
- *  XMLScanner2.cpp: This also has some case-sensitive vs. insensitive compares.
- * They are also much faster.  The other tweak is to only make a copy of an attribute
- * string if it needs to be split.  And then, the strategy is to try to use a
- * stack-based buffer, rather than a dynamically-allocated one.
- *
- * SAX2XMLReaderImpl.cpp: Again, more case-sensitive vs. insensitive comparisons.
- *
- * KVStringPair.cpp & hpp: By storing the size of the allocation, the storage can
- * likely be re-used many times, cutting down on dynamic memory allocations.
- *
- * XMLString.hpp: a more efficient implementation of stringLen().
- *
- * DTDValidator.cpp: another case of using a stack-based buffer when possible
- *
- * These patches made a big difference in parse time in some of our test
- * files, especially the ones are very attribute-heavy.
- *
- * Revision 1.6  2000/12/22 20:41:52  tng
- * XMLUni::fgEmptyString which is defined as "EMPTY" is incorrectly used as an empty string; in fact XMLUni::fgZeroLenString should be used instead
- *
- * Revision 1.5  2000/12/22 15:16:51  tng
- * SAX2-ext's LexicalHandler support added by David Bertoni.
- *
- * Revision 1.4  2000/08/09 23:39:58  jpolast
- * should be namespace-prefixes; not namespaces-prefixes
- *
- * Revision 1.3  2000/08/09 22:16:12  jpolast
- * many conformance & stability changes:
- *   - ContentHandler::resetDocument() removed
- *   - attrs param of ContentHandler::startDocument() made const
- *   - SAXExceptions thrown now have msgs
- *   - removed duplicate function signatures that had 'const'
- *       [ eg: getContentHander() ]
- *   - changed getFeature and getProperty to apply to const objs
- *   - setProperty now takes a void* instead of const void*
- *   - SAX2XMLReaderImpl does not inherit from SAXParser anymore
- *   - Reuse Validator (http://apache.org/xml/features/reuse-validator) implemented
- *   - Features & Properties now read-only during parse
- *
- * Revision 1.2  2000/08/07 22:53:44  jpolast
- * fixes for when 'namespaces' feature is turned off:
- *   * namespaces-prefixes only used when namespaces is on
- *   * URIs not looked up when namespaces is off, blank string instead
- *   * default validation scheme is validation on, auto-validation off.
- *
- * Revision 1.1  2000/08/02 18:04:41  jpolast
- * initial checkin of sax2 implemenation
- * submitted by Simon Fell (simon@fell.com)
- * and Joe Polastre (jpolast@apache.org)
- *
- *
+ * $Id$
  */
 
 #include <xercesc/util/IOException.hpp>

Modified: xerces/c/trunk/src/xercesc/parsers/SAXParser.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/parsers/SAXParser.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/parsers/SAXParser.cpp (original)
+++ xerces/c/trunk/src/xercesc/parsers/SAXParser.cpp Thu Jun 16 17:21:06 2005
@@ -15,243 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.39  2005/03/30 00:55:14  cargilld
- * Begin work on adding some new features by checking in the feature handling support.
- *
- * Revision 1.38  2004/12/30 15:23:41  amassari
- * Notify advanced handlers of the whitespace before and after the root document element (jira# 729)
- *
- * Revision 1.37  2004/12/07 19:45:43  knoaman
- * An option to ignore a cached DTD grammar when a document contains an
- * internal and external subset.
- *
- * Revision 1.36  2004/09/29 19:00:29  peiyongz
- * [jira1207] --patch from Dan Rosen
- *
- * Revision 1.35  2004/09/28 02:14:14  cargilld
- * Add support for validating annotations.
- *
- * Revision 1.34  2004/09/23 01:09:55  cargilld
- * Add support for generating synthetic XSAnnotations.  When a schema component has non-schema attributes and no child attributes create a synthetic XSAnnotation (under feature control) so the non-schema attributes can be recovered under PSVI.
- *
- * Revision 1.33  2004/09/08 13:56:17  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.32  2004/04/13 16:53:26  peiyongz
- * get/setIdentityConstraintChecking
- *
- * Revision 1.31  2004/01/29 11:46:32  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.30  2003/12/17 00:18:35  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.29  2003/11/21 22:38:50  neilg
- * Enable grammar pools and grammar resolvers to manufacture
- * XSModels.  This also cleans up handling in the
- * parser classes by eliminating the need to tell
- * the grammar pool that schema compoments need to be produced.
- * Thanks to David Cargill.
- *
- * Revision 1.28  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.27  2003/10/30 21:37:31  knoaman
- * Enhanced Entity Resolver Support. Thanks to David Cargill.
- *
- * Revision 1.26  2003/10/01 16:32:38  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.25  2003/09/16 18:30:54  neilg
- * make Grammar pool be responsible for creating and owning URI string pools.  This is one more step towards having grammars be independent of the parsers involved in their creation
- *
- * Revision 1.24  2003/08/13 15:43:24  knoaman
- * Use memory manager when creating SAX exceptions.
- *
- * Revision 1.23  2003/07/31 17:05:48  peiyongz
- * using getGrammar(URI)
- *
- * Revision 1.22  2003/07/10 19:48:24  peiyongz
- * Stateless Grammar: Initialize scanner with grammarResolver,
- *
- * Revision 1.21  2003/06/25 22:36:46  peiyongz
- * to use new GrammarResolver::getGrammar()
- *
- * Revision 1.20  2003/06/20 18:55:54  peiyongz
- * Stateless Grammar Pool :: Part I
- *
- * Revision 1.19  2003/05/18 14:02:05  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.18  2003/05/16 21:36:59  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.17  2003/05/15 18:26:50  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.16  2003/04/17 21:58:50  neilg
- * Adding a new property,
- * http://apache.org/xml/properties/security-manager, with
- * appropriate getSecurityManager/setSecurityManager methods on DOM
- * and SAX parsers.  Also adding a new SecurityManager class.
- *
- * The purpose of these modifications is to permit applications a
- * means to have the parser reject documents whose processing would
- * otherwise consume large amounts of system resources.  Malicious
- * use of such documents could be used to launch a denial-of-service
- * attack against a system running the parser.  Initially, the
- * SecurityManager only knows about attacks that can result from
- * exponential entity expansion; this is the only known attack that
- * involves processing a single XML document.  Other, simlar attacks
- * can be launched if arbitrary schemas may be parsed; there already
- * exist means (via use of the EntityResolver interface) by which
- * applications can deny processing of untrusted schemas.  In future,
- * the SecurityManager will be expanded to take these other exploits
- * into account.
- *
- * add security manager
- * 
- * Revision 1.15  2003/02/04 19:27:43  knoaman
- * Performance: use global buffer to eliminate repetitive memory creation/deletion.
- *
- * Revision 1.14  2003/01/09 19:07:08  tng
- * [Bug 15802] Add "const" qualifier to getURIText.
- *
- * Revision 1.13  2003/01/03 20:09:36  tng
- * New feature StandardUriConformant to force strict standard uri conformance.
- *
- * Revision 1.12  2002/12/27 16:16:51  knoaman
- * Set scanner options and handlers.
- *
- * Revision 1.11  2002/12/23 15:23:18  knoaman
- * Added a public api to various parsers to return the src offset within the input
- * source.
- *
- * Revision 1.10  2002/12/04 01:57:09  knoaman
- * Scanner re-organization.
- *
- * Revision 1.9  2002/11/04 14:57:03  tng
- * C++ Namespace Support.
- *
- * Revision 1.8  2002/08/14 15:20:38  knoaman
- * [Bug 3111] Problem with LexicalHandler::startDTD() and LexicalHandler::endDTD().
- *
- * Revision 1.7  2002/07/11 18:27:04  knoaman
- * Grammar caching/preparsing - initial implementation.
- *
- * Revision 1.6  2002/05/30 16:20:09  tng
- * Add feature to optionally ignore external DTD.
- *
- * Revision 1.5  2002/05/29 21:37:47  knoaman
- * Add baseURI to resolveEntity to support DOMInputSource.
- *
- * Revision 1.4  2002/05/28 20:44:14  tng
- * [Bug 9104] prefixes dissapearing when schema validation turned on.
- *
- * Revision 1.3  2002/05/27 18:39:21  tng
- * To get ready for 64 bit large file, use XMLSSize_t to represent line and column number.
- *
- * Revision 1.2  2002/05/22 20:53:41  knoaman
- * Prepare for DOM L3 :
- * - Make use of the XMLEntityHandler/XMLErrorReporter interfaces, instead of using
- * EntityHandler/ErrorHandler directly.
- * - Add 'AbstractDOMParser' class to provide common functionality for XercesDOMParser
- * and DOMBuilder.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:07  peiyongz
- * sane_include
- *
- * Revision 1.23  2001/11/20 18:51:44  tng
- * Schema: schemaLocation and noNamespaceSchemaLocation to be specified outside the instance document.  New methods setExternalSchemaLocation and setExternalNoNamespaceSchemaLocation are added (for SAX2, two new properties are added).
- *
- * Revision 1.22  2001/10/25 19:46:15  tng
- * Comment outside root element should also be reported.
- *
- * Revision 1.21  2001/08/01 19:11:02  tng
- * Add full schema constraint checking flag to the samples and the parser.
- *
- * Revision 1.20  2001/06/03 19:26:20  jberry
- * Add support for querying error count following parse; enables simple parse without requiring error handler.
- *
- * Revision 1.19  2001/05/11 13:26:22  tng
- * Copyright update.
- *
- * Revision 1.18  2001/05/03 19:09:23  knoaman
- * Support Warning/Error/FatalError messaging.
- * Validity constraints errors are treated as errors, with the ability by user to set
- * validity constraints as fatal errors.
- *
- * Revision 1.17  2001/03/30 16:46:57  tng
- * Schema: Use setDoSchema instead of setSchemaValidation which makes more sense.
- *
- * Revision 1.16  2001/03/21 21:56:08  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
- * Revision 1.15  2001/02/15 15:56:29  tng
- * Schema: Add setSchemaValidation and getSchemaValidation for DOMParser and SAXParser.
- * Add feature "http://apache.org/xml/features/validation/schema" for SAX2XMLReader.
- * New data field  fSchemaValidation in XMLScanner as the flag.
- *
- * Revision 1.14  2000/09/05 23:38:26  andyh
- * Added advanced callback support for XMLDecl()
- *
- * Revision 1.13  2000/06/19 18:12:56  rahulj
- * Suppress the comments, characters, ignoreableWhitespaces before
- * root element. Only allow the PI's to get through. Still need to come
- * to a consensus on this.
- *
- * Revision 1.12  2000/06/17 02:00:55  rahulj
- * Also pass any PI's, comment's, character's occuring before root
- * element to the registered document Handler. Defect identified
- * by John Smirl and Rich Taylor.
- *
- * Revision 1.11  2000/05/15 22:31:18  andyh
- * Replace #include<memory.h> with <string.h> everywhere.
- *
- * Revision 1.10  2000/04/12 22:58:30  roddey
- * Added support for 'auto validate' mode.
- *
- * Revision 1.9  2000/04/11 19:17:58  roddey
- * If a SAX error handler is installed, then the resetErrors() event handler
- * should call the one on the installed SAX error handler.
- *
- * Revision 1.8  2000/04/05 18:56:17  roddey
- * Init the fDTDHandler member. Enable installation of DTDHandler
- * on SAX parser.
- *
- * Revision 1.7  2000/03/03 01:29:34  roddey
- * Added a scanReset()/parseReset() method to the scanner and
- * parsers, to allow for reset after early exit from a progressive parse.
- * Added calls to new Terminate() call to all of the samples. Improved
- * documentation in SAX and DOM parsers.
- *
- * Revision 1.6  2000/03/02 19:54:33  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.5  2000/02/17 03:54:26  rahulj
- * Added some new getters to query the parser state and
- * clarified the documentation.
- *
- * Revision 1.4  2000/02/06 07:47:56  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.3  2000/01/12 00:15:22  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:57:48  roddey
- * Got rid of redundant 'const' on boolean return value. Some compilers choke
- * on this and its useless.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:50  twl
- * Initial checkin
- *
- * Revision 1.6  1999/11/08 20:44:53  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/sax/Dummy.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/sax/Dummy.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/sax/Dummy.cpp (original)
+++ xerces/c/trunk/src/xercesc/sax/Dummy.cpp Thu Jun 16 17:21:06 2005
@@ -15,30 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:56:19  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2002/11/04 14:56:25  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:08  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/03/02 19:54:34  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/06 07:47:57  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:44  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:55  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/sax/InputSource.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/sax/InputSource.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/sax/InputSource.cpp (original)
+++ xerces/c/trunk/src/xercesc/sax/InputSource.cpp Thu Jun 16 17:21:06 2005
@@ -15,46 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:19  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/05/16 21:36:59  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.4  2003/05/15 18:27:05  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2003/04/21 21:07:38  knoaman
- * Use XMLString::release to prepare for configurable memory manager.
- *
- * Revision 1.2  2002/11/04 14:56:26  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:08  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/11/21 16:14:32  tng
- * Schema: New method InputSource::get/setIssueFatalErrorIfNotFound to tell the parser whether to issue fatal error or not if cannot find it (the InputSource).  This is required for schema processing as it shouldn't be a fatal error if the schema is not found.
- *
- * Revision 1.4  2000/03/02 19:54:35  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:58  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  2000/01/12 00:15:39  roddey
- * Changes to deal with multiply nested, relative pathed, entities and to deal
- * with the new URL class changes.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:45  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:01  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/sax/SAXException.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/sax/SAXException.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/sax/SAXException.cpp (original)
+++ xerces/c/trunk/src/xercesc/sax/SAXException.cpp Thu Jun 16 17:21:06 2005
@@ -15,25 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:19  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2003/08/13 15:43:24  knoaman
- * Use memory manager when creating SAX exceptions.
- *
- * Revision 1.2  2002/11/04 14:56:26  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:08  peiyongz
- * sane_include
- *
- * Revision 1.1  2000/08/09 22:06:04  jpolast
- * more functionality to SAXException and its children.
- * msgs are now functional for SAXNotSupportedEx and
- * SAXNotRecognizedEx
- *
- *
+ * $Id$
  */
 
 #include "SAXException.hpp"

Modified: xerces/c/trunk/src/xercesc/sax/SAXParseException.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/sax/SAXParseException.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/sax/SAXParseException.cpp (original)
+++ xerces/c/trunk/src/xercesc/sax/SAXParseException.cpp Thu Jun 16 17:21:06 2005
@@ -15,43 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:19  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/08/13 15:43:24  knoaman
- * Use memory manager when creating SAX exceptions.
- *
- * Revision 1.4  2003/04/21 21:07:38  knoaman
- * Use XMLString::release to prepare for configurable memory manager.
- *
- * Revision 1.3  2002/11/04 14:56:26  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/05/27 18:33:07  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:22:08  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/09/07 23:55:02  andyh
- * Fix SAXException assignment operator.  Now non-virtual, and
- * SAXParseException invokes base class operator.
- *
- * Revision 1.3  2000/03/02 19:54:35  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/06 07:47:58  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:47  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:02  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/sax2/sax2Dummy.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/sax2/sax2Dummy.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/sax2/sax2Dummy.cpp (original)
+++ xerces/c/trunk/src/xercesc/sax2/sax2Dummy.cpp Thu Jun 16 17:21:06 2005
@@ -15,22 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:56:20  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2002/11/04 14:55:45  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:09  peiyongz
- * sane_include
- *
- * Revision 1.1  2000/08/02 18:02:35  jpolast
- * initial checkin of sax2 implementation
- * submitted by Simon Fell (simon@fell.com)
- * and Joe Polastre (jpolast@apache.org)
- *
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/Base64.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Base64.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Base64.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Base64.cpp Thu Jun 16 17:21:06 2005
@@ -15,73 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.17  2005/04/12 07:31:19  amassari
- * Fix compiler errors on IRIX (jira# 1405)
- *
- * Revision 1.16  2004/12/10 10:37:56  cargilld
- * Fix problem with hexbin::decode and use XMLByte instead of XMLCh for output of decoding.
- *
- * Revision 1.15  2004/09/08 13:56:21  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.14  2004/08/17 21:10:33  peiyongz
- * fix bug in getting CanRep from decode()
- *
- * Revision 1.13  2004/08/11 16:47:32  peiyongz
- * Decoding and getCanRep
- *
- * Revision 1.12  2004/06/24 15:00:37  peiyongz
- * Schema-Errata: E2-54 new specs for base64
- *
- * Revision 1.11  2003/12/17 00:18:35  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.10  2003/05/20 22:10:02  peiyongz
- * To differentiate external/internal memory
- *
- * Revision 1.8  2003/01/27 21:15:56  peiyongz
- * only zero or one space allowed in between B64 character.
- *
- * Revision 1.7  2002/12/20 22:10:20  tng
- * XML 1.1
- *
- * Revision 1.6  2002/11/25 18:14:35  peiyongz
- * Schema Errata: E2-9 Base64
- *
- * Revision 1.5  2002/11/04 15:22:03  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/03/19 17:01:20  peiyongz
- * Fix to Bug#7243 Base64 encoding is not working.
- *
- * Revision 1.3  2002/02/18 16:07:38  peiyongz
- * fix: "i" redefined on line 428 reported by compilers on some UNIX platforms
- *
- * Revision 1.2  2002/02/15 21:36:56  peiyongz
- * Interface redefined for conversion in XMLByte
- *
- * Revision 1.1.1.1  2002/02/01 22:22:09  peiyongz
- * sane_include
- *
- * Revision 1.6  2001/10/15 19:42:16  knoaman
- * Null-terminate base64Alphabet.
- *
- * Revision 1.5  2001/10/10 19:14:08  peiyongz
- * Patch from Petr Gotthard : encode() provided and some other changes
- *
- * Revision 1.4  2001/06/07 20:55:20  tng
- * Fix no newline at the end warning.  By Pei Yong Zhang.
- *
- * Revision 1.3  2001/05/28 21:11:16  tng
- * Schema: Various DatatypeValidator fix.  By Pei Yong Zhang
- *
- * Revision 1.2  2001/05/16 19:01:04  tng
- * Schema: Typo fix in Base64
- *
- * Revision 1.1  2001/05/16 15:25:36  tng
- * Schema: Add Base64 and HexBin.  By Pei Yong Zhang.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------
@@ -526,7 +460,7 @@
  *     The above definition of the lexical space is more restrictive than that given 
  *     in [RFC 2045] as regards whitespace -- this is not an issue in practice. Any 
  *     string compatible with the RFC can occur in an element or attribute validated 
- *     by this type, because the ·whiteSpace· facet of this type is fixed to collapse, 
+ *     by this type, because the �whiteSpace� facet of this type is fixed to collapse, 
  *     which means that all leading and trailing whitespace will be stripped, and all 
  *     internal whitespace collapsed to single space characters, before the above grammar 
  *     is enforced.

Modified: xerces/c/trunk/src/xercesc/util/BinFileInputStream.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/BinFileInputStream.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/BinFileInputStream.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/BinFileInputStream.cpp Thu Jun 16 17:21:06 2005
@@ -15,43 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:21  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  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.3  2003/05/16 03:11:22  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 15:22:03  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:09  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/03/02 19:54: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/06 07:48:01  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:03:59  twl
- * Initial checkin
- *
- * Revision 1.4  1999/11/08 20:56:55  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:45:03  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/BinInputStream.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/BinInputStream.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/BinInputStream.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/BinInputStream.cpp Thu Jun 16 17:21:06 2005
@@ -15,30 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:56:21  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2002/11/04 15:22:03  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:10  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/03/02 19:54: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/06 07:48:01  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:04:02  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:04  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/BinMemInputStream.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/BinMemInputStream.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/BinMemInputStream.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/BinMemInputStream.cpp Thu Jun 16 17:21:06 2005
@@ -15,39 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:21  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2003/05/16 03:11:22  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 15:22:03  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:10  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/11/28 19:05:29  knoaman
- * Bug 4442: fix by mlovett@uk.ibm.com
- *
- * Revision 1.4  2000/05/15 22:31:20  andyh
- * Replace #include<memory.h> with <string.h> everywhere.
- *
- * Revision 1.3  2000/03/02 19:54: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/06 07:48:01  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:04:05  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:04  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/BitSet.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/BitSet.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/BitSet.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/BitSet.cpp Thu Jun 16 17:21:06 2005
@@ -15,39 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2005/01/07 15:12:10  amassari
- * Removed warnings
- *
- * Revision 1.4  2004/09/08 13:56:21  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2003/05/15 19:04:35  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 15:22:03  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:10  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/03/02 19:54: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/06 07:48:01  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  1999/12/15 19:38:22  roddey
- * Simple fix to bit ops comments
- *
- * Revision 1.1.1.1  1999/11/09 01:04:09  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:05  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/Compilers/CSetDefs.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Compilers/CSetDefs.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Compilers/CSetDefs.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Compilers/CSetDefs.cpp Thu Jun 16 17:21:06 2005
@@ -15,31 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:56:32  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2002/04/02 20:17:47  peiyongz
- * Bug# 7555: Enable AIX build with newer xlC versions,
- * patch from Martin Kalen (martin.kalen@todaysystems.com.au )
- *
- * Revision 1.1.1.1  2002/02/01 22:22:18  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/03/02 19:55:07  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/06 07:48:17  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:30  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:45:22  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 



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