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

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

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

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

Modified: xerces/c/trunk/src/xercesc/validators/schema/NamespaceScope.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/NamespaceScope.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/NamespaceScope.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/NamespaceScope.cpp Thu Jun 16 17:21:06 2005
@@ -15,37 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:56:56  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2003/12/17 00:18:40  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.5  2003/05/18 14:02:07  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.4  2003/05/16 21:43:21  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.3  2003/05/15 18:57:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 14:49:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:45  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/07/31 15:26:54  knoaman
- * Added support for <attributeGroup>.
- *
- * Revision 1.2  2001/05/11 13:27:33  tng
- * Copyright update.
- *
- * Revision 1.1  2001/04/19 17:43:15  knoaman
- * More schema implementation classes.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/validators/schema/SchemaAttDef.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/SchemaAttDef.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/SchemaAttDef.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/SchemaAttDef.cpp Thu Jun 16 17:21:06 2005
@@ -15,69 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.16  2004/10/28 20:21:06  peiyongz
- * Data member reshuffle
- *
- * Revision 1.15  2004/10/13 17:55:40  cargilld
- * Serialization fix, fPVSIScope not serialized.  Problem reported by David Bertoni.
- *
- * Revision 1.14  2004/09/08 13:56:56  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.13  2004/01/29 11:52:31  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.12  2003/12/24 17:42:03  knoaman
- * Misc. PSVI updates
- *
- * Revision 1.11  2003/12/17 20:50:35  knoaman
- * PSVI: fix for annotation of attributes in attributeGroup/derived types
- *
- * Revision 1.10  2003/11/25 18:15:00  knoaman
- * Serialize enclosing complex type. Thanks to David Cargill.
- *
- * Revision 1.9  2003/11/21 22:34:46  neilg
- * More schema component model implementation, thanks to David Cargill.
- * In particular, this cleans up and completes the XSModel, XSNamespaceItem,
- * XSAttributeDeclaration and XSAttributeGroup implementations.
- *
- * Revision 1.8  2003/10/17 21:17:12  peiyongz
- * using XTemplateSerializer
- *
- * Revision 1.7  2003/10/10 16:25:40  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.6  2003/05/18 14:02:07  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.5  2003/05/16 21:43:21  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.4  2003/02/06 13:51:55  gareth
- * fixed bug with multiple attributes being validated by the same union type.
- *
- * Revision 1.3  2003/01/29 19:47:16  gareth
- * added DOMTypeInfo and some PSVI methods
- *
- * Revision 1.2  2002/11/04 14:49:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:45  peiyongz
- * sane_include
- *
- * Revision 1.4  2001/08/09 15:23:16  knoaman
- * add support for <anyAttribute> declaration.
- *
- * Revision 1.3  2001/07/31 15:26:54  knoaman
- * Added support for <attributeGroup>.
- *
- * Revision 1.2  2001/05/11 13:27:33  tng
- * Copyright update.
- *
- * Revision 1.1  2001/02/27 18:48:22  tng
- * Schema: Add SchemaAttDef, SchemaElementDecl, SchemaAttDefList.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/schema/SchemaAttDefList.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/SchemaAttDefList.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/SchemaAttDefList.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/SchemaAttDefList.cpp Thu Jun 16 17:21:06 2005
@@ -15,49 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2004/09/10 18:42:06  cargilld
- * Performance improvement fix to more efficiently findattdef.  Fix from Dave Bertoni.
- *
- * Revision 1.11  2004/09/08 13:56:56  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2004/01/29 11:52:31  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.9  2003/12/17 00:18:40  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.8  2003/11/13 23:20:47  peiyongz
- * initSize
- *
- * Revision 1.7  2003/11/10 21:54:51  neilg
- * implementation for new stateless means of traversing attribute definition lists
- *
- * Revision 1.6  2003/10/20 11:46:28  gareth
- * Pass in memory manager to constructors and use for creation of enumerators.
- *
- * Revision 1.5  2003/10/17 21:17:12  peiyongz
- * using XTemplateSerializer
- *
- * Revision 1.4  2003/10/10 16:25:40  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.3  2003/05/18 14:02:07  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.2  2002/11/04 14:49:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:46  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/05/11 13:27:34  tng
- * Copyright update.
- *
- * Revision 1.1  2001/02/27 18:48:22  tng
- * Schema: Add SchemaAttDef, SchemaElementDecl, SchemaAttDefList.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/schema/SchemaElementDecl.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/SchemaElementDecl.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/SchemaElementDecl.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/SchemaElementDecl.cpp Thu Jun 16 17:21:06 2005
@@ -15,129 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.23  2005/01/07 15:28:49  amassari
- * Removed warnings
- *
- * Revision 1.22  2004/10/28 20:21:06  peiyongz
- * Data member reshuffle
- *
- * Revision 1.21  2004/10/13 17:55:40  cargilld
- * Serialization fix, fPVSIScope not serialized.  Problem reported by David Bertoni.
- *
- * Revision 1.20  2004/09/08 13:56:56  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.19  2004/01/29 11:52:31  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.18  2003/12/24 17:42:03  knoaman
- * Misc. PSVI updates
- *
- * Revision 1.17  2003/12/17 00:18:40  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.16  2003/12/12 18:36:37  peiyongz
- * getObjectType()
- *
- * Revision 1.15  2003/11/13 23:20:47  peiyongz
- * initSize
- *
- * Revision 1.14  2003/10/17 21:17:12  peiyongz
- * using XTemplateSerializer
- *
- * Revision 1.12  2003/10/14 15:22:28  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.11  2003/10/05 02:08:05  neilg
- * Because it makes grammars un-sharable between parsers running on multiple threads, xsi:type should not be handled by modifying element declarations.  Modifying implementation so it no longer relies on this kind of behaviour; marking methods as deprecated which imply that xsi:type will be handled in this way.  Once their behaviour is handled elsewhere, these methods should eventually be removed
- *
- * Revision 1.10  2003/05/18 14:02:08  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.9  2003/05/16 21:43:21  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.8  2003/05/15 18:57:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.7  2003/01/29 19:47:16  gareth
- * added DOMTypeInfo and some PSVI methods
- *
- * Revision 1.6  2002/11/04 14:49:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.5  2002/07/12 15:17:48  knoaman
- * For a given global element, store info about a substitution group element
- * as a SchemaElementDecl and not as a string.
- *
- * Revision 1.4  2002/05/08 13:53:37  peiyongz
- * Bug#8898: SchemaElementDecl doesn't compile with Intel C++ for IA32,
- *                   patch from Curt Arnold
- *
- * Revision 1.3  2002/03/21 16:31:43  knoaman
- * Remove data/methods from SchemaElementDecl that are not used.
- *
- * Revision 1.2  2002/02/06 22:30:50  knoaman
- * Added a new attribute to store the wild card information for elements of type 'anyType'.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:46  peiyongz
- * sane_include
- *
- * Revision 1.18  2002/01/02 15:20:22  tng
- * Schema Fix: should not store a temp value as the key in the element pool and the attribute pool.
- *
- * Revision 1.17  2001/11/02 14:13:45  knoaman
- * Add support for identity constraints.
- *
- * Revision 1.16  2001/10/11 12:07:39  tng
- * Schema: model type should be based on complextypeinfo if exists.
- *
- * Revision 1.15  2001/09/14 14:50:22  tng
- * Schema: Fix some wildcard bugs, and some retrieving qualified/unqualified element decl problems.
- *
- * Revision 1.14  2001/09/11 13:02:40  tng
- * [Bug 3523] SchemaElementDecl.cpp(242) : error C2202 : not all control paths return a value
- *
- * Revision 1.13  2001/08/29 20:52:35  tng
- * Schema: xsi:type support
- *
- * Revision 1.12  2001/08/21 16:06:11  tng
- * Schema: Unique Particle Attribution Constraint Checking.
- *
- * Revision 1.11  2001/07/24 18:33:46  knoaman
- * Added support for <group> + extra constraint checking for complexType
- *
- * Revision 1.10  2001/07/09 15:22:43  knoaman
- * complete <any> declaration.
- *
- * Revision 1.9  2001/06/13 20:51:18  peiyongz
- * fIsMixed: to handle mixed Content Model
- *
- * Revision 1.8  2001/05/11 13:27:35  tng
- * Copyright update.
- *
- * Revision 1.7  2001/05/03 20:34:42  tng
- * Schema: SchemaValidator update
- *
- * Revision 1.6  2001/05/03 19:17:59  knoaman
- * TraverseSchema Part II.
- *
- * Revision 1.5  2001/04/19 17:43:16  knoaman
- * More schema implementation classes.
- *
- * Revision 1.4  2001/03/21 21:56:33  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
- * Revision 1.3  2001/03/21 19:30:15  tng
- * Schema: Content Model Updates, by Pei Yong Zhang.
- *
- * Revision 1.2  2001/03/07 17:42:12  tng
- * fix typo
- *
- * Revision 1.1  2001/02/27 18:48:22  tng
- * Schema: Add SchemaAttDef, SchemaElementDecl, SchemaAttDefList.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/schema/SchemaGrammar.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/SchemaGrammar.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/SchemaGrammar.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/SchemaGrammar.cpp Thu Jun 16 17:21:06 2005
@@ -15,107 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.22  2004/10/28 20:21:06  peiyongz
- * Data member reshuffle
- *
- * Revision 1.21  2004/09/08 13:56:56  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.20  2004/03/03 23:03:48  peiyongz
- * Using serialize() to save/load object created in ctor
- *
- * Revision 1.19  2004/01/29 11:52:31  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.18  2003/11/13 23:21:19  peiyongz
- * don't serialize/deserialize fElemNonDecl
- *
- * Revision 1.17  2003/11/12 20:35:31  peiyongz
- * Stateless Grammar: ValidationContext
- *
- * Revision 1.16  2003/11/11 22:48:13  knoaman
- * Serialization of XSAnnotation.
- *
- * Revision 1.15  2003/11/06 21:52:17  neilg
- * fix typo
- *
- * Revision 1.14  2003/11/06 19:28:11  knoaman
- * PSVI support for annotations.
- *
- * Revision 1.13  2003/11/05 16:38:08  peiyongz
- * serialize DatatypeValidatorFactory first
- *
- * Revision 1.12  2003/10/29 16:22:30  peiyongz
- * serialize/deserialize substitutiongroup
- *
- * Revision 1.11  2003/10/17 21:17:12  peiyongz
- * using XTemplateSerializer
- *
- * Revision 1.10  2003/10/14 15:22:28  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.9  2003/10/01 16:32:42  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.8  2003/09/22 19:49:02  neilg
- * implement change to Grammar::putElem(XMLElementDecl, bool).  If Grammars are used only to hold declared objects, there will be no need for the fElemNonDeclPool tables; make Grammar implementations lazily create them only if the application requires them (which good cpplications should not.)
- *
- * Revision 1.7  2003/07/31 17:12:10  peiyongz
- * Grammar embed grammar description
- *
- * Revision 1.6  2003/05/21 21:35:31  knoaman
- * Pass the memory manager.
- *
- * Revision 1.5  2003/05/18 14:02:08  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.4  2003/05/15 18:57:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/11/04 14:49:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/07/11 18:21:20  knoaman
- * Grammar caching/preparsing - initial implementation.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:46  peiyongz
- * sane_include
- *
- * Revision 1.11  2002/01/02 15:20:22  tng
- * Schema Fix: should not store a temp value as the key in the element pool and the attribute pool.
- *
- * Revision 1.10  2001/11/19 18:26:31  knoaman
- * no message
- *
- * Revision 1.9  2001/10/09 12:18:26  tng
- * Leak fix: should use delete [] to delete fTargetNamespace.
- *
- * Revision 1.8  2001/09/14 14:50:22  tng
- * Schema: Fix some wildcard bugs, and some retrieving qualified/unqualified element decl problems.
- *
- * Revision 1.7  2001/08/21 16:06:11  tng
- * Schema: Unique Particle Attribution Constraint Checking.
- *
- * Revision 1.6  2001/07/31 15:27:10  knoaman
- * Added support for <attributeGroup>.
- *
- * Revision 1.5  2001/07/24 18:33:46  knoaman
- * Added support for <group> + extra constraint checking for complexType
- *
- * Revision 1.4  2001/06/25 12:51:56  knoaman
- * Add constraint checking on elements in complex types to prevent same
- * element names from having different definitions - use substitueGroups.
- *
- * Revision 1.3  2001/05/11 13:27:36  tng
- * Copyright update.
- *
- * Revision 1.2  2001/04/19 17:43:18  knoaman
- * More schema implementation classes.
- *
- * Revision 1.1  2001/03/21 21:56:33  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/schema/SchemaInfo.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/SchemaInfo.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/SchemaInfo.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/SchemaInfo.cpp Thu Jun 16 17:21:06 2005
@@ -15,66 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.13  2004/09/29 20:58:10  knoaman
- * [Bug 1209] Problem with id usage across schema
- * http://issues.apache.org/jira/browse/XERCESC-1209
- *
- * Revision 1.12  2004/09/08 13:56:56  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.11  2003/12/11 19:26:27  knoaman
- * Store non schema attributes from parent in XSAnnotation
- *
- * Revision 1.10  2003/05/16 21:43:21  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.9  2002/11/04 14:49:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.8  2002/09/24 20:12:48  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.7  2002/06/21 11:52:24  knoaman
- * cleanup
- *
- * Revision 1.6  2002/05/27 20:23:48  knoaman
- * Performance: lazily store top-level components to eliminate unnecessary traversal
- * of DOM tree when looking up for a top level component.
- *
- * Revision 1.5  2002/05/21 19:30:47  tng
- * DOM Reorganization: modify to use the new DOM interface.
- *
- * Revision 1.4  2002/03/19 21:22:39  knoaman
- * Fix for declarations referenced from a different NS in the case of a circular import.
- *
- * Revision 1.3  2002/03/19 15:57:12  knoaman
- * Fix for bug 7074.
- *
- * Revision 1.2  2002/02/06 22:24:59  knoaman
- * Use IDOM for schema processing.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:46  peiyongz
- * sane_include
- *
- * Revision 1.6  2001/12/12 20:52:19  peiyongz
- * memory leak: fRedefineList
- *
- * Revision 1.5  2001/10/04 15:08:56  knoaman
- * Add support for circular import.
- *
- * Revision 1.4  2001/07/31 15:26:54  knoaman
- * Added support for <attributeGroup>.
- *
- * Revision 1.3  2001/07/09 14:29:43  knoaman
- * Fixes for import/include declarations
- *
- * Revision 1.2  2001/05/11 13:27:36  tng
- * Copyright update.
- *
- * Revision 1.1  2001/05/10 16:33:16  knoaman
- * Traverse Schema Part III + error messages.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

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

Modified: xerces/c/trunk/src/xercesc/validators/schema/XMLSchemaDescriptionImpl.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/XMLSchemaDescriptionImpl.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/XMLSchemaDescriptionImpl.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/XMLSchemaDescriptionImpl.cpp Thu Jun 16 17:21:06 2005
@@ -15,33 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:56:57  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2004/03/03 23:04:17  peiyongz
- * deallocate fNamespace when loaded
- *
- * Revision 1.6  2003/12/24 15:24:16  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.5  2003/10/17 21:17:12  peiyongz
- * using XTemplateSerializer
- *
- * Revision 1.4  2003/10/14 15:22:28  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.3  2003/07/31 17:14:27  peiyongz
- * Grammar embed grammar description
- *
- * Revision 1.2  2003/06/20 22:19:12  peiyongz
- * Stateless Grammar Pool :: Part I
- *
- * Revision 1.1  2003/06/20 18:40:28  peiyongz
- * Stateless Grammar Pool :: Part I
- *
  * $Id$
- *
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/schema/XSDErrorReporter.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/XSDErrorReporter.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/XSDErrorReporter.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/XSDErrorReporter.cpp Thu Jun 16 17:21:06 2005
@@ -14,58 +14,9 @@
  * limitations under the License.
  */
 
-/**
-  * $Log$
-  * Revision 1.15  2004/10/20 15:19:07  knoaman
-  * Allow option of initializing static data in XMLPlatformUtils::Initialize
-  *
-  * Revision 1.14  2004/09/08 13:56:57  peiyongz
-  * Apache License Version 2.0
-  *
-  * Revision 1.13  2004/07/22 15:37:18  knoaman
-  * Use file static instance instead of local static instance
-  *
-  * Revision 1.12  2004/01/09 22:41:58  knoaman
-  * Use a global static mutex for locking when creating local static mutexes instead of compareAndSwap
-  *
-  * Revision 1.11  2003/12/24 15:24:16  cargilld
-  * More updates to memory management so that the static memory manager.
-  *
-  * Revision 1.10  2003/03/09 17:05:01  peiyongz
-  * PanicHandler
-  *
-  * Revision 1.9  2003/01/13 16:13:37  knoaman
-  * We should load the validation message set.
-  *
-  * Revision 1.8  2003/01/09 15:30:09  tng
-  * Performance: construct message loader only when required.
-  *
-  * Revision 1.7  2002/12/04 02:32:43  knoaman
-  * #include cleanup.
-  *
-  * Revision 1.6  2002/11/27 18:05:38  tng
-  * Schema Fix: cast the toEmit back to XMLErrs:Codes so that it can be caught by the Scanner properly.
-  *
-  * Revision 1.5  2002/11/15 21:58:04  peiyongz
-  * Leave thread safety issue to message loader
-  *
-  * Revision 1.4  2002/11/04 14:49:42  tng
-  * C++ Namespace Support.
-  *
-  * Revision 1.3  2002/09/24 20:12:48  tng
-  * Performance: use XMLString::equals instead of XMLString::compareString
-  *
-  * Revision 1.2  2002/05/22 20:54:14  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  2002/03/21 15:34:40  knoaman
-  * Add support for reporting line/column numbers of schema errors.
-  *
-  */
+/*
+ * $Id$
+ */
 
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/validators/schema/XSDLocator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/XSDLocator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/XSDLocator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/XSDLocator.cpp Thu Jun 16 17:21:06 2005
@@ -14,21 +14,9 @@
  * limitations under the License.
  */
 
-/**
-  * $Log$
-  * Revision 1.4  2004/09/08 13:56:57  peiyongz
-  * Apache License Version 2.0
-  *
-  * Revision 1.3  2002/11/04 14:49:42  tng
-  * C++ Namespace Support.
-  *
-  * Revision 1.2  2002/05/27 18:44:07  tng
-  * To get ready for 64 bit large file, use XMLSSize_t to represent line and column number.
-  *
-  * Revision 1.1  2002/03/21 15:34:40  knoaman
-  * Add support for reporting line/column numbers of schema errors.
-  *
-  */
+/*
+ * $Id$
+ */
 
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/validators/schema/XUtil.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/XUtil.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/XUtil.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/XUtil.cpp Thu Jun 16 17:21:06 2005
@@ -15,43 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2002/11/04 14:49:42  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/09/24 20:12:48  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.3  2002/05/21 19:31:45  tng
- * DOM Reorganization: modify to use the new DOM interface and remove obsolete code in XUtil.
- *
- * Revision 1.2  2002/02/06 22:21:49  knoaman
- * Use IDOM for schema processing.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.6  2001/12/05 20:12:30  knoaman
- * Use getLocalName instead of getNodeName.
- *
- * Revision 1.5  2001/11/02 14:13:45  knoaman
- * Add support for identity constraints.
- *
- * Revision 1.4  2001/05/11 13:27:39  tng
- * Copyright update.
- *
- * Revision 1.3  2001/05/03 21:02:40  tng
- * Schema: Add SubstitutionGroupComparator and update exception messages.  By Pei Yong Zhang.
- *
- * Revision 1.2  2001/04/04 18:02:04  tng
- * Schema: include failure on Unix for XUtil.cpp.  Fixed by Pei Yong Zhang.
- *
- * Revision 1.1  2001/03/30 16:06:00  tng
- * Schema: XUtil, added by Pei Yong Zhang
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/schema/XercesAttGroupInfo.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/XercesAttGroupInfo.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/XercesAttGroupInfo.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/XercesAttGroupInfo.cpp Thu Jun 16 17:21:06 2005
@@ -15,46 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/09/08 13:56:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2003/11/20 17:06:05  knoaman
- * PSVI: store name and namespace information
- *
- * Revision 1.7  2003/11/13 23:20:47  peiyongz
- * initSize
- *
- * Revision 1.6  2003/10/17 21:17:12  peiyongz
- * using XTemplateSerializer
- *
- * Revision 1.5  2003/10/14 15:22:28  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.4  2003/05/15 18:57:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/11/04 14:49:42  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/09/24 20:12:48  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.4  2001/11/20 20:21:49  knoaman
- * Add check for attribute derviation ok when redefining attribute group by restriction.
- *
- * Revision 1.3  2001/11/20 15:57:04  knoaman
- * Add check for multiple attributes with type derived from ID.
- *
- * Revision 1.2  2001/08/09 15:23:17  knoaman
- * add support for <anyAttribute> declaration.
- *
- * Revision 1.1  2001/07/31 15:26:54  knoaman
- * Added support for <attributeGroup>.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/validators/schema/XercesElementWildcard.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/XercesElementWildcard.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/XercesElementWildcard.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/XercesElementWildcard.cpp Thu Jun 16 17:21:06 2005
@@ -15,25 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:56:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2002/11/04 14:49:42  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/11/21 14:30:13  knoaman
- * Fix for UPA checking.
- *
- * Revision 1.2  2001/08/22 16:58:27  tng
- * typo: the type should be t1/t2, not w1/w2.
- *
- * Revision 1.1  2001/08/21 15:58:42  tng
- * Schema: New files XercesElementWildCard.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/schema/XercesGroupInfo.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/XercesGroupInfo.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/XercesGroupInfo.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/XercesGroupInfo.cpp Thu Jun 16 17:21:06 2005
@@ -15,49 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2004/09/08 13:56:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.11  2003/11/20 17:06:05  knoaman
- * PSVI: store name and namespace information
- *
- * Revision 1.10  2003/11/13 23:20:47  peiyongz
- * initSize
- *
- * Revision 1.9  2003/10/29 16:21:52  peiyongz
- * don't own the element list pointed to by fElements
- *
- * Revision 1.8  2003/10/17 21:17:12  peiyongz
- * using XTemplateSerializer
- *
- * Revision 1.7  2003/10/14 15:22:28  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.6  2003/05/18 14:02:08  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.5  2003/05/15 18:57:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2002/11/04 14:49:42  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/04/01 15:47:06  knoaman
- * Move Element Consistency checking (ref to global declarations) to SchemaValidator.
- *
- * Revision 1.2  2002/03/25 20:25:32  knoaman
- * Move particle derivation checking from TraverseSchema to SchemaValidator.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/08/24 20:36:37  knoaman
- * Add support for <redefine>.
- *
- * Revision 1.1  2001/07/24 18:33:46  knoaman
- * Added support for <group> + extra constraint checking for complexType
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/validators/schema/identity/FieldActivator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/identity/FieldActivator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/identity/FieldActivator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/identity/FieldActivator.cpp Thu Jun 16 17:21:06 2005
@@ -15,40 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.10  2005/01/07 15:28:49  amassari
- * Removed warnings
- *
- * Revision 1.9  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2003/12/17 01:13:10  cargilld
- * Fix memhandlertest failure (memory not deleted).
- *
- * Revision 1.7  2003/12/17 00:18:41  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/12/16 18:41:15  knoaman
- * Make IC_Field stateless
- *
- * Revision 1.5  2003/05/22 02:10:52  knoaman
- * Default the memory manager.
- *
- * Revision 1.4  2003/05/15 18:59:34  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/11/04 14:47:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/08/27 05:56:19  knoaman
- * Identity Constraint: handle case of recursive elements.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/validators/schema/identity/FieldValueMap.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/identity/FieldValueMap.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/identity/FieldValueMap.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/identity/FieldValueMap.cpp Thu Jun 16 17:21:06 2005
@@ -15,37 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2005/01/07 15:28:49  amassari
- * Removed warnings
- *
- * Revision 1.8  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2003/10/01 16:32:42  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.6  2003/05/22 02:10:52  knoaman
- * Default the memory manager.
- *
- * Revision 1.5  2003/05/18 14:02:09  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.4  2003/05/15 18:59:34  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:59  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:47:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/validators/schema/identity/IC_Field.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/identity/IC_Field.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/identity/IC_Field.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/identity/IC_Field.cpp Thu Jun 16 17:21:06 2005
@@ -15,37 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2004/01/29 11:52:32  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.6  2003/12/16 18:41:15  knoaman
- * Make IC_Field stateless
- *
- * Revision 1.5  2003/10/14 15:24:23  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.4  2003/05/15 18:59:34  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2003/01/13 16:30:19  knoaman
- * [Bug 14469] Validator doesn't enforce xsd:key.
- *
- * Revision 1.2  2002/11/04 14:47:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/11/15 17:10:19  knoaman
- * Particle derivation checking support.
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/validators/schema/identity/IC_Key.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/identity/IC_Key.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/identity/IC_Key.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/identity/IC_Key.cpp Thu Jun 16 17:21:06 2005
@@ -15,25 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/10/14 15:24:23  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.3  2003/05/15 18:59:34  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 14:47:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/validators/schema/identity/IC_KeyRef.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/identity/IC_KeyRef.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/identity/IC_KeyRef.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/identity/IC_KeyRef.cpp Thu Jun 16 17:21:06 2005
@@ -15,25 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/10/14 15:24:23  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.3  2003/05/15 18:59:34  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 14:47:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/validators/schema/identity/IC_Selector.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/identity/IC_Selector.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/identity/IC_Selector.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/identity/IC_Selector.cpp Thu Jun 16 17:21:06 2005
@@ -15,37 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2003/10/14 15:24:23  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.5  2003/05/15 18:59:34  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2003/01/13 16:30:19  knoaman
- * [Bug 14469] Validator doesn't enforce xsd:key.
- *
- * Revision 1.3  2002/11/04 14:47:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/08/27 05:56:19  knoaman
- * Identity Constraint: handle case of recursive elements.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/11/23 18:35:33  tng
- * Eliminate Warning from AIX xlC 3.6:1540-399: (W) "XMLAttr" is undefined.  The delete operator will not call a destructor.
- *
- * Revision 1.2  2001/11/15 17:10:19  knoaman
- * Particle derivation checking support.
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/validators/schema/identity/IC_Unique.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/identity/IC_Unique.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/identity/IC_Unique.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/identity/IC_Unique.cpp Thu Jun 16 17:21:06 2005
@@ -15,25 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/10/14 15:24:23  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.3  2003/05/15 18:59:34  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 14:47:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/validators/schema/identity/IdentityConstraint.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/identity/IdentityConstraint.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/identity/IdentityConstraint.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/identity/IdentityConstraint.cpp Thu Jun 16 17:21:06 2005
@@ -15,46 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.11  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2004/01/29 11:52:32  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.9  2003/11/14 22:35:09  neilg
- * changes in support of second phase of XSModel implementation; thanks to David Cargill
- *
- * Revision 1.8  2003/11/13 23:21:41  peiyongz
- * initSize
- *
- * Revision 1.7  2003/10/17 21:18:04  peiyongz
- * using XTemplateSerializer
- *
- * Revision 1.6  2003/10/14 15:24:23  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.5  2003/10/01 16:32:42  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.4  2003/05/15 18:59:34  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/11/04 14:47:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/09/24 19:57:20  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/11/15 17:10:19  knoaman
- * Particle derivation checking support.
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/validators/schema/identity/IdentityConstraintHandler.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/identity/IdentityConstraintHandler.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/identity/IdentityConstraintHandler.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/identity/IdentityConstraintHandler.cpp Thu Jun 16 17:21:06 2005
@@ -16,14 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.2  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2004/04/13 16:41:16  peiyongz
- * IdentityConstraintHandler
- *
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/validators/schema/identity/ValueStore.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/identity/ValueStore.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/identity/ValueStore.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/identity/ValueStore.cpp Thu Jun 16 17:21:06 2005
@@ -15,49 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.11  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2004/01/29 11:52:32  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.9  2003/12/17 00:18:41  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.8  2003/12/16 18:41:15  knoaman
- * Make IC_Field stateless
- *
- * Revision 1.7  2003/05/18 14:02:09  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.6  2003/05/15 18:59:34  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2002/12/04 02:32:43  knoaman
- * #include cleanup.
- *
- * Revision 1.4  2002/11/04 14:47:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/09/24 19:57:20  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.2  2002/02/18 06:26:50  jberry
- * Quiet codewarrior compiler warnings
- *
- * Revision 1.1.1.1  2002/02/01 22:22:51  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/12/06 17:03:37  knoaman
- * Identity Constraint: fix for xpath expressions containing union operator(s).
- *
- * Revision 1.2  2001/11/20 20:32:52  knoaman
- * Bypass validating element's simple content if it's empty and element is nillable.
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/validators/schema/identity/ValueStoreCache.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/identity/ValueStoreCache.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/identity/ValueStoreCache.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/identity/ValueStoreCache.cpp Thu Jun 16 17:21:06 2005
@@ -15,43 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.11  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2003/12/17 00:18:41  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.9  2003/10/01 16:32:42  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.8  2003/05/26 22:05:01  knoaman
- * Pass the memory manager to XMLString::replicate.
- *
- * Revision 1.7  2003/05/18 14:02:09  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.6  2003/05/15 18:59:34  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2002/11/04 14:47:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/08/28 13:41:20  knoaman
- * missing type info.
- *
- * Revision 1.3  2002/08/27 05:56:19  knoaman
- * Identity Constraint: handle case of recursive elements.
- *
- * Revision 1.2  2002/08/26 23:48:09  knoaman
- * Fix for ValueStore's null pointer.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:51  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/validators/schema/identity/XPathMatcher.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/identity/XPathMatcher.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/identity/XPathMatcher.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/identity/XPathMatcher.cpp Thu Jun 16 17:21:06 2005
@@ -15,49 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.11  2004/01/29 11:52:32  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.10  2003/12/17 00:18:41  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.9  2003/10/01 16:32:42  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.8  2003/05/18 14:02:09  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.7  2003/05/15 18:59:34  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.6  2003/01/13 20:16:52  knoaman
- * [Bug 16024] SchemaSymbols.hpp conflicts C++ Builder 6 dir.h
- *
- * Revision 1.5  2003/01/13 16:30:19  knoaman
- * [Bug 14469] Validator doesn't enforce xsd:key.
- *
- * Revision 1.4  2002/11/04 14:47:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/08/27 05:56:19  knoaman
- * Identity Constraint: handle case of recursive elements.
- *
- * Revision 1.2  2002/02/18 06:26:50  jberry
- * Quiet codewarrior compiler warnings
- *
- * Revision 1.1.1.1  2002/02/01 22:22:51  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/11/15 17:10:19  knoaman
- * Particle derivation checking support.
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/validators/schema/identity/XPathMatcherStack.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/identity/XPathMatcherStack.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/identity/XPathMatcherStack.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/identity/XPathMatcherStack.cpp Thu Jun 16 17:21:06 2005
@@ -15,28 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/10/01 16:32:42  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.4  2003/05/18 14:02:09  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.3  2003/05/15 18:59:34  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 14:47:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:51  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/validators/schema/identity/XPathSymbols.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/identity/XPathSymbols.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/identity/XPathSymbols.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/identity/XPathSymbols.cpp Thu Jun 16 17:21:06 2005
@@ -15,19 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2002/11/04 14:47:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:51  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/validators/schema/identity/XercesXPath.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/schema/identity/XercesXPath.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/identity/XercesXPath.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/identity/XercesXPath.cpp Thu Jun 16 17:21:06 2005
@@ -15,67 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.17  2005/04/07 15:30:57  knoaman
- * Update chars table with an NCName char mask instead of an XML letter mask
- *
- * Revision 1.16  2005/01/07 15:28:49  amassari
- * Removed warnings
- *
- * Revision 1.15  2004/12/28 16:35:57  amassari
- * Store fAxisType as an integer, not as a XMLCh (bug# 1177)
- *
- * Revision 1.14  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.13  2004/01/29 11:52:32  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.12  2003/12/17 00:18:41  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.11  2003/10/17 21:18:04  peiyongz
- * using XTemplateSerializer
- *
- * Revision 1.10  2003/10/14 15:24:23  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.9  2003/10/01 16:32:42  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.8  2003/05/18 14:02:09  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.7  2003/05/16 21:43:22  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.6  2003/05/15 18:59:34  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2002/12/20 22:10:48  tng
- * XML 1.1
- *
- * Revision 1.4  2002/12/04 18:21:23  knoaman
- * Identity constraint fix.
- *
- * Revision 1.3  2002/11/04 14:47:42  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/10/30 21:52:01  tng
- * [Bug 13641] compiler-generated copy-constructor for QName doesn't do the right thing.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:51  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/11/15 17:10:19  knoaman
- * Particle derivation checking support.
- *
- * Revision 1.2  2001/11/07 14:25:36  knoaman
- * Fix compliation error on Unix.
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/tests/src/DOM/DOMTest/DTest.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/tests/src/DOM/DOMTest/DTest.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/tests/src/DOM/DOMTest/DTest.cpp (original)
+++ xerces/c/trunk/tests/src/DOM/DOMTest/DTest.cpp Thu Jun 16 17:21:06 2005
@@ -15,97 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.42  2004/09/08 13:57:02  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.41  2004/09/02 15:11:42  cargilld
- * Add OutOfMemoryException block to tests.
- *
- * Revision 1.40  2004/03/02 13:53:50  amassari
- * Added test for bug# 26919
- *
- * Revision 1.39  2003/02/05 18:55:19  tng
- * [Bug 11915] Utility for freeing memory.
- *
- * Revision 1.38  2003/01/29 20:04:09  gareth
- * testing for DOMTypeInfo
- *
- * Revision 1.37  2003/01/03 17:09:02  tng
- * delete the parser when done, avoid memory leak report with the test case
- *
- * Revision 1.36  2002/11/21 22:12:08  tng
- * fix typo where isID should be isId
- *
- * Revision 1.35  2002/11/21 14:24:39  gareth
- * Tests added for isId, setIdAttribute, setIdAttributeNS, setIdAttributeNode
- *
- * Revision 1.34  2002/11/12 17:52:01  tng
- * Test update: do not issue "Test Run Successfully" if there was an error.
- *
- * Revision 1.33  2002/09/23 21:00:14  tng
- * DOM L3: fix to isDefaultNamespace.  Patch from Gareth Reakes.
- *
- * Revision 1.32  2002/09/23 20:09:23  tng
- * DOM L3: Test baseURI with different parser's setting.
- *
- * Revision 1.31  2002/09/23 18:27:48  tng
- * DOM L3: Test baseURI.   Added by Gareth Reakes and Thomas Ford.
- *
- * Revision 1.30  2002/08/21 20:59:11  tng
- * release the cloned document.
- *
- * Revision 1.29  2002/08/19 19:56:08  tng
- * DOM L3: test DOMNode::isDefaultNamespace.   Added by Gareth Reakes.
- *
- * Revision 1.28  2002/08/16 19:22:29  tng
- * Test DOM L3 lookupNamespacePrefix, lookupNamespaceURI support.   Added by Gareth Reakes.
- *
- * Revision 1.27  2002/08/16 16:03:02  tng
- * [Bug 11360] Release user data using handler.
- *
- * Revision 1.26  2002/08/16 13:49:56  tng
- * [Bug 11360] Release user data using handler.
- *
- * Revision 1.25  2002/08/09 20:21:21  tng
- * Test DOM L3 compareTreePosition.
- *
- * Revision 1.24  2002/07/04 15:35:15  tng
- * DOM L3: Test DOMDocument::renameNode
- *
- * Revision 1.23  2002/06/27 18:42:16  tng
- * DOM L3: Test DOMNode::isSameNode and DOMNode::isEqualNode
- *
- * Revision 1.22  2002/06/25 16:22:52  tng
- * DOM L3: use release()
- *
- * Revision 1.21  2002/06/12 18:31:17  tng
- * DOM L3: test the DOMUserDataHandler and set/getUserData
- *
- * Revision 1.20  2002/06/03 20:51:21  tng
- * DOM L3: Add DOMImplementationRegistry and DOMImplementationSource
- *
- * Revision 1.19  2002/05/21 18:50:16  tng
- * Test case update: modify to use the latest DOM interface
- *
- * Revision 1.6  2002/04/01 21:04:00  tng
- * According to DOM spec, setNodeValue by default is no-op.
- *
- * Revision 1.5  2002/03/14 21:59:29  tng
- * Run methods test[NodeType] in the IDOMTest and other fixes.
- *
- * Revision 1.4  2002/02/01 22:44:24  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/12/07 01:48:27  tng
- * [Bug 1959] setNodeValue throws exception when spec specifies NOP.
- *
- * Revision 1.2  2001/11/23 16:16:52  tng
- * Elimiate compiler warning Warning: String literal converted to char* in initialization.
- *
- * Revision 1.1  2001/08/09 19:28:47  tng
- * Port test case DOMTest to  IDOMTest
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/tests/src/DOM/DOMTest/DTest.h
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/tests/src/DOM/DOMTest/DTest.h?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/tests/src/DOM/DOMTest/DTest.h (original)
+++ xerces/c/trunk/tests/src/DOM/DOMTest/DTest.h Thu Jun 16 17:21:06 2005
@@ -15,37 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2004/09/08 13:57:03  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.11  2002/11/05 21:47:35  tng
- * Explicit code using namespace in application.
- *
- * Revision 1.10  2002/11/04 15:23:43  tng
- * C++ Namespace Support.
- *
- * Revision 1.9  2002/09/23 20:09:23  tng
- * DOM L3: Test baseURI with different parser's setting.
- *
- * Revision 1.8  2002/09/23 18:27:48  tng
- * DOM L3: Test baseURI.   Added by Gareth Reakes and Thomas Ford.
- *
- * Revision 1.7  2002/06/12 18:31:17  tng
- * DOM L3: test the DOMUserDataHandler and set/getUserData
- *
- * Revision 1.6  2002/05/21 18:50:16  tng
- * Test case update: modify to use the latest DOM interface
- *
- * Revision 1.3  2002/03/14 21:59:29  tng
- * Run methods test[NodeType] in the IDOMTest and other fixes.
- *
- * Revision 1.2  2002/02/01 22:44:24  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/08/09 19:28:47  tng
- * Port test case DOMTest to  IDOMTest
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/tests/src/DOM/Traversal/Traversal.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/tests/src/DOM/Traversal/Traversal.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/tests/src/DOM/Traversal/Traversal.cpp (original)
+++ xerces/c/trunk/tests/src/DOM/Traversal/Traversal.cpp Thu Jun 16 17:21:06 2005
@@ -24,61 +24,8 @@
 //     This is NOT a complete test of DOM functionality.
 //
 
-/**
- * $Log$
- * Revision 1.16  2004/09/08 13:57:04  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.15  2003/02/05 18:55:20  tng
- * [Bug 11915] Utility for freeing memory.
- *
- * Revision 1.14  2002/11/12 17:52:12  tng
- * Test update: do not issue "Test Run Successfully" if there was an error.
- *
- * Revision 1.13  2002/11/05 21:47:36  tng
- * Explicit code using namespace in application.
- *
- * Revision 1.12  2002/06/25 16:23:16  tng
- * DOM L3: use release()
- *
- * Revision 1.11  2002/06/04 16:14:44  tng
- * Use proper feature in DOMImplementationRegistry::getDOMImplementation
- *
- * Revision 1.10  2002/06/03 20:51:46  tng
- * DOM L3: Add DOMImplementationRegistry and DOMImplementationSource
- *
- * Revision 1.9  2002/05/27 21:11:26  tng
- * Add DOMDocumentRange and DOMDocumentTraversal.
- *
- * Revision 1.8  2002/05/21 18:52:35  tng
- * Test case update: modify to use the latest DOM interface.
- *
- * Revision 1.8  2002/03/07 21:41:58  peiyongz
- * Call Terminate() to avoid memory tools reporting memory leak
- *
- * Revision 1.7  2002/02/04 21:56:57  tng
- * Test DOM Level 2 function getRoot.
- *
- * Revision 1.6  2002/02/04 19:02:37  tng
- * Memory leak fix in samples / test cases.
- *
- * Revision 1.5  2002/02/01 22:44:51  peiyongz
- * sane_include
- *
- * Revision 1.4  2001/11/23 16:18:54  tng
- * Elimiate compiler warning: Warning: String literal converted to char* in formal argument file in call to tassert(bool, char*, int).
- *
- * Revision 1.3  2001/07/19 20:45:16  tng
- * Add some test cases in the tests folder to sanityTest.pl
- *
- * Revision 1.2  2001/06/05 11:58:31  tng
- * Delete the document at the end for clearing the memory.
- *
- * Revision 1.1  2001/06/04 20:11:55  tng
- * IDOM: Complete IDNodeIterator, IDTreeWalker, IDNodeFilter.
- *
- *
-
+/*
+ * $Id$
  */
 
 #include <stdio.h>

Modified: xerces/c/trunk/tests/src/MemHandlerTest/MemoryMonitor.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/tests/src/MemHandlerTest/MemoryMonitor.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/tests/src/MemHandlerTest/MemoryMonitor.cpp (original)
+++ xerces/c/trunk/tests/src/MemHandlerTest/MemoryMonitor.cpp Thu Jun 16 17:21:06 2005
@@ -15,28 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:57:05  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2004/09/02 15:11:42  cargilld
- * Add OutOfMemoryException block to tests.
- *
- * Revision 1.5  2004/02/15 19:43:04  amassari
- * Removed cause for warnings in VC 7.1
- *
- * Revision 1.4  2003/06/03 21:42:42  neilg
- * update name of test in usage info
- *
- * Revision 1.3  2003/06/03 14:00:34  neilg
- * attempt to make VC6 happy.
- *
- * Revision 1.2  2003/06/03 13:50:44  neilg
- * make Forte compiler happy
- *
- * Revision 1.1  2003/06/02 22:22:26  neilg
- * new test for the pluggable memory management mechanism.  This tests all 4 common Xerces parsers (SAX, SAX2, DOMBuilder and DeprecatedDOM) and ensures all allocated memory is dallocated, and that the manager which created the memory is called to deallocate it.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/tests/src/MemHandlerTest/SimpleValueHashTableOf.c
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/tests/src/MemHandlerTest/SimpleValueHashTableOf.c?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/tests/src/MemHandlerTest/SimpleValueHashTableOf.c (original)
+++ xerces/c/trunk/tests/src/MemHandlerTest/SimpleValueHashTableOf.c Thu Jun 16 17:21:06 2005
@@ -14,14 +14,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.2  2004/09/08 13:57:05  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2003/06/03 18:57:32  neilg
- * following tradition, use a .c extension for the body of a template class.
- *
+/*
+ * $Id$
  */
 
 #if defined(XERCES_TMPLSINC)

Modified: xerces/c/trunk/tests/src/ParserTest/ParserTest.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/tests/src/ParserTest/ParserTest.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/tests/src/ParserTest/ParserTest.cpp (original)
+++ xerces/c/trunk/tests/src/ParserTest/ParserTest.cpp Thu Jun 16 17:21:06 2005
@@ -15,48 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.13  2004/09/08 13:57:05  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.12  2003/05/30 13:08:25  gareth
- * move over to macros for std:: and iostream/iostream.h issues.
- *
- * Revision 1.11  2002/02/01 22:45:54  peiyongz
- * sane_include
- *
- * Revision 1.10  2001/11/28 21:15:08  tng
- * Fix broken ParserTest.
- *
- * Revision 1.9  2000/06/22 04:31:27  roddey
- * Another do nothing change to make sure I can still commit
- * from home after changing my password.
- *
- * Revision 1.7  2000/03/02 19:55:46  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.6  2000/02/06 07:48:36  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.5  2000/01/26 19:35:57  roddey
- * When the /Debug output format is used, it will spit out source offset
- * data as well now.
- *
- * Revision 1.4  2000/01/21 23:58:06  roddey
- * Initial move away from util streams was bad. Wide char APIs didn't allow enough
- * control to do canonical output, so changed to use std short char APIs.
- *
- * Revision 1.2  2000/01/12 00:29:49  roddey
- * Changes for the new URL and InputSource changes.
- *
- * Revision 1.1.1.1  1999/11/09 01:02:14  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:42:25  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/tests/src/ParserTest/ParserTest_Parser.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/tests/src/ParserTest/ParserTest_Parser.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/tests/src/ParserTest/ParserTest_Parser.cpp (original)
+++ xerces/c/trunk/tests/src/ParserTest/ParserTest_Parser.cpp Thu Jun 16 17:21:06 2005
@@ -15,48 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2004/09/08 13:57:05  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.11  2003/05/30 13:08:26  gareth
- * move over to macros for std:: and iostream/iostream.h issues.
- *
- * Revision 1.10  2002/02/01 22:45:54  peiyongz
- * sane_include
- *
- * Revision 1.9  2001/11/28 21:15:08  tng
- * Fix broken ParserTest.
- *
- * Revision 1.8  2000/03/02 19:55:46  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.7  2000/02/06 07:48:37  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.6  2000/01/27 20:31:31  roddey
- * More recovery from the move away from the util/xx streams.
- *
- * Revision 1.5  2000/01/26 19:35:57  roddey
- * When the /Debug output format is used, it will spit out source offset
- * data as well now.
- *
- * Revision 1.4  2000/01/25 01:02:12  roddey
- * More small fixes in the output from the recent change to get away from
- * the util/xx streams.
- *
- * Revision 1.3  2000/01/21 23:58:06  roddey
- * Initial move away from util streams was bad. Wide char APIs didn't allow enough
- * control to do canonical output, so changed to use std short char APIs.
- *
- * Revision 1.1  1999/11/09 01:02:22  twl
- * Initial revision
- *
- * Revision 1.3  1999/11/08 20:42:25  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/tests/src/UtilTests/CoreTestsMain.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/tests/src/UtilTests/CoreTestsMain.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/tests/src/UtilTests/CoreTestsMain.cpp (original)
+++ xerces/c/trunk/tests/src/UtilTests/CoreTestsMain.cpp Thu Jun 16 17:21:06 2005
@@ -15,33 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:57:05  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2003/05/30 13:08:26  gareth
- * move over to macros for std:: and iostream/iostream.h issues.
- *
- * Revision 1.5  2002/02/01 22:46:28  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/03/02 19:55:47  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.3  2000/02/06 07:48:39  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  2000/01/19 00:59:07  roddey
- * Get rid of dependence on old utils output streams.
- *
- * Revision 1.1.1.1  1999/11/09 01:01:44  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:42:26  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/tests/src/UtilTests/CoreTests_BitSet.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/tests/src/UtilTests/CoreTests_BitSet.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/tests/src/UtilTests/CoreTests_BitSet.cpp (original)
+++ xerces/c/trunk/tests/src/UtilTests/CoreTests_BitSet.cpp Thu Jun 16 17:21:06 2005
@@ -15,33 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:57:05  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2003/05/30 13:08:26  gareth
- * move over to macros for std:: and iostream/iostream.h issues.
- *
- * Revision 1.5  2002/02/01 22:46:28  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/03/02 19:55:48  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.3  2000/02/06 07:48:39  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  2000/01/19 00:59:06  roddey
- * Get rid of dependence on old utils output streams.
- *
- * Revision 1.1.1.1  1999/11/09 01:01:47  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:42:26  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