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 03:30:03 UTC

svn commit: r191045 [2/8] - in /xerces/c/trunk: samples/src/DOMCount/ samples/src/DOMPrint/ samples/src/MemParse/ samples/src/PParse/ samples/src/Redirect/ samples/src/SAX2Count/ samples/src/SAX2Print/ samples/src/SAXCount/ samples/src/SAXPrint/ samples/src/SEnumVal/ samples/src/StdInParse/ 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/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/validators/DTD/ src/xercesc/validators/common/ src/xercesc/validators/datatype/ src/xercesc/validators/schema/ src/xercesc/validators/schema/identity/ tests/src/ParserTest/ tests/src/UtilTests/ tests/src/XSValueTest/ tests/src/XSerializerTest/ tools/IANACharset/ tools/NLS/Xlat/

Modified: xerces/c/trunk/src/xercesc/framework/XMLBuffer.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLBuffer.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLBuffer.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLBuffer.hpp Thu Jun 16 18:29:55 2005
@@ -15,60 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.10  2005/05/05 04:12:57  dbertoni
- * Fix for Jira issue XERCESC-1416
- *
- * Revision 1.9  2004/12/13 16:36:43  cargilld
- * Performance improvement from Christian Will and bug fix from David Bertoni.
- *
- * Revision 1.8  2004/09/29 18:59:18  peiyongz
- * [jira1207] --patch from Dan Rosen
- *
- * Revision 1.7  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2004/01/29 11:46:29  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.5  2003/05/16 21:36:55  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.4  2003/05/15 18:26:07  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/08/21 18:54:52  tng
- * [Bug 11869] Add the const modifier (XMLBuffer.hpp).
- *
- * Revision 1.1.1.1  2002/02/01 22:21:51  peiyongz
- * sane_include
- *
- * Revision 1.6  2001/06/27 20:29:09  tng
- * [Bug 2365] Huge performance problem with the parser in XMLScanner::sendCharData() .  By David Bertoni.
- *
- * 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:22  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:47  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:29  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:36  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/framework/XMLBufferMgr.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLBufferMgr.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLBufferMgr.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLBufferMgr.hpp Thu Jun 16 18:29:55 2005
@@ -15,51 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * 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/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  2002/12/04 02:32:43  knoaman
- * #include cleanup.
- *
- * Revision 1.3  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/08/21 18:54:52  tng
- * [Bug 11869] Add the const modifier (XMLBuffer.hpp).
- *
- * Revision 1.1.1.1  2002/02/01 22:21:51  peiyongz
- * sane_include
- *
- * 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:47  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:36  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/framework/XMLContentModel.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLContentModel.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLContentModel.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLContentModel.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/framework/XMLDTDDescription.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLDTDDescription.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLDTDDescription.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLDTDDescription.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/framework/XMLDocumentHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLDocumentHandler.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLDocumentHandler.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLDocumentHandler.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/framework/XMLElementDecl.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLElementDecl.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLElementDecl.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLElementDecl.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/framework/XMLEntityDecl.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLEntityDecl.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLEntityDecl.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLEntityDecl.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/framework/XMLEntityHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLEntityHandler.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLEntityHandler.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLEntityHandler.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/framework/XMLErrorReporter.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLErrorReporter.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLErrorReporter.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLErrorReporter.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/framework/XMLFormatter.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLFormatter.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLFormatter.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLFormatter.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/framework/XMLGrammarDescription.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLGrammarDescription.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLGrammarDescription.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLGrammarDescription.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/framework/XMLGrammarPool.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLGrammarPool.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLGrammarPool.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLGrammarPool.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/framework/XMLNotationDecl.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLNotationDecl.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLNotationDecl.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLNotationDecl.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/framework/XMLPScanToken.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLPScanToken.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLPScanToken.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLPScanToken.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/framework/XMLRefInfo.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLRefInfo.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLRefInfo.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLRefInfo.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/framework/XMLValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLValidator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLValidator.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLValidator.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/framework/psvi/PSVIAttribute.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/PSVIAttribute.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/PSVIAttribute.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/PSVIAttribute.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/framework/psvi/PSVIAttributeList.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/PSVIAttributeList.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/PSVIAttributeList.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/PSVIAttributeList.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/framework/psvi/PSVIElement.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/PSVIElement.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/PSVIElement.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/PSVIElement.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/framework/psvi/PSVIHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/PSVIHandler.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/PSVIHandler.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/PSVIHandler.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/framework/psvi/PSVIItem.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/PSVIItem.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/PSVIItem.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/PSVIItem.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/framework/psvi/XSAnnotation.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSAnnotation.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSAnnotation.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSAnnotation.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/framework/psvi/XSAttributeGroupDefinition.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSAttributeGroupDefinition.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSAttributeGroupDefinition.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSAttributeGroupDefinition.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/framework/psvi/XSAttributeUse.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSAttributeUse.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSAttributeUse.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSAttributeUse.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/framework/psvi/XSComplexTypeDefinition.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSComplexTypeDefinition.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSComplexTypeDefinition.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSComplexTypeDefinition.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/framework/psvi/XSConstants.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSConstants.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSConstants.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSConstants.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/framework/psvi/XSElementDeclaration.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSElementDeclaration.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSElementDeclaration.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSElementDeclaration.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/framework/psvi/XSFacet.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSFacet.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSFacet.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSFacet.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/framework/psvi/XSIDCDefinition.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSIDCDefinition.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSIDCDefinition.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSIDCDefinition.hpp Thu Jun 16 18:29:55 2005
@@ -15,31 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:56:08  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2003/12/01 23:23:26  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.5  2003/11/21 17:29:53  knoaman
- * PSVI update
- *
- * Revision 1.4  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.3  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.2  2003/11/06 15:30:04  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #if !defined(XSIDCDEFINITION_HPP)

Modified: xerces/c/trunk/src/xercesc/framework/psvi/XSModel.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSModel.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSModel.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSModel.hpp Thu Jun 16 18:29:55 2005
@@ -15,48 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2004/09/08 13:56:08  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.11  2004/05/04 19:02:40  cargilld
- * Enable IDs to work on all kinds of schema components
- *
- * Revision 1.10  2003/12/24 17:42:02  knoaman
- * Misc. PSVI updates
- *
- * Revision 1.9  2003/11/26 16:12:23  knoaman
- * Add a method to return the XSObject mapped to a schema grammar component
- *
- * Revision 1.8  2003/11/21 22:34:45  neilg
- * More schema component model implementation, thanks to David Cargill.
- * In particular, this cleans up and completes the XSModel, XSNamespaceItem,
- * XSAttributeDeclaration and XSAttributeGroup implementations.
- *
- * Revision 1.7  2003/11/21 17:25:09  knoaman
- * Use XSObjectFactory to create various components.
- *
- * Revision 1.6  2003/11/15 21:18:39  neilg
- * fixes for compilation under gcc
- *
- * Revision 1.5  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.4  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.3  2003/11/06 15:30:04  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.2  2003/10/10 18:37:51  neilg
- * update XSModel and XSObject interface so that IDs can be used to query components in XSModels, and so that those IDs can be recovered from components
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #if !defined(XSMODEL_HPP)

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

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

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

Modified: xerces/c/trunk/src/xercesc/framework/psvi/XSNamedMap.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSNamedMap.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSNamedMap.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSNamedMap.hpp Thu Jun 16 18:29:55 2005
@@ -15,22 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2005/04/14 10:40:58  gareth
- * Fix Jira 1406. Added include.
- *
- * Revision 1.4  2004/09/08 13:56:09  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2004/01/29 11:46:30  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.2  2003/11/06 15:30:04  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/framework/psvi/XSNamespaceItem.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSNamespaceItem.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSNamespaceItem.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSNamespaceItem.hpp Thu Jun 16 18:29:55 2005
@@ -15,7 +15,7 @@
  */
 
 /*
- * $Id $
+ * $Id$
  */
 
 #if !defined(XSNAMESPACEITEM_HPP)

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

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

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

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

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

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

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

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

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

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



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