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

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

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLContentModel.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLContentModel.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLContentModel.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLContentModel.hpp Thu Jun 16 19:56:35 2005
@@ -15,72 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/16 13:32:05  amassari
- * Updated error message for UPA to also state the complex type that is failing the test
- *
- * Revision 1.5  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/05/15 18:26:07  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2003/03/07 18:08:10  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:21:51  peiyongz
- * sane_include
- *
- * Revision 1.14  2001/11/21 14:30:13  knoaman
- * Fix for UPA checking.
- *
- * Revision 1.13  2001/08/21 16:06:10  tng
- * Schema: Unique Particle Attribution Constraint Checking.
- *
- * Revision 1.12  2001/08/13 15:06:38  knoaman
- * update <any> validation.
- *
- * Revision 1.11  2001/05/28 20:53:35  tng
- * Schema: move static data gInvalidTrans, gEOCFakeId, gEpsilonFakeId to XMLContentModel for others to access
- *
- * Revision 1.10  2001/05/11 13:25:31  tng
- * Copyright update.
- *
- * Revision 1.9  2001/05/03 21:02:23  tng
- * Schema: Add SubstitutionGroupComparator and update exception messages.  By Pei Yong Zhang.
- *
- * Revision 1.8  2001/04/19 18:16:50  tng
- * Schema: SchemaValidator update, and use QName in Content Model
- *
- * Revision 1.7  2001/03/21 21:56:01  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
- * Revision 1.6  2001/02/27 14:48:30  tng
- * Schema: Add CMAny and ContentLeafNameTypeVector, by Pei Yong Zhang
- *
- * Revision 1.5  2000/03/02 19:54:24  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/24 20:00:23  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.3  2000/02/15 01:21:30  roddey
- * Some initial documentation improvements. More to come...
- *
- * Revision 1.2  2000/02/06 07:47:48  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:30  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:37  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLDTDDescription.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLDTDDescription.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLDTDDescription.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLDTDDescription.cpp Thu Jun 16 19:56:35 2005
@@ -16,13 +16,6 @@
 
 /**
  * $Id$
- * $Log$
- * Revision 1.2  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2003/10/14 15:16:58  peiyongz
- * Implementation of Serialization/Deserialization
- *
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLDTDDescription.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLDTDDescription.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLDTDDescription.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLDTDDescription.hpp Thu Jun 16 19:56:35 2005
@@ -15,24 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/29 21:23:02  peiyongz
- * default implementation provided
- *
- * Revision 1.4  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2004/04/07 14:09:22  peiyongz
- * systemId (to replace rootElemName) as DTDGrammar Key
- *
- * Revision 1.2  2003/10/14 15:17:47  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.1  2003/06/20 18:37:39  peiyongz
- * Stateless Grammar Pool :: Part I
- *
  * $Id$
- *
  */
 
 #if !defined(XMLDTDDESCRIPTION_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLDocumentHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLDocumentHandler.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLDocumentHandler.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLDocumentHandler.hpp Thu Jun 16 19:56:35 2005
@@ -15,70 +15,8 @@
  */
 
  /*
-  * $Log$
-  * Revision 1.11  2004/09/20 15:00:49  amassari
-  * Added a setCreateSchemaInfo method to the DOM parsers, to store PSVI informations in element and attribute nodes
-  *
-  * Revision 1.10  2004/09/08 13:55:58  peiyongz
-  * Apache License Version 2.0
-  *
-  * Revision 1.9  2004/09/02 19:08:09  cargilld
-  * Fix API Doc warning message
-  *
-  * Revision 1.8  2004/02/25 18:29:16  amassari
-  * Fixed typo in documentation
-  *
-  * Revision 1.7  2004/01/29 11:46:29  cargilld
-  * Code cleanup changes to get rid of various compiler diagnostic messages.
-  *
-  * Revision 1.6  2003/11/28 05:14:34  neilg
-  * update XMLDocumentHandler to enable stateless passing of type information for elements.  Note that this is as yet unimplemented.
-  *
-  * Revision 1.5  2003/03/07 18:08:10  tng
-  * Return a reference instead of void for operator=
-  *
-  * Revision 1.4  2002/11/04 15:00:21  tng
-  * C++ Namespace Support.
-  *
-  * Revision 1.3  2002/05/28 20:41:11  tng
-  * [Bug 9104] prefixes dissapearing when schema validation turned on.
-  *
-  * Revision 1.2  2002/02/20 18:17:01  tng
-  * [Bug 5977] Warnings on generating apiDocs.
-  *
-  * Revision 1.1.1.1  2002/02/01 22:21:51  peiyongz
-  * sane_include
-  *
-  * Revision 1.8  2000/03/02 19:54:24  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/24 20:00:23  abagchi
-  * Swat for removing Log from API docs
-  *
-  * Revision 1.6  2000/02/16 20:29:20  aruna1
-  * API Doc++ summary changes in
-  *
-  * Revision 1.5  2000/02/16 19:48:56  roddey
-  * More documentation updates
-  *
-  * Revision 1.4  2000/02/15 01:21:30  roddey
-  * Some initial documentation improvements. More to come...
-  *
-  * Revision 1.3  2000/02/09 19:47:27  abagchi
-  * Added docs for startElement
-  *
-  * Revision 1.2  2000/02/06 07:47:48  rahulj
-  * Year 2K copyright swat.
-  *
-  * Revision 1.1.1.1  1999/11/09 01:08:31  twl
-  * Initial checkin
-  *
-  * Revision 1.3  1999/11/08 20:44:37  rahul
-  * Swat for adding in Product name and CVS comment log variable.
-  *
-  */
+ * $Id$
+ */
 
 
 #if !defined(XMLDOCUMENTHANDLER_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLElementDecl.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLElementDecl.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLElementDecl.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLElementDecl.hpp Thu Jun 16 19:56:35 2005
@@ -15,103 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.11  2003/12/12 18:34:43  peiyongz
- * loadElement/storeElement
- *
- * Revision 1.10  2003/11/27 06:08:18  neilg
- * mark DOMTypeInfo-related methods on XMLElementDecl deprecated since they are not thread-safe
- *
- * Revision 1.9  2003/11/24 05:19:15  neilg
- * update method documentation
- *
- * Revision 1.8  2003/10/10 16:23:29  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.7  2003/05/16 21:36:55  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.6  2003/05/15 18:26:07  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2003/03/07 18:08:10  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.4  2003/01/29 19:45:35  gareth
- * added api for DOMTypeInfo
- *
- * Revision 1.3  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/08/20 16:55:33  tng
- * [Bug 6251] Info during compilation.
- *
- * Revision 1.1.1.1  2002/02/01 22:21:51  peiyongz
- * sane_include
- *
- * Revision 1.18  2001/08/21 16:06:10  tng
- * Schema: Unique Particle Attribution Constraint Checking.
- *
- * Revision 1.17  2001/07/24 18:30:47  knoaman
- * Added support for <group> + extra constraint checking for complexType
- *
- * Revision 1.16  2001/06/21 14:25:28  knoaman
- * Fix for bug 1946
- *
- * Revision 1.15  2001/05/11 13:25:32  tng
- * Copyright update.
- *
- * Revision 1.14  2001/05/03 20:34:22  tng
- * Schema: SchemaValidator update
- *
- * Revision 1.13  2001/04/19 18:16:52  tng
- * Schema: SchemaValidator update, and use QName in Content Model
- *
- * Revision 1.12  2001/03/21 21:56:02  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
- * Revision 1.11  2001/03/21 19:29:29  tng
- * Schema: Content Model Updates, by Pei Yong Zhang.
- *
- * Revision 1.10  2001/02/26 19:29:13  tng
- * Schema: add virtual method getURI(), getContentSpec and setContenSpec in XMLElementDecl, and DTDElementDecl.
- *
- * Revision 1.9  2001/02/26 19:21:30  tng
- * Schema: add parameter prefix in findElem and findAttr.
- *
- * Revision 1.8  2000/12/14 18:49:57  tng
- * Fix API document generation warning: "Warning: end of member group without matching begin"
- *
- * Revision 1.7  2000/11/30 18:22:38  andyh
- * reuseValidator - fix bugs (spurious errors) that occured on reuse due to
- * pools already containing some items.  Fixed by Tinny Ng.
- *
- * Revision 1.6  2000/05/11 23:11:32  andyh
- * Add missing validity checks for stand-alone documents, character range
- * and Well-formed parsed entities.  Changes contributed by Sean MacRoibeaird
- * <se...@ireland.sun.com>
- *
- * Revision 1.5  2000/02/24 20:00:23  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.4  2000/02/16 19:48:56  roddey
- * More documentation updates
- *
- * Revision 1.3  2000/02/15 01:21:30  roddey
- * Some initial documentation improvements. More to come...
- *
- * Revision 1.2  2000/02/06 07:47:48  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:32  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:38  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(XMLELEMENTDECL_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLEntityDecl.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLEntityDecl.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLEntityDecl.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLEntityDecl.hpp Thu Jun 16 19:56:35 2005
@@ -15,58 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.10  2004/09/08 13:55:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2003/12/01 23:23:25  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.8  2003/10/10 16:23:29  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.7  2003/05/16 21:36:55  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.6  2003/05/15 18:26:07  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2003/04/21 20:46:01  knoaman
- * Use XMLString::release to prepare for configurable memory manager.
- *
- * Revision 1.4  2003/03/07 18:08:10  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.3  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/08/22 19:27:41  tng
- * [Bug 11448] DomCount has problems with XHTML1.1 DTD.
- *
- * Revision 1.1.1.1  2002/02/01 22:21:51  peiyongz
- * sane_include
- *
- * Revision 1.6  2000/02/24 20:00:23  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.5  2000/02/16 23:03:48  roddey
- * More documentation updates
- *
- * Revision 1.4  2000/02/16 21:42:58  aruna1
- * API Doc++ summary changes in
- *
- * Revision 1.3  2000/02/15 01:21:30  roddey
- * Some initial documentation improvements. More to come...
- *
- * Revision 1.2  2000/02/06 07:47:48  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:32  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:38  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(XMLENTITYDECL_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLEntityHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLEntityHandler.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLEntityHandler.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLEntityHandler.hpp Thu Jun 16 19:56:35 2005
@@ -15,59 +15,8 @@
  */
 
  /*
-  * $Log$
-  * Revision 1.8  2004/09/08 13:55:59  peiyongz
-  * Apache License Version 2.0
-  *
-  * Revision 1.7  2003/10/30 21:37:31  knoaman
-  * Enhanced Entity Resolver Support. Thanks to David Cargill.
-  *
-  * Revision 1.6  2003/03/07 18:08:10  tng
-  * Return a reference instead of void for operator=
-  *
-  * Revision 1.5  2002/11/04 15:00:21  tng
-  * C++ Namespace Support.
-  *
-  * Revision 1.4  2002/06/06 20:41:51  tng
-  * Regression fix: should assign the returned InputSource from resolveEntity to srcToFill.
-  *
-  * Revision 1.3  2002/05/31 15:14:07  tng
-  * Fix doxygen documentation.
-  *
-  * Revision 1.2  2002/05/29 21:47:08  knoaman
-  * DOM L3 LS: DOMInputSource, DOMEntityResolver, DOMImplementationLS and DOMBuilder
-  *
-  * Revision 1.1.1.1  2002/02/01 22:21:51  peiyongz
-  * sane_include
-  *
-  * Revision 1.7  2000/03/02 19:54:25  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/24 20:00:23  abagchi
-  * Swat for removing Log from API docs
-  *
-  * Revision 1.5  2000/02/16 21:42:58  aruna1
-  * API Doc++ summary changes in
-  *
-  * Revision 1.4  2000/02/15 01:21:31  roddey
-  * Some initial documentation improvements. More to come...
-  *
-  * Revision 1.3  2000/02/06 07:47:48  rahulj
-  * Year 2K copyright swat.
-  *
-  * Revision 1.2  1999/12/15 19:46:28  roddey
-  * Got rid of redundant 'const' on bool return value. Some compilers choke on this
-  * and its not useful anyway.
-  *
-  * Revision 1.1.1.1  1999/11/09 01:08:33  twl
-  * Initial checkin
-  *
-  * Revision 1.2  1999/11/08 20:44:38  rahul
-  * Swat for adding in Product name and CVS comment log variable.
-  *
-  */
+ * $Id$
+ */
 
 
 #if !defined(XMLENTITYHANDLER_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLErrorReporter.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLErrorReporter.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLErrorReporter.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLErrorReporter.hpp Thu Jun 16 19:56:35 2005
@@ -15,69 +15,8 @@
  */
 
  /*
-  * $Log$
-  * Revision 1.7  2004/09/08 13:55:59  peiyongz
-  * Apache License Version 2.0
-  *
-  * Revision 1.6  2003/03/07 18:08:10  tng
-  * Return a reference instead of void for operator=
-  *
-  * Revision 1.5  2002/12/04 02:32:43  knoaman
-  * #include cleanup.
-  *
-  * Revision 1.4  2002/11/04 15:00:21  tng
-  * C++ Namespace Support.
-  *
-  * Revision 1.3  2002/05/27 18:34:59  tng
-  * To get ready for 64 bit large file, use XMLSSize_t to represent line and column number.
-  *
-  * Revision 1.2  2002/02/20 18:17:01  tng
-  * [Bug 5977] Warnings on generating apiDocs.
-  *
-  * Revision 1.1.1.1  2002/02/01 22:21:51  peiyongz
-  * sane_include
-  *
-  * Revision 1.11  2001/05/11 13:25:32  tng
-  * Copyright update.
-  *
-  * Revision 1.10  2001/05/03 19:08:56  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.9  2000/12/14 18:49:57  tng
-  * Fix API document generation warning: "Warning: end of member group without matching begin"
-  *
-  * Revision 1.8  2000/03/02 19:54:25  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/24 20:00:23  abagchi
-  * Swat for removing Log from API docs
-  *
-  * Revision 1.6  2000/02/16 23:03:48  roddey
-  * More documentation updates
-  *
-  * Revision 1.5  2000/02/16 21:42:58  aruna1
-  * API Doc++ summary changes in
-  *
-  * Revision 1.4  2000/02/15 23:59:07  roddey
-  * More updated documentation of Framework classes.
-  *
-  * Revision 1.3  2000/02/15 01:21:31  roddey
-  * Some initial documentation improvements. More to come...
-  *
-  * Revision 1.2  2000/02/06 07:47:48  rahulj
-  * Year 2K copyright swat.
-  *
-  * Revision 1.1.1.1  1999/11/09 01:08:34  twl
-  * Initial checkin
-  *
-  * Revision 1.2  1999/11/08 20:44:39  rahul
-  * Swat for adding in Product name and CVS comment log variable.
-  *
-  */
+ * $Id$
+ */
 
 
 #if !defined(XMLERRORREPORTER_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLFormatter.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLFormatter.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLFormatter.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLFormatter.hpp Thu Jun 16 19:56:35 2005
@@ -15,100 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.21  2004/09/08 13:55:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.20  2004/01/29 11:46:29  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.19  2003/12/01 23:23:25  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.18  2003/10/10 02:06:09  neilg
- * fix for bug 21780; thanks to David Cargill
- *
- * Revision 1.17  2003/09/22 08:50:04  gareth
- * doc fix
- *
- * Revision 1.16  2003/09/08 21:48:36  peiyongz
- * Restore pre2.3 constructors
- *
- * Revision 1.15  2003/05/30 16:11:43  gareth
- * Fixes so we compile under VC7.1. Patch by Alberto Massari.
- *
- * Revision 1.14  2003/05/16 21:36:55  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.13  2003/05/15 18:26:07  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.12  2003/03/17 03:19:52  peiyongz
- * Bug#18051 memory leakage in XMLFormatter
- *
- * Revision 1.11  2003/03/16 06:00:43  peiyongz
- * Bug#17983 Formatter does not escape control characters
- *
- * Revision 1.10  2003/03/11 12:58:36  tng
- * Fix compilation error on AIX.
- *
- * Revision 1.9  2003/03/07 21:42:37  tng
- * [Bug 17589] Refactoring ... .  Patch from Jacques Legare.
- *
- * Revision 1.8  2003/03/07 18:08:10  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.7  2003/01/31 00:30:48  jberry
- * Syntax error in declaration
- *
- * Revision 1.6  2003/01/28 18:32:33  peiyongz
- * Bug#13694: Allow Xerces to write the BOM to XML files
- *
- * Revision 1.5  2003/01/24 20:20:22  tng
- * Add method flush to XMLFormatTarget
- *
- * Revision 1.4  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/07/30 16:29:16  tng
- * [Bug 8550] No explanation of XMLFormatter escape options.
- *
- * Revision 1.2  2002/06/21 19:31:23  peiyongz
- * getTranscoder() added;
- *
- * Revision 1.1.1.1  2002/02/01 22:21:52  peiyongz
- * sane_include
- *
- * Revision 1.7  2000/10/17 19:25:38  andyh
- * XMLFormatTarget, removed version of writeChars with no length.  Can not be
- * safely used, and obscured other errors.
- *
- * Revision 1.6  2000/10/10 23:54:58  andyh
- * XMLFormatter patch, contributed by Bill Schindler.  Fix problems with
- * output to multi-byte encodings.
- *
- * Revision 1.5  2000/04/07 01:01:56  roddey
- * Fixed an error message so that it indicated the correct radix for the rep
- * token. Get all of the basic output formatting functionality in place for
- * at least ICU and Win32 transcoders.
- *
- * Revision 1.4  2000/04/06 23:50:38  roddey
- * Now the low level formatter handles doing char refs for
- * unrepresentable chars (in addition to the replacement char style
- * already done.)
- *
- * Revision 1.3  2000/04/06 19:09:21  roddey
- * Some more improvements to output formatting. Now it will correctly
- * handle doing the 'replacement char' style of dealing with chars
- * that are unrepresentable.
- *
- * Revision 1.2  2000/04/05 00:20:16  roddey
- * More updates for the low level formatted output support
- *
- * Revision 1.1  2000/03/28 19:43:17  roddey
- * Fixes for signed/unsigned warnings. New work for two way transcoding
- * stuff.
- *
+ * $Id$
  */
 
 #if !defined(XMLFORMATTER_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLGrammarDescription.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLGrammarDescription.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLGrammarDescription.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLGrammarDescription.cpp Thu Jun 16 19:56:35 2005
@@ -16,16 +16,6 @@
 
 /**
  * $Id$
- * $Log$
- * Revision 1.3  2004/09/08 13:55:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2004/01/29 11:46:29  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.1  2003/10/14 15:16:58  peiyongz
- * Implementation of Serialization/Deserialization
- *
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLGrammarDescription.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLGrammarDescription.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLGrammarDescription.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLGrammarDescription.hpp Thu Jun 16 19:56:35 2005
@@ -15,18 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:55:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2003/10/14 15:17:47  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.1  2003/06/20 18:37:39  peiyongz
- * Stateless Grammar Pool :: Part I
- *
  * $Id$
- *
  */
 
 #if !defined(XMLGRAMMARDESCRIPTION_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLGrammarPool.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLGrammarPool.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLGrammarPool.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLGrammarPool.hpp Thu Jun 16 19:56:35 2005
@@ -15,62 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.17  2005/04/04 15:03:14  cargilld
- * Add support for not creating xsannotations when deserializing a grammar.
- *
- * Revision 1.16  2005/03/03 08:02:55  dbertoni
- * Removed superfluous const qualifier.
- *
- * Revision 1.15  2004/12/21 16:02:51  cargilld
- * Attempt to fix various apidoc problems.
- *
- * Revision 1.14  2004/09/29 19:27:07  cargilld
- * Fix for Jira-1217: fixing problems with getXSModel.
- *
- * Revision 1.13  2004/09/08 13:55:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.12  2004/04/07 14:09:22  peiyongz
- * systemId (to replace rootElemName) as DTDGrammar Key
- *
- * Revision 1.11  2003/11/25 15:10:44  jberry
- * Eliminate some compiler warnings concerning comments inside of comments
- *
- * Revision 1.10  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.9  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.8  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.7  2003/11/05 18:19:09  peiyongz
- * Documentation update
- *
- * Revision 1.6  2003/10/29 16:16:48  peiyongz
- * GrammarPool' serialization/deserialization support
- *
- * Revision 1.5  2003/10/10 18:36:03  neilg
- * update XMLGrammarPool interface to make expected behaviour of locked pools better specified, and to add the capability to generate XSModels
- *
- * Revision 1.4  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.3  2003/09/02 08:59:02  gareth
- * Added API to get enumerator of grammars.
- *
- * Revision 1.2  2003/07/31 17:02:42  peiyongz
- * Grammar embed GrammarDescription
- *
- * Revision 1.1  2003/06/20 18:37:39  peiyongz
- * Stateless Grammar Pool :: Part I
- *
  * $Id$
- *
  */
 
 #if !defined(XMLGRAMMARPOOL_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLNotationDecl.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLNotationDecl.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLNotationDecl.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLNotationDecl.cpp Thu Jun 16 19:56:35 2005
@@ -15,54 +15,7 @@
  */
 
 /**
- * $Log$
- * Revision 1.12  2004/10/28 20:10:50  peiyongz
- * Data member reshuffle and store/load fNameScopeId
- *
- * Revision 1.11  2004/09/08 13:55:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  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.9  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.8  2003/10/10 16:23:29  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.7  2003/10/01 16:32:38  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.6  2003/05/16 21:36:55  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.5  2003/05/15 18:26:07  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2003/04/21 20:46:01  knoaman
- * Use XMLString::release to prepare for configurable memory manager.
- *
- * Revision 1.3  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/08/22 19:27:41  tng
- * [Bug 11448] DomCount has problems with XHTML1.1 DTD.
- *
- * Revision 1.1.1.1  2002/02/01 22:21:52  peiyongz
- * sane_include
- *
- * Revision 1.2  2000/02/06 07:47:48  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:35  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:39  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLNotationDecl.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLNotationDecl.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLNotationDecl.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLNotationDecl.hpp Thu Jun 16 19:56:35 2005
@@ -15,71 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.14  2004/10/28 20:10:50  peiyongz
- * Data member reshuffle and store/load fNameScopeId
- *
- * Revision 1.13  2004/09/08 13:55:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.12  2004/02/15 19:37:16  amassari
- * Removed cause for warnings in VC 7.1
- *
- * Revision 1.11  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.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/10/10 16:23:29  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.8  2003/05/22 02:10:51  knoaman
- * Default the memory manager.
- *
- * Revision 1.7  2003/05/16 21:36:55  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.6  2003/05/15 18:26:07  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2003/04/21 20:46:01  knoaman
- * Use XMLString::release to prepare for configurable memory manager.
- *
- * Revision 1.4  2003/03/07 18:08:10  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.3  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/08/22 19:27:41  tng
- * [Bug 11448] DomCount has problems with XHTML1.1 DTD.
- *
- * Revision 1.1.1.1  2002/02/01 22:21:52  peiyongz
- * sane_include
- *
- * Revision 1.5  2000/03/02 19:54:25  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/24 20:00:23  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.3  2000/02/15 01:21:31  roddey
- * Some initial documentation improvements. More to come...
- *
- * Revision 1.2  2000/02/06 07:47:48  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:35  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:39  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(XMLNOTATIONDECL_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLPScanToken.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLPScanToken.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLPScanToken.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLPScanToken.hpp Thu Jun 16 19:56:35 2005
@@ -15,37 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2005/01/07 15:22:13  amassari
- * Removed warnings
- *
- * Revision 1.4  2004/09/08 13:55:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2003/05/15 18:26:07  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:21:52  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/02/24 20:00:23  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.3  2000/02/15 01:21:31  roddey
- * Some initial documentation improvements. More to come...
- *
- * Revision 1.2  2000/02/06 07:47:48  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:36  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:39  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLRefInfo.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLRefInfo.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLRefInfo.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLRefInfo.cpp Thu Jun 16 19:56:35 2005
@@ -14,17 +14,9 @@
  * limitations under the License.
  */
 
-/**
-  * $Log$
-  * Revision 1.2  2004/09/08 13:55:59  peiyongz
-  * Apache License Version 2.0
-  *
-  * Revision 1.1  2003/09/30 18:14:34  peiyongz
-  * Implementation of Serialization/Deserialization
-  *
-  * $Id$
-  *
-  */
+/*
+ * $Id$
+ */
 
 // ---------------------------------------------------------------------------
 //  Includes

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLRefInfo.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLRefInfo.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLRefInfo.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLRefInfo.hpp Thu Jun 16 19:56:35 2005
@@ -15,52 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/09/08 13:55:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2003/09/30 18:14:34  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.7  2003/05/16 21:36:55  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.6  2003/05/15 18:26:07  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2003/04/21 20:46:01  knoaman
- * Use XMLString::release to prepare for configurable memory manager.
- *
- * Revision 1.4  2003/03/07 18:08:10  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.3  2002/12/04 02:32:43  knoaman
- * #include cleanup.
- *
- * Revision 1.2  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:21:52  peiyongz
- * sane_include
- *
- * Revision 1.5  2000/07/07 22:23:38  jpolast
- * remove useless getKey() functions.
- *
- * Revision 1.4  2000/02/24 20:00:23  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.3  2000/02/15 01:21:31  roddey
- * Some initial documentation improvements. More to come...
- *
- * Revision 1.2  2000/02/06 07:47:49  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:37  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:40  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLSchemaDescription.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLSchemaDescription.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLSchemaDescription.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLSchemaDescription.cpp Thu Jun 16 19:56:35 2005
@@ -16,13 +16,6 @@
 
 /**
  * $Id$
- * $Log$
- * Revision 1.2  2004/09/08 13:55:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2003/10/14 15:16:58  peiyongz
- * Implementation of Serialization/Deserialization
- *
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLValidator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLValidator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLValidator.cpp Thu Jun 16 19:56:35 2005
@@ -14,88 +14,9 @@
  * limitations under the License.
  */
 
-/**
-  * $Log$
-  * Revision 1.9  2004/10/20 15:18:20  knoaman
-  * Allow option of initializing static data in XMLPlatformUtils::Initialize
-  *
-  * Revision 1.8  2004/09/08 13:55:59  peiyongz
-  * Apache License Version 2.0
-  *
-  * Revision 1.7  2004/01/09 04:39:56  knoaman
-  * Use a global static mutex for locking when creating local static mutexes instead of compareAndSwap.
-  *
-  * Revision 1.6  2003/12/24 15:24:13  cargilld
-  * More updates to memory management so that the static memory manager.
-  *
-  * 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/15 18:26:07  knoaman
-  * Partial implementation of the configurable memory manager.
-  *
-  * Revision 1.3  2003/03/09 16:38:04  peiyongz
-  * PanicHandler
-  *
-  * Revision 1.2  2002/11/04 15:00:21  tng
-  * C++ Namespace Support.
-  *
-  * Revision 1.1.1.1  2002/02/01 22:21:52  peiyongz
-  * sane_include
-  *
-  * Revision 1.13  2001/11/30 22:18:18  peiyongz
-  * cleanUp function made member function
-  * cleanUp object moved to file scope
-  * double mutex lock removed
-  *
-  * Revision 1.12  2001/11/28 20:32:49  tng
-  * Do not increment the error count if it is a warning.
-  *
-  * Revision 1.11  2001/10/24 23:46:52  peiyongz
-  * [Bug 4342] fix the leak.
-  *
-  * Revision 1.10  2001/06/04 21:07:34  jberry
-  * Increment scanner error count from schema validator, not just in scanner itself.
-  *
-  * Revision 1.9  2001/05/11 13:25:33  tng
-  * Copyright update.
-  *
-  * Revision 1.8  2001/05/03 19:08:58  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.7  2001/03/21 21:56:02  tng
-  * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
-  *
-  * Revision 1.6  2000/03/28 19:43:17  roddey
-  * Fixes for signed/unsigned warnings. New work for two way transcoding
-  * stuff.
-  *
-  * Revision 1.5  2000/03/02 19:54:25  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/06 07:47:49  rahulj
-  * Year 2K copyright swat.
-  *
-  * Revision 1.3  1999/12/08 00:15:06  roddey
-  * Some small last minute fixes to get into the 3.0.1 build that is going to be
-  * going out anyway for platform fixes.
-  *
-  * Revision 1.2  1999/12/02 19:02:56  roddey
-  * Get rid of a few statically defined XMLMutex objects, and lazy eval them
-  * using atomic compare and swap. I somehow let it get by me that we don't
-  * want any static/global objects at all.
-  *
-  * Revision 1.1.1.1  1999/11/09 01:08:37  twl
-  * Initial checkin
-  *
-  * Revision 1.3  1999/11/08 20:44:40  rahul
-  * Swat for adding in Product name and CVS comment log variable.
-  *
-  */
+/*
+ * $Id$
+ */
 
 // ---------------------------------------------------------------------------
 //  Includes

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLValidator.hpp Thu Jun 16 19:56:35 2005
@@ -15,99 +15,8 @@
  */
 
  /*
-  * $Log$
-  * Revision 1.10  2004/09/08 13:55:59  peiyongz
-  * Apache License Version 2.0
-  *
-  * Revision 1.9  2003/05/15 18:26:07  knoaman
-  * Partial implementation of the configurable memory manager.
-  *
-  * Revision 1.8  2003/03/07 18:08:10  tng
-  * Return a reference instead of void for operator=
-  *
-  * Revision 1.7  2002/11/07 21:59:22  tng
-  * Pass elemDecl to XMLValidator::validateAttrValue so that we can include element name in error message.
-  *
-  * Revision 1.6  2002/11/04 15:00:21  tng
-  * C++ Namespace Support.
-  *
-  * Revision 1.5  2002/09/04 18:17:55  tng
-  * Do not set IDREF to used during prevalidation.
-  *
-  * Revision 1.4  2002/08/20 16:54:11  tng
-  * [Bug 6251] Info during compilation.
-  *
-  * Revision 1.3  2002/07/11 18:55:44  knoaman
-  * Add a flag to the preContentValidation method to indicate whether to validate
-  * default/fixed attributes or not.
-  *
-  * Revision 1.2  2002/02/20 18:17:01  tng
-  * [Bug 5977] Warnings on generating apiDocs.
-  *
-  * Revision 1.1.1.1  2002/02/01 22:21:52  peiyongz
-  * sane_include
-  *
-  * Revision 1.17  2001/11/30 22:18:18  peiyongz
-  * cleanUp function made member function
-  * cleanUp object moved to file scope
-  * double mutex lock removed
-  *
-  * Revision 1.16  2001/11/13 13:24:46  tng
-  * Deprecate function XMLValidator::checkRootElement.
-  *
-  * Revision 1.15  2001/10/24 23:46:52  peiyongz
-  * [Bug 4342] fix the leak.
-  *
-  * Revision 1.14  2001/06/05 16:51:17  knoaman
-  * Add 'const' to getGrammar - submitted by Peter A. Volchek.
-  *
-  * Revision 1.13  2001/05/11 13:25:33  tng
-  * Copyright update.
-  *
-  * Revision 1.12  2001/05/03 20:34:22  tng
-  * Schema: SchemaValidator update
-  *
-  * Revision 1.11  2001/04/19 18:16:53  tng
-  * Schema: SchemaValidator update, and use QName in Content Model
-  *
-  * Revision 1.10  2001/03/21 21:56:03  tng
-  * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
-  *
-  * Revision 1.9  2001/02/26 19:21:33  tng
-  * Schema: add parameter prefix in findElem and findAttr.
-  *
-  * Revision 1.8  2000/12/14 18:49:58  tng
-  * Fix API document generation warning: "Warning: end of member group without matching begin"
-  *
-  * Revision 1.7  2000/08/09 22:09:09  jpolast
-  * added const XMLCh* getURIText()
-  * allows parsers to use const URIs instead of appending
-  * to a XMLBuffer.
-  *
-  * Revision 1.6  2000/03/02 19:54:25  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/24 20:00:24  abagchi
-  * Swat for removing Log from API docs
-  *
-  * Revision 1.4  2000/02/15 23:59:07  roddey
-  * More updated documentation of Framework classes.
-  *
-  * Revision 1.3  2000/02/15 01:21:31  roddey
-  * Some initial documentation improvements. More to come...
-  *
-  * Revision 1.2  2000/02/06 07:47:49  rahulj
-  * Year 2K copyright swat.
-  *
-  * Revision 1.1.1.1  1999/11/09 01:08:38  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$
+ */
 
 
 #if !defined(XMLVALIDATOR_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIAttribute.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIAttribute.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIAttribute.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIAttribute.cpp Thu Jun 16 19:56:35 2005
@@ -15,37 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.10  2004/09/08 13:56:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2004/01/29 11:46:30  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.8  2003/12/30 05:58:56  neilg
- * allow schema normalized values to be associated with a PSVIAttribute after it is reset
- *
- * Revision 1.7  2003/12/02 17:37:03  neilg
- * fix compilation problem
- *
- * Revision 1.6  2003/12/02 17:31:42  neilg
- * since there are certain things, such as schemaLocation attributes, that have a datatype and which we nonetheless do not validate, make canonical-value production dependent on validity being valid
- *
- * Revision 1.5  2003/11/28 22:41:04  neilg
- * fix compilation error
- *
- * Revision 1.4  2003/11/28 20:20:54  neilg
- * make use of canonical representation in PSVIAttribute implementation
- *
- * Revision 1.3  2003/11/27 06:10:32  neilg
- * PSVIAttribute implementation
- *
- * Revision 1.2  2003/11/06 21:50:33  neilg
- * fix compilation errors under gcc 3.3.
- *
- * 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/PSVIAttribute.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIAttribute.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIAttribute.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIAttribute.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIAttribute.hpp Thu Jun 16 19:56:35 2005
@@ -15,28 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:56:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2003/12/30 05:58:56  neilg
- * allow schema normalized values to be associated with a PSVIAttribute after it is reset
- *
- * Revision 1.5  2003/11/28 20:20:54  neilg
- * make use of canonical representation in PSVIAttribute implementation
- *
- * Revision 1.4  2003/11/27 06:10:32  neilg
- * PSVIAttribute implementation
- *
- * Revision 1.3  2003/11/06 21:50:33  neilg
- * fix compilation errors under gcc 3.3.
- *
- * Revision 1.2  2003/11/06 15:30:04  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #if !defined(PSVIATTRIBUTE_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIAttributeList.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIAttributeList.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIAttributeList.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIAttributeList.cpp Thu Jun 16 19:56:35 2005
@@ -15,31 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:56:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2004/02/15 19:37:16  amassari
- * Removed cause for warnings in VC 7.1
- *
- * Revision 1.6  2003/12/30 16:48:16  neilg
- * some indices in the PSVIAttributeList were 1 off
- *
- * Revision 1.5  2003/12/20 06:19:38  neilg
- * store name/namespace of corresponding attribute in PSVIAttributeList; not all PSVIAttributes have XSAttributeDeclarations
- *
- * Revision 1.4  2003/12/15 17:23:48  cargilld
- * psvi updates; cleanup revisits and bug fixes
- *
- * Revision 1.3  2003/11/26 16:20:37  neilg
- * more complete implementation of PSVIAttributeList; remove some problematic const-ness
- *
- * 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/PSVIAttributeList.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIAttributeList.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIAttributeList.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIAttributeList.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIAttributeList.hpp Thu Jun 16 19:56:35 2005
@@ -15,31 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:56:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2004/02/15 19:37:16  amassari
- * Removed cause for warnings in VC 7.1
- *
- * Revision 1.6  2003/12/20 06:19:38  neilg
- * store name/namespace of corresponding attribute in PSVIAttributeList; not all PSVIAttributes have XSAttributeDeclarations
- *
- * Revision 1.5  2003/12/15 17:23:48  cargilld
- * psvi updates; cleanup revisits and bug fixes
- *
- * Revision 1.4  2003/12/02 16:21:41  neilg
- * fix for ArrayIndexOutOfBoundsException in PSVIAttributeList; thanks to Pete Lloyd
- *
- * Revision 1.3  2003/11/26 16:20:37  neilg
- * more complete implementation of PSVIAttributeList; remove some problematic const-ness
- *
- * Revision 1.2  2003/11/06 15:30:04  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #if !defined(PSVIATTRIBUTEDERIVATION_LIST_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIElement.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIElement.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIElement.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIElement.cpp Thu Jun 16 19:56:35 2005
@@ -15,27 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/11/28 21:18:31  knoaman
- * Make use of canonical representation in PSVIElement
- *
- * Revision 1.4  2003/11/27 22:52:37  knoaman
- * PSVIElement implementation
- *
- * Revision 1.3  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.2  2003/11/06 21:50:33  neilg
- * fix compilation errors under gcc 3.3.
- *
- * 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/PSVIElement.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIElement.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIElement.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIElement.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIElement.hpp Thu Jun 16 19:56:35 2005
@@ -15,30 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:56:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2003/11/28 21:18:31  knoaman
- * Make use of canonical representation in PSVIElement
- *
- * Revision 1.5  2003/11/27 22:52:37  knoaman
- * PSVIElement implementation
- *
- * Revision 1.4  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.3  2003/11/06 21:50:33  neilg
- * fix compilation errors under gcc 3.3.
- *
- * Revision 1.2  2003/11/06 15:30:04  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #if !defined(PSVIELEMENT_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIHandler.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIHandler.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIHandler.hpp Thu Jun 16 19:56:35 2005
@@ -15,41 +15,8 @@
  */
 
  /*
-  * $Log$
-  * Revision 1.11  2005/01/06 21:39:43  amassari
-  * Removed warnings
-  *
-  * Revision 1.10  2004/09/23 21:22:15  peiyongz
-  * Documentation
-  *
-  * Revision 1.9  2004/09/22 20:38:45  peiyongz
-  * provide default implementation and documentation
-  *
-  * Revision 1.8  2004/09/21 16:09:37  peiyongz
-  * Handle partial PSVIElement
-  *
-  * Revision 1.7  2004/09/08 13:56:07  peiyongz
-  * Apache License Version 2.0
-  *
-  * Revision 1.6  2003/12/01 23:23:26  neilg
-  * fix for bug 25118; thanks to Jeroen Witmond
-  *
-  * Revision 1.5  2003/11/28 05:13:45  neilg
-  * remove passing of prefixes in PSVIHandler
-  *
-  * Revision 1.4  2003/11/25 14:20:21  neilg
-  * clean up usage of const in PSVIHandler
-  *
-  * Revision 1.3  2003/11/17 18:12:00  neilg
-  * PSVIAttributeList needs to be included by PSVIHandler.  Thanks to Pete Lloyd for the patch
-  *
-  * Revision 1.2  2003/09/22 15:03:06  neilg
-  * clearly the local name of an element should be a string, not an XMLElementDecl...
-  *
-  * Revision 1.1  2003/09/16 14:33:36  neilg
-  * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
-  *
-  */
+ * $Id$
+ */
 
 
 #if !defined(PSVIHANDLER_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIItem.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIItem.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIItem.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIItem.cpp Thu Jun 16 19:56:35 2005
@@ -15,33 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/21 16:09:19  peiyongz
- * only vaild PSVIItem has actual value.
- *
- * Revision 1.7  2004/09/13 21:22:42  peiyongz
- * new method: getActualValue()
- *
- * Revision 1.6  2004/09/08 13:56:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/11/28 21:18:31  knoaman
- * Make use of canonical representation in PSVIElement
- *
- * Revision 1.4  2003/11/25 16:14:28  neilg
- * move inlines into PSVIItem.hpp
- *
- * Revision 1.3  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.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/PSVIItem.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIItem.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIItem.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIItem.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/PSVIItem.hpp Thu Jun 16 19:56:35 2005
@@ -15,42 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.11  2004/12/21 16:02:51  cargilld
- * Attempt to fix various apidoc problems.
- *
- * Revision 1.10  2004/09/13 21:22:42  peiyongz
- * new method: getActualValue()
- *
- * Revision 1.9  2004/09/08 13:56:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2003/11/28 21:18:31  knoaman
- * Make use of canonical representation in PSVIElement
- *
- * Revision 1.7  2003/11/27 17:58:59  neilg
- * fix compilation error
- *
- * Revision 1.6  2003/11/27 16:44:59  neilg
- * implement isSpecified; thanks to Pete Lloyd
- *
- * Revision 1.5  2003/11/27 06:10:32  neilg
- * PSVIAttribute implementation
- *
- * Revision 1.4  2003/11/25 16:14:28  neilg
- * move inlines into PSVIItem.hpp
- *
- * Revision 1.3  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.2  2003/11/06 15:30:04  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #if !defined(PSVIITEM_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSAnnotation.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSAnnotation.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSAnnotation.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSAnnotation.cpp Thu Jun 16 19:56:35 2005
@@ -15,43 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.11  2004/09/28 02:14:13  cargilld
- * Add support for validating annotations.
- *
- * Revision 1.10  2004/09/08 13:56:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2004/04/02 16:51:05  peiyongz
- * Better error report support
- *
- * Revision 1.8  2003/12/19 07:18:56  neilg
- * remove a throw clause inserted during debugging (but should we really swallow this exception?)
- *
- * Revision 1.7  2003/12/15 19:04:55  neilg
- * fix segfault when a writeAnnotation() method was called
- *
- * Revision 1.6  2003/11/27 21:29:05  neilg
- * implement writeAnnotation; thanks to Dave Cargill
- *
- * 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/11 22:48:13  knoaman
- * Serialization of XSAnnotation.
- *
- * Revision 1.2  2003/11/06 19:28:11  knoaman
- * PSVI support for annotations.
- *
- * 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/XSAnnotation.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSAnnotation.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSAnnotation.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSAnnotation.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSAnnotation.hpp Thu Jun 16 19:56:35 2005
@@ -15,43 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.11  2004/09/08 13:56:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2004/09/02 19:08:09  cargilld
- * Fix API Doc warning message
- *
- * Revision 1.9  2004/04/02 16:51:05  peiyongz
- * Better error report support
- *
- * Revision 1.8  2003/12/01 23:23:26  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.7  2003/11/28 14:55:11  neilg
- * fix for compilation error on HPUX
- *
- * Revision 1.6  2003/11/27 21:29:05  neilg
- * implement writeAnnotation; thanks to Dave Cargill
- *
- * 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/11 22:48:13  knoaman
- * Serialization of XSAnnotation.
- *
- * Revision 1.2  2003/11/06 19:28:11  knoaman
- * PSVI support for annotations.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #if !defined(XSANNOTATION_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSAttributeGroupDefinition.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSAttributeGroupDefinition.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSAttributeGroupDefinition.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSAttributeGroupDefinition.cpp Thu Jun 16 19:56:35 2005
@@ -15,33 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:56:07  peiyongz
- * Apache License Version 2.0
- *
- * 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:19:30  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/XSAttributeGroupDefinition.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSAttributeGroupDefinition.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSAttributeGroupDefinition.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSAttributeGroupDefinition.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSAttributeGroupDefinition.hpp Thu Jun 16 19:56:35 2005
@@ -15,36 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:56:08  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2003/12/01 23:23:26  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.6  2003/11/21 22:34:45  neilg
- * More schema component model implementation, thanks to David Cargill.
- * In particular, this cleans up and completes the XSModel, XSNamespaceItem,
- * XSAttributeDeclaration and XSAttributeGroup implementations.
- *
- * Revision 1.5  2003/11/21 17:19:30  knoaman
- * PSVI update.
- *
- * Revision 1.4  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.3  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.2  2003/11/06 15:30:04  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #if !defined(XSATTRIBUTEGROUPDEFINITION_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSAttributeUse.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSAttributeUse.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSAttributeUse.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSAttributeUse.cpp Thu Jun 16 19:56:35 2005
@@ -15,34 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:56:08  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2004/07/06 14:58:15  cargilld
- * Rename VALUE_CONSTRAINT enumeration names to avoid naming conflict with AIX system header which already uses VC_DEFAULT as a macro.  Will need to document that this fix breaks source code compatibility.
- *
- * Revision 1.6  2003/12/17 20:50:34  knoaman
- * PSVI: fix for annotation of attributes in attributeGroup/derived types
- *
- * Revision 1.5  2003/11/21 17:19:30  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/XSAttributeUse.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSAttributeUse.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSAttributeUse.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSAttributeUse.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSAttributeUse.hpp Thu Jun 16 19:56:35 2005
@@ -15,40 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.10  2005/01/07 15:22:13  amassari
- * Removed warnings
- *
- * Revision 1.9  2004/09/08 13:56:08  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2004/09/02 19:08:09  cargilld
- * Fix API Doc warning message
- *
- * Revision 1.7  2003/12/19 23:02:43  cargilld
- * Fix compiler messages on OS390.
- *
- * Revision 1.6  2003/12/17 20:50:34  knoaman
- * PSVI: fix for annotation of attributes in attributeGroup/derived types
- *
- * Revision 1.5  2003/11/21 17:19:30  knoaman
- * PSVI update.
- *
- * Revision 1.4  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.3  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.2  2003/11/06 15:30:04  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #if !defined(XSATTRIBUTEUSE_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSComplexTypeDefinition.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSComplexTypeDefinition.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSComplexTypeDefinition.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSComplexTypeDefinition.cpp Thu Jun 16 19:56:35 2005
@@ -15,55 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.15  2004/10/19 11:09:11  cargilld
- * More fixes to derviedFromType.
- *
- * Revision 1.14  2004/10/15 11:15:44  cargilld
- * Fix for jira bug 1234.  Infinite loop in XSComplexTypeDefinition::derviedFromType.
- *
- * Revision 1.13  2004/09/08 13:56:08  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.12  2004/01/29 11:46:30  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.11  2003/12/24 17:42:02  knoaman
- * Misc. PSVI updates
- *
- * Revision 1.10  2003/12/19 15:09:47  knoaman
- * PSVI: process 'final' information
- *
- * Revision 1.9  2003/12/15 17:23:48  cargilld
- * psvi updates; cleanup revisits and bug fixes
- *
- * Revision 1.8  2003/11/27 16:42:00  neilg
- * fixes for segfaults and infinite loops in schema component model implementation; thanks to David Cargill
- *
- * Revision 1.7  2003/11/25 18:08:31  knoaman
- * Misc. PSVI updates. Thanks to David Cargill.
- *
- * Revision 1.6  2003/11/21 17:19:30  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/10 21:56:54  neilg
- * make internal code use the new, stateless, method of traversing attribute lists
- *
- * 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/XSComplexTypeDefinition.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSComplexTypeDefinition.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSComplexTypeDefinition.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSComplexTypeDefinition.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSComplexTypeDefinition.hpp Thu Jun 16 19:56:35 2005
@@ -15,37 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/09/08 13:56:08  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2003/12/24 17:42:02  knoaman
- * Misc. PSVI updates
- *
- * Revision 1.7  2003/12/01 23:23:26  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.6  2003/11/25 18:08:31  knoaman
- * Misc. PSVI updates. Thanks to David Cargill.
- *
- * Revision 1.5  2003/11/21 17:19:30  knoaman
- * PSVI update.
- *
- * Revision 1.4  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.3  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.2  2003/11/06 15:30:04  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #if !defined(XSCOMPLEXTYPEDEFINITION_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSConstants.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSConstants.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSConstants.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSConstants.hpp Thu Jun 16 19:56:35 2005
@@ -15,22 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:08  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/07/06 14:58:15  cargilld
- * Rename VALUE_CONSTRAINT enumeration names to avoid naming conflict with AIX system header which already uses VC_DEFAULT as a macro.  Will need to document that this fix breaks source code compatibility.
- *
- * Revision 1.3  2004/01/29 11:46:30  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.2  2003/11/06 15:30:04  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #if !defined(XSCONSTANTS_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSElementDeclaration.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSElementDeclaration.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSElementDeclaration.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSElementDeclaration.cpp Thu Jun 16 19:56:35 2005
@@ -15,49 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.13  2004/09/08 13:56:08  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.12  2004/07/06 14:58:15  cargilld
- * Rename VALUE_CONSTRAINT enumeration names to avoid naming conflict with AIX system header which already uses VC_DEFAULT as a macro.  Will need to document that this fix breaks source code compatibility.
- *
- * Revision 1.11  2004/05/04 19:02:40  cargilld
- * Enable IDs to work on all kinds of schema components
- *
- * Revision 1.10  2003/12/15 17:23:48  cargilld
- * psvi updates; cleanup revisits and bug fixes
- *
- * Revision 1.9  2003/12/02 01:27:01  knoaman
- * Properly set fAnnotation data member
- *
- * Revision 1.8  2003/11/25 20:37:40  jberry
- * Cleanup build errors/warnings from CodeWarrior
- *
- * Revision 1.7  2003/11/23 16:20:16  knoaman
- * PSVI: pass scope and enclosing type during construction.
- *
- * Revision 1.6  2003/11/21 17:29:53  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/XSElementDeclaration.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSElementDeclaration.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSElementDeclaration.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSElementDeclaration.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSElementDeclaration.hpp Thu Jun 16 19:56:35 2005
@@ -15,43 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.11  2004/09/08 13:56:08  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2004/05/04 19:02:40  cargilld
- * Enable IDs to work on all kinds of schema components
- *
- * Revision 1.9  2003/12/24 17:42:02  knoaman
- * Misc. PSVI updates
- *
- * Revision 1.8  2003/12/01 23:23:26  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.7  2003/12/01 20:41:25  neilg
- * fix for infinite loop between XSComplexTypeDefinitions and XSElementDeclarations; from David Cargill
- *
- * Revision 1.6  2003/11/23 16:20:16  knoaman
- * PSVI: pass scope and enclosing type during construction.
- *
- * Revision 1.5  2003/11/21 17:29:53  knoaman
- * PSVI update
- *
- * Revision 1.4  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.3  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.2  2003/11/06 15:30:04  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #if !defined(XSELEMENTDECLARATION_HPP)

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

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

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSIDCDefinition.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSIDCDefinition.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSIDCDefinition.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/psvi/XSIDCDefinition.cpp Thu Jun 16 19:56:35 2005
@@ -15,37 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/09/08 13:56:08  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2004/01/29 11:46:30  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.7  2003/12/15 17:23:48  cargilld
- * psvi updates; cleanup revisits and bug fixes
- *
- * Revision 1.6  2003/11/21 17:29:53  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/XSIDCDefinition.hpp>



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