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 [2/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/com/XMLDOMParseError.h
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/com/XMLDOMParseError.h?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/com/XMLDOMParseError.h (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/com/XMLDOMParseError.h Thu Jun 16 19:56:35 2005
@@ -15,37 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/10/01 08:10:38  amassari
- * Updated version numbers to 2.6; use version macros when possible
- *
- * Revision 1.6  2004/09/08 13:55:36  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2004/02/12 13:49:43  amassari
- * Updated version to 2.5
- *
- * Revision 1.4  2003/11/21 12:05:48  amassari
- * Updated version to 2.4
- *
- * Revision 1.3  2003/10/21 21:21:32  amassari
- * When the COM object is loaded by a late-binding engine (like WSH, or
- * Visual Basic when the type library is not preloaded in the editor), the type
- * library version stored in the resource must match the version specified in the
- * IDispatchImpl template (defaulted to 1.0), or trying to invoke a method will fail
- *
- * Revision 1.2  2003/03/14 12:44:49  tng
- * [Bug 17147] C++ namespace breaks build of XercesCOM DLL
- *
- * Revision 1.1.1.1  2002/02/01 22:21:42  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/06/03 00:29:01  andyh
- * COM Wrapper changes from Curt Arnold
- *
- * Revision 1.2  2000/03/30 02:00:10  abagchi
- * Initial checkin of working code with Copyright Notice
- *
+ * $Id$
  */
 
 #ifndef ___xmldomparseerror_h___

Modified: xerces/c/branches/xerces-2.7/src/xercesc/com/XMLDOMProcessingInstruction.h
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/com/XMLDOMProcessingInstruction.h?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/com/XMLDOMProcessingInstruction.h (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/com/XMLDOMProcessingInstruction.h Thu Jun 16 19:56:35 2005
@@ -15,46 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:55:36  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2004/02/25 18:38:33  amassari
- * The COM wrapper doesn't use the deprecated DOM anymore
- *
- * Revision 1.5  2003/11/21 12:05:48  amassari
- * Updated version to 2.4
- *
- * Revision 1.4  2003/10/21 21:21:32  amassari
- * When the COM object is loaded by a late-binding engine (like WSH, or
- * Visual Basic when the type library is not preloaded in the editor), the type
- * library version stored in the resource must match the version specified in the
- * IDispatchImpl template (defaulted to 1.0), or trying to invoke a method will fail
- *
- * Revision 1.3  2003/03/14 12:44:49  tng
- * [Bug 17147] C++ namespace breaks build of XercesCOM DLL
- *
- * Revision 1.2  2002/05/21 19:53:53  tng
- * DOM Reorganization: update include path for the old DOM interface in COM files
- *
- * Revision 1.1.1.1  2002/02/01 22:21:42  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/05/11 13:25:07  tng
- * Copyright update.
- *
- * Revision 1.4  2001/01/19 15:18:33  tng
- * COM Updates by Curt Arnold: changed 1.3 to 1.4, updated the GUID's so
- * both can coexist and fixed a new minor bugs.  Most of the changes involved
- * error reporting, now a DOM defined error will return an HRESULT of
- * 0x80040600 + code and will set an error description to the error name.
- *
- * Revision 1.3  2000/06/03 00:29:01  andyh
- * COM Wrapper changes from Curt Arnold
- *
- * Revision 1.2  2000/03/30 02:00:09  abagchi
- * Initial checkin of working code with Copyright Notice
- *
+ * $Id$
  */
 
 #ifndef ___xmldomprocessinginstruction_h___

Modified: xerces/c/branches/xerces-2.7/src/xercesc/com/XMLDOMText.h
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/com/XMLDOMText.h?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/com/XMLDOMText.h (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/com/XMLDOMText.h Thu Jun 16 19:56:35 2005
@@ -15,46 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:55:36  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2004/02/25 18:38:33  amassari
- * The COM wrapper doesn't use the deprecated DOM anymore
- *
- * Revision 1.5  2003/11/21 12:05:48  amassari
- * Updated version to 2.4
- *
- * Revision 1.4  2003/10/21 21:21:32  amassari
- * When the COM object is loaded by a late-binding engine (like WSH, or
- * Visual Basic when the type library is not preloaded in the editor), the type
- * library version stored in the resource must match the version specified in the
- * IDispatchImpl template (defaulted to 1.0), or trying to invoke a method will fail
- *
- * Revision 1.3  2003/03/14 12:44:49  tng
- * [Bug 17147] C++ namespace breaks build of XercesCOM DLL
- *
- * Revision 1.2  2002/05/21 19:53:53  tng
- * DOM Reorganization: update include path for the old DOM interface in COM files
- *
- * Revision 1.1.1.1  2002/02/01 22:21:42  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/05/11 13:25:07  tng
- * Copyright update.
- *
- * Revision 1.4  2001/01/19 15:18:34  tng
- * COM Updates by Curt Arnold: changed 1.3 to 1.4, updated the GUID's so
- * both can coexist and fixed a new minor bugs.  Most of the changes involved
- * error reporting, now a DOM defined error will return an HRESULT of
- * 0x80040600 + code and will set an error description to the error name.
- *
- * Revision 1.3  2000/06/03 00:29:01  andyh
- * COM Wrapper changes from Curt Arnold
- *
- * Revision 1.2  2000/03/30 02:00:09  abagchi
- * Initial checkin of working code with Copyright Notice
- *
+ * $Id$
  */
 
 #ifndef ___xmldomtext_h___

Modified: xerces/c/branches/xerces-2.7/src/xercesc/com/XMLHTTPRequest.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/com/XMLHTTPRequest.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/com/XMLHTTPRequest.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/com/XMLHTTPRequest.cpp Thu Jun 16 19:56:35 2005
@@ -15,19 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:55:36  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1.1.1  2002/02/01 22:21:42  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/06/03 00:29:03  andyh
- * COM Wrapper changes from Curt Arnold
- *
- * Revision 1.2  2000/03/30 02:00:09  abagchi
- * Initial checkin of working code with Copyright Notice
- *
+ * $Id$
  */
 
 #include "stdafx.h"

Modified: xerces/c/branches/xerces-2.7/src/xercesc/com/XMLHttpRequest.h
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/com/XMLHttpRequest.h?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/com/XMLHttpRequest.h (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/com/XMLHttpRequest.h Thu Jun 16 19:56:35 2005
@@ -15,40 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/10/01 08:10:38  amassari
- * Updated version numbers to 2.6; use version macros when possible
- *
- * Revision 1.7  2004/09/08 13:55:36  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2004/02/25 18:38:33  amassari
- * The COM wrapper doesn't use the deprecated DOM anymore
- *
- * Revision 1.5  2004/02/12 13:49:43  amassari
- * Updated version to 2.5
- *
- * Revision 1.4  2003/11/21 12:05:48  amassari
- * Updated version to 2.4
- *
- * Revision 1.3  2003/10/21 21:21:32  amassari
- * When the COM object is loaded by a late-binding engine (like WSH, or
- * Visual Basic when the type library is not preloaded in the editor), the type
- * library version stored in the resource must match the version specified in the
- * IDispatchImpl template (defaulted to 1.0), or trying to invoke a method will fail
- *
- * Revision 1.2  2002/05/21 19:53:53  tng
- * DOM Reorganization: update include path for the old DOM interface in COM files
- *
- * Revision 1.1.1.1  2002/02/01 22:21:42  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/06/03 00:29:04  andyh
- * COM Wrapper changes from Curt Arnold
- *
- * Revision 1.2  2000/03/30 02:00:09  abagchi
- * Initial checkin of working code with Copyright Notice
- *
+ * $Id$
  */
 
 #ifndef ___xmlhttprequest_h___

Modified: xerces/c/branches/xerces-2.7/src/xercesc/com/resource.h
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/com/resource.h?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/com/resource.h (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/com/resource.h Thu Jun 16 19:56:35 2005
@@ -15,16 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:55:36  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1.1.1  2002/02/01 22:21:40  peiyongz
- * sane_include
- *
- * Revision 1.2  2000/03/30 02:00:12  abagchi
- * Initial checkin of working code with Copyright Notice
- *
+ * $Id$
  */
 
 //{{NO_DEPENDENCIES}}

Modified: xerces/c/branches/xerces-2.7/src/xercesc/com/xml4com.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/com/xml4com.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/com/xml4com.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/com/xml4com.cpp Thu Jun 16 19:56:35 2005
@@ -15,41 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:55:36  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/02/27 13:23:02  amassari
- * Fixed memory leaks
- *
- * Revision 1.3  2004/02/25 18:38:33  amassari
- * The COM wrapper doesn't use the deprecated DOM anymore
- *
- * Revision 1.2  2002/05/21 19:53:53  tng
- * DOM Reorganization: update include path for the old DOM interface in COM files
- *
- * Revision 1.1.1.1  2002/02/01 22:21:40  peiyongz
- * sane_include
- *
- * Revision 1.6  2001/05/11 13:25:08  tng
- * Copyright update.
- *
- * Revision 1.5  2001/01/19 15:18:39  tng
- * COM Updates by Curt Arnold: changed 1.3 to 1.4, updated the GUID's so
- * both can coexist and fixed a new minor bugs.  Most of the changes involved
- * error reporting, now a DOM defined error will return an HRESULT of
- * 0x80040600 + code and will set an error description to the error name.
- *
- * Revision 1.4  2000/06/19 20:05:59  rahulj
- * Changes for increased conformance and stability. Submitted by
- * Curt.Arnold@hyprotech.com. Verified by Joe Polastre.
- *
- * Revision 1.3  2000/06/03 00:29:04  andyh
- * COM Wrapper changes from Curt Arnold
- *
- * Revision 1.2  2000/03/30 02:00:12  abagchi
- * Initial checkin of working code with Copyright Notice
- *
+ * $Id$
  */
 
 // xml4com.cpp : Implementation of DLL Exports.

Modified: xerces/c/branches/xerces-2.7/src/xercesc/com/xml4comCP.h
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/com/xml4comCP.h?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/com/xml4comCP.h (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/com/xml4comCP.h Thu Jun 16 19:56:35 2005
@@ -15,16 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:55:36  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1.1.1  2002/02/01 22:21:40  peiyongz
- * sane_include
- *
- * Revision 1.2  2000/03/30 02:00:12  abagchi
- * Initial checkin of working code with Copyright Notice
- *
+ * $Id$
  */
 
 #ifndef _XML4COMCP_H_

Modified: xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMEntityResolver.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMEntityResolver.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMEntityResolver.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMEntityResolver.hpp Thu Jun 16 19:56:35 2005
@@ -18,28 +18,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:55:39  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2003/03/07 19:59:04  tng
- * [Bug 11692] Unimplement the hidden constructors and assignment operator to remove warnings from gcc.
- *
- * Revision 1.5  2002/11/04 15:09:24  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/08/22 15:04:57  tng
- * Remove unused parameter variables in inline functions.
- *
- * Revision 1.3  2002/06/06 20:53:06  tng
- * Documentation Fix: Update the API Documentation for DOM headers
- *
- * Revision 1.2  2002/05/30 19:24:48  knoaman
- * documentation update
- *
- * Revision 1.1  2002/05/29 21:28:02  knoaman
- * DOM L3 LS: DOMInputSource, DOMEntityResolver, DOMImplementationLS and DOMBuilder
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMError.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMError.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMError.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMError.hpp Thu Jun 16 19:56:35 2005
@@ -18,43 +18,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2004/09/08 13:55:39  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.11  2003/12/01 23:23:25  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.10  2003/05/30 16:11:43  gareth
- * Fixes so we compile under VC7.1. Patch by Alberto Massari.
- *
- * Revision 1.9  2003/05/14 18:06:53  gareth
- * Updated DOMError to http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/core.html.
- *
- * Revision 1.8  2003/03/07 19:59:04  tng
- * [Bug 11692] Unimplement the hidden constructors and assignment operator to remove warnings from gcc.
- *
- * Revision 1.7  2002/11/04 15:09:24  tng
- * C++ Namespace Support.
- *
- * Revision 1.6  2002/08/22 15:04:57  tng
- * Remove unused parameter variables in inline functions.
- *
- * Revision 1.5  2002/07/15 19:25:25  tng
- * DOM L3:  declare a dummy DOMError::set/getRelatedException
- *
- * Revision 1.4  2002/06/06 21:01:21  tng
- * [Bug 9639] enum_mem in DOMError clashes with constant.
- *
- * Revision 1.3  2002/06/06 20:53:06  tng
- * Documentation Fix: Update the API Documentation for DOM headers
- *
- * Revision 1.2  2002/05/30 19:24:48  knoaman
- * documentation update
- *
- * Revision 1.1  2002/05/23 15:47:24  knoaman
- * DOM L3 core - support for DOMError, DOMErrorHandler and DOMLocator
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMErrorHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMErrorHandler.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMErrorHandler.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMErrorHandler.hpp Thu Jun 16 19:56:35 2005
@@ -18,31 +18,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:55:39  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2003/03/07 19:59:05  tng
- * [Bug 11692] Unimplement the hidden constructors and assignment operator to remove warnings from gcc.
- *
- * Revision 1.6  2002/11/04 15:09:24  tng
- * C++ Namespace Support.
- *
- * Revision 1.5  2002/08/22 15:04:57  tng
- * Remove unused parameter variables in inline functions.
- *
- * Revision 1.4  2002/07/15 19:26:34  tng
- * DOM L3: remove non standard resetErrors
- *
- * Revision 1.3  2002/06/06 20:53:06  tng
- * Documentation Fix: Update the API Documentation for DOM headers
- *
- * Revision 1.2  2002/05/30 19:24:48  knoaman
- * documentation update
- *
- * Revision 1.1  2002/05/23 15:47:24  knoaman
- * DOM L3 core - support for DOMError, DOMErrorHandler and DOMLocator
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMImplementationLS.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMImplementationLS.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMImplementationLS.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMImplementationLS.hpp Thu Jun 16 19:56:35 2005
@@ -18,43 +18,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2004/09/08 13:55:39  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.11  2004/09/02 19:08:09  cargilld
- * Fix API Doc warning message
- *
- * Revision 1.10  2003/12/01 23:23:25  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.9  2003/06/20 18:47:21  peiyongz
- * Stateless Grammar Pool :: Part I
- *
- * Revision 1.8  2003/05/15 18:25:53  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.7  2003/03/07 19:59:05  tng
- * [Bug 11692] Unimplement the hidden constructors and assignment operator to remove warnings from gcc.
- *
- * Revision 1.6  2002/11/04 15:09:24  tng
- * C++ Namespace Support.
- *
- * Revision 1.5  2002/08/22 15:04:57  tng
- * Remove unused parameter variables in inline functions.
- *
- * Revision 1.4  2002/06/06 20:53:06  tng
- * Documentation Fix: Update the API Documentation for DOM headers
- *
- * Revision 1.3  2002/05/30 19:24:48  knoaman
- * documentation update
- *
- * Revision 1.2  2002/05/30 16:39:06  knoaman
- * DOM L3 LS.
- *
- * Revision 1.1  2002/05/29 21:28:02  knoaman
- * DOM L3 LS: DOMInputSource, DOMEntityResolver, DOMImplementationLS and DOMBuilder
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMLocator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMLocator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMLocator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMLocator.hpp Thu Jun 16 19:56:35 2005
@@ -18,31 +18,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:55:39  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2003/03/07 19:59:05  tng
- * [Bug 11692] Unimplement the hidden constructors and assignment operator to remove warnings from gcc.
- *
- * Revision 1.6  2002/11/04 15:09:24  tng
- * C++ Namespace Support.
- *
- * Revision 1.5  2002/08/22 15:04:57  tng
- * Remove unused parameter variables in inline functions.
- *
- * Revision 1.4  2002/06/06 20:53:06  tng
- * Documentation Fix: Update the API Documentation for DOM headers
- *
- * Revision 1.3  2002/05/30 19:24:48  knoaman
- * documentation update
- *
- * Revision 1.2  2002/05/27 18:28:26  tng
- * To get ready for 64 bit large file, use XMLSSize_t to represent line and column number.
- *
- * Revision 1.1  2002/05/23 15:47:24  knoaman
- * DOM L3 core - support for DOMError, DOMErrorHandler and DOMLocator
- *
+ * $Id$
  */
 
 #include <xercesc/util/XercesDefs.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMWriter.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMWriter.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMWriter.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMWriter.hpp Thu Jun 16 19:56:35 2005
@@ -19,40 +19,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.11  2004/09/08 13:55:39  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2003/03/07 19:59:09  tng
- * [Bug 11692] Unimplement the hidden constructors and assignment operator to remove warnings from gcc.
- *
- * Revision 1.9  2002/11/27 18:46:39  tng
- * Documentation: clarify that DOMWriter::writeToString always returns string in UTF-16
- *
- * Revision 1.8  2002/11/04 15:09:25  tng
- * C++ Namespace Support.
- *
- * Revision 1.7  2002/08/22 15:04:57  tng
- * Remove unused parameter variables in inline functions.
- *
- * Revision 1.6  2002/06/25 16:04:49  tng
- * DOM L3: add function release().
- *
- * Revision 1.5  2002/06/06 20:53:07  tng
- * Documentation Fix: Update the API Documentation for DOM headers
- *
- * Revision 1.4  2002/06/03 22:33:21  peiyongz
- * DOMWriter: constants moved to XMLUni
- *
- * Revision 1.3  2002/05/31 20:59:40  peiyongz
- * Add "introduced in DOM3"
- *
- * Revision 1.2  2002/05/30 16:25:33  tng
- * Fix doxygen warning message.
- *
- * Revision 1.1  2002/05/28 22:38:55  peiyongz
- * DOM3 Save Interface: DOMWriter/DOMWriterFilter
- *
  */
 
 /**
@@ -109,7 +75,7 @@
  * <p> Within markup, but outside of attributes, any occurrence of a character
  * that cannot be represented in the output character encoding is reported
  * as an error. An example would be serializing the element
- * &lt;LaCañada/&gt; with the encoding="us-ascii".
+ * &lt;LaCa�ada/&gt; with the encoding="us-ascii".
  * <p> When requested by setting the <code>normalize-characters</code> feature
  * on <code>DOMWriter</code>, all data to be serialized, both markup and
  * character data, is W3C Text normalized according to the rules defined in

Modified: xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMWriterFilter.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMWriterFilter.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMWriterFilter.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMWriterFilter.hpp Thu Jun 16 19:56:35 2005
@@ -19,38 +19,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.10  2004/09/08 13:55:39  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2003/03/07 19:59:09  tng
- * [Bug 11692] Unimplement the hidden constructors and assignment operator to remove warnings from gcc.
- *
- * Revision 1.8  2002/11/04 15:09:25  tng
- * C++ Namespace Support.
- *
- * Revision 1.7  2002/08/22 15:04:57  tng
- * Remove unused parameter variables in inline functions.
- *
- * Revision 1.6  2002/06/06 20:53:07  tng
- * Documentation Fix: Update the API Documentation for DOM headers
- *
- * Revision 1.5  2002/06/04 14:24:04  peiyongz
- * Make DOMWriterFilter pure abstract class w/o implementing any method
- * and data
- *
- * Revision 1.4  2002/06/03 22:34:53  peiyongz
- * DOMWriterFilter: setter provided, and allows any SHOW setting
- *
- * Revision 1.3  2002/05/31 20:59:40  peiyongz
- * Add "introduced in DOM3"
- *
- * Revision 1.2  2002/05/30 16:25:33  tng
- * Fix doxygen warning message.
- *
- * Revision 1.1  2002/05/28 22:38:55  peiyongz
- * DOM3 Save Interface: DOMWriter/DOMWriterFilter
- *
  */
 
 /**

Modified: xerces/c/branches/xerces-2.7/src/xercesc/dom/impl/DOMErrorImpl.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/dom/impl/DOMErrorImpl.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/dom/impl/DOMErrorImpl.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/dom/impl/DOMErrorImpl.cpp Thu Jun 16 19:56:35 2005
@@ -15,40 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.11  2004/09/08 13:55:51  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2004/04/07 15:26:45  peiyongz
- * code cleaning
- *
- * Revision 1.9  2004/04/01 22:05:32  peiyongz
- * invoke DOMException with Memory Manager
- *
- * Revision 1.8  2004/01/29 11:44:26  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.7  2003/12/02 14:33:13  amassari
- * Don't use the word "exception" as a variable name, as VC 7.1 complains about it
- *
- * Revision 1.6  2003/09/04 14:38:25  gareth
- * Fix for bug #22008. Removed the ability to adopt the DOMObject.
- *
- * Revision 1.5  2003/05/14 18:06:53  gareth
- * Updated DOMError to http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/core.html.
- *
- * Revision 1.4  2002/11/04 15:07:34  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/07/15 19:25:49  tng
- * DOM L3:  declare a dummy DOMError::set/getRelatedException
- *
- * Revision 1.2  2002/05/24 14:02:07  knoaman
- * Fix complilation error.
- *
- * Revision 1.1  2002/05/23 15:47:24  knoaman
- * DOM L3 core - support for DOMError, DOMErrorHandler and DOMLocator
- *
+ * $Id$
  */
 
 #include "DOMErrorImpl.hpp"

Modified: xerces/c/branches/xerces-2.7/src/xercesc/dom/impl/DOMErrorImpl.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/dom/impl/DOMErrorImpl.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/dom/impl/DOMErrorImpl.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/dom/impl/DOMErrorImpl.hpp Thu Jun 16 19:56:35 2005
@@ -15,37 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.10  2004/09/08 13:55:51  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2003/12/02 14:33:13  amassari
- * Don't use the word "exception" as a variable name, as VC 7.1 complains about it
- *
- * Revision 1.8  2003/09/04 14:38:25  gareth
- * Fix for bug #22008. Removed the ability to adopt the DOMObject.
- *
- * Revision 1.7  2003/05/15 15:56:24  gareth
- * Removed unnecessary include.
- *
- * Revision 1.6  2003/05/14 18:06:53  gareth
- * Updated DOMError to http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/core.html.
- *
- * Revision 1.5  2003/03/07 18:07:17  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.4  2002/11/04 15:07:34  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/07/15 19:25:49  tng
- * DOM L3:  declare a dummy DOMError::set/getRelatedException
- *
- * Revision 1.2  2002/05/30 19:26:00  knoaman
- * documentation update
- *
- * Revision 1.1  2002/05/23 15:47:24  knoaman
- * DOM L3 core - support for DOMError, DOMErrorHandler and DOMLocator
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/dom/impl/DOMLocatorImpl.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/dom/impl/DOMLocatorImpl.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/dom/impl/DOMLocatorImpl.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/dom/impl/DOMLocatorImpl.cpp Thu Jun 16 19:56:35 2005
@@ -15,22 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:55:51  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2002/11/04 15:07:34  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/05/27 18:25:41  tng
- * To get ready for 64 bit large file, use XMLSSize_t to represent line and column number.
- *
- * Revision 1.2  2002/05/24 14:02:07  knoaman
- * Fix complilation error.
- *
- * Revision 1.1  2002/05/23 15:47:24  knoaman
- * DOM L3 core - support for DOMError, DOMErrorHandler and DOMLocator
- *
+ * $Id$
  */
 
 #include "DOMLocatorImpl.hpp"

Modified: xerces/c/branches/xerces-2.7/src/xercesc/dom/impl/DOMLocatorImpl.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/dom/impl/DOMLocatorImpl.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/dom/impl/DOMLocatorImpl.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/dom/impl/DOMLocatorImpl.hpp Thu Jun 16 19:56:35 2005
@@ -15,25 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:55:51  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/03/07 18:07:17  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.4  2002/11/04 15:07:34  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/05/30 19:26:00  knoaman
- * documentation update
- *
- * Revision 1.2  2002/05/27 18:25:41  tng
- * To get ready for 64 bit large file, use XMLSSize_t to represent line and column number.
- *
- * Revision 1.1  2002/05/23 15:47:24  knoaman
- * DOM L3 core - support for DOMError, DOMErrorHandler and DOMLocator
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/dom/impl/DOMWriterImpl.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/dom/impl/DOMWriterImpl.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/dom/impl/DOMWriterImpl.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/dom/impl/DOMWriterImpl.cpp Thu Jun 16 19:56:35 2005
@@ -16,188 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.58  2005/04/21 09:05:57  cargilld
- * Add detection for UCS-2 and treat as another UTF16 alias.
- *
- * Revision 1.57  2005/03/20 19:02:45  cargilld
- * Implement versions of uppercase and compareIstring that only check a to z, instead of all characters, and don't rely on functionality provided in the transcoders.
- *
- * Revision 1.56  2005/03/08 09:33:32  amassari
- * Redeclare a namespace binding if the prefix is already bound to a different namespace (jira# 1371)
- *
- * Revision 1.55  2004/09/08 13:55:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.54  2004/07/06 15:16:57  amassari
- * Fix for jira#1238: DOMWriter was creating an XMLFormatter without propagating the memory manager
- *
- * Revision 1.53  2004/05/10 08:03:25  amassari
- * Performance: push a new map on the namespace stack only when an element has a xmlns attribute
- *
- * Revision 1.52  2004/04/01 22:05:32  peiyongz
- * invoke DOMException with Memory Manager
- *
- * Revision 1.51  2004/01/29 11:44:27  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.50  2004/01/20 23:23:57  peiyongz
- * patch to Bug#25751
- *
- * Revision 1.49  2004/01/13 20:47:42  knoaman
- * Remove unnecessary local static data
- *
- * Revision 1.48  2004/01/13 16:34:20  cargilld
- * Misc memory management changes.
- *
- * Revision 1.47  2003/12/17 00:18:33  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.46  2003/11/24 19:52:22  neilg
- * fix a typo
- *
- * Revision 1.45  2003/11/24 12:27:57  gareth
- * added in support for xml-declaration feature.
- *
- * Revision 1.44  2003/11/24 11:10:58  gareth
- * Fix for bug 22917. Patch by Adam Heinz .
- *
- * Revision 1.43  2003/11/10 17:52:58  amassari
- * Fixed memory leak
- *
- * Revision 1.42  2003/10/01 16:32:37  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.41  2003/08/14 16:31:13  gareth
- * Method added to allow serilization of custom nodes from derived classes.
- *
- * Revision 1.40  2003/08/12 12:46:57  gareth
- * Added serialization for attribute nodes. Patch by Caroline Rioux.
- *
- * Revision 1.39  2003/05/18 14:02:03  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.38  2003/05/16 21:36:55  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.37  2003/05/15 18:25:54  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.36  2003/05/14 16:20:13  gareth
- * Fix to problem with multiple default namespace attributes being serialized. Patch by Alberto Massari.
- *
- * Revision 1.35  2003/05/12 16:08:11  gareth
- * fix to #18832. Corrected serilization with regards to namespace nodes. Patch by Alby Massari.
- *
- * Revision 1.34  2003/05/06 13:48:35  neilg
- * fix GCC compilation problem and incorrect #include
- *
- * Revision 1.33  2003/05/05 21:23:21  neilg
- * use of the new DOMNodeSPtr typedef and its friends to enable reference counting in
- * the DOMWriter implementation for applications that require it.
- *
- * Revision 1.32  2003/04/02 03:14:42  peiyongz
- * Bug#18594: DOMWriter does not recognize Document Fragment
- *
- * Revision 1.31  2003/03/16 05:42:04  peiyongz
- * Bug#17983 Formatter does not escape control characters
- *
- * Revision 1.30  2003/02/25 16:07:37  tng
- * [Bug 13493] Use const on static data in DOMWriterImpl.cpp.
- *
- * Revision 1.29  2003/01/28 18:31:47  peiyongz
- * Bug#13694: Allow Xerces to write the BOM to XML files
- *
- * Revision 1.28  2003/01/24 20:21:46  tng
- * DOMWriter: Call XMLFormatTarget::flush when done.
- *
- * Revision 1.27  2003/01/20 16:50:13  tng
- * DOMWriter fix:
- * 1. wrong wrong nested cdata message
- * 2. pretty format the cdata section
- * 3. do not increment error count if warning was issued
- *
- * Revision 1.26  2003/01/09 19:53:45  tng
- * [Bug 15372] DOMBuilder::parseFromURI ignores result of handleErrors.
- *
- * Revision 1.25  2002/12/10 21:01:32  tng
- * NLS: DOMWriter should use message loader to load message instead of using hardcoded static stirng
- *
- * Revision 1.24  2002/12/10 18:59:14  tng
- * pretty format print: consistent newline
- *
- * Revision 1.23  2002/12/10 13:34:07  tng
- * Pretty-format print: also indent PI/comment that appear inside the root element.
- *
- * Revision 1.22  2002/12/09 11:46:08  gareth
- * More pretty pretty print feature. Patch by Kevin King. Closes bug #13840.
- *
- * Revision 1.21  2002/12/02 23:08:09  peiyongz
- * fix to bug#14528: output n+1 cdatasection
- *
- * Revision 1.20  2002/11/13 21:51:22  peiyongz
- * fix to Bug#14528
- *
- * Revision 1.19  2002/11/04 15:07:35  tng
- * C++ Namespace Support.
- *
- * Revision 1.18  2002/10/03 18:13:38  peiyongz
- * Bug#12560 Use const in DOMWriter - patch from Duncan Stodart
- *                                                              (Duncan_Stodart@insession.com )
- *
- * Revision 1.17  2002/09/24 20:19:14  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- * and check for null string directly isntead of calling XMLString::stringLen
- *
- * Revision 1.16  2002/09/09 15:42:14  peiyongz
- * Patch to Bug#12369: invalid output from DOMWriter using MemBufFormatTarget
- *
- * Revision 1.15  2002/08/07 18:10:19  peiyongz
- * Fix to Bug#11534: Wrong CDATA Terminator in DOMWriterImpl
- *
- * Revision 1.14  2002/07/22 23:24:01  tng
- * DOM L3: writeToString should use the fFormatter to do the transcoding
- *
- * Revision 1.13  2002/07/16 15:19:42  peiyongz
- * check lenght of getEncoding()/getActualEncoding()
- *
- * Revision 1.12  2002/06/25 16:17:16  tng
- * DOM L3: add release()
- *
- * Revision 1.11  2002/06/21 19:33:12  peiyongz
- * support for feature split_cdata_section and entities revised.
- *
- * Revision 1.10  2002/06/18 15:35:25  peiyongz
- * Bug#9950: Compilation error on MSVC5, patch from PeterV@ti.com.od.ua (Peter A. Volchek)
- *
- * Revision 1.9  2002/06/17 19:45:58  peiyongz
- * optimization on fFeatures and featureId introduced
- *
- * Revision 1.8  2002/06/11 19:45:45  peiyongz
- * Notify application of the XMLFormatter creation failure
- *
- * Revision 1.7  2002/06/10 16:02:21  peiyongz
- * format-pretty-print partially supported
- * resolve encoding from DOMDocument Interface
- *
- * Revision 1.6  2002/06/06 20:58:37  tng
- * [Bug 9639] enum_mem in DOMError clashes with constant.
- *
- * Revision 1.5  2002/06/05 16:03:03  peiyongz
- * delete[] used.
- *
- * Revision 1.4  2002/06/03 22:35:54  peiyongz
- * constants changed
- *
- * Revision 1.3  2002/05/31 21:01:06  peiyongz
- * move printing of XMLDecl into the processNode().
- *
- * Revision 1.2  2002/05/29 21:31:50  knoaman
- * DOM L3 LS: DOMInputSource, DOMEntityResolver, DOMImplementationLS and DOMBuilder
- *
- * Revision 1.1  2002/05/28 22:39:39  peiyongz
- * DOM3 Save Interface: DOMWriter/DOMWriterFilter
- *
  */
 
 #include "DOMWriterImpl.hpp"

Modified: xerces/c/branches/xerces-2.7/src/xercesc/dom/impl/DOMWriterImpl.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/dom/impl/DOMWriterImpl.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/dom/impl/DOMWriterImpl.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/dom/impl/DOMWriterImpl.hpp Thu Jun 16 19:56:35 2005
@@ -16,68 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.19  2004/09/08 13:55:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.18  2003/08/14 16:31:13  gareth
- * Method added to allow serilization of custom nodes from derived classes.
- *
- * Revision 1.17  2003/05/29 18:47:52  knoaman
- * Apply memory manager.
- *
- * Revision 1.16  2003/05/22 02:10:51  knoaman
- * Default the memory manager.
- *
- * Revision 1.15  2003/05/15 18:25:54  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.14  2003/05/12 16:08:11  gareth
- * fix to #18832. Corrected serilization with regards to namespace nodes. Patch by Alby Massari.
- *
- * Revision 1.13  2003/03/16 05:42:04  peiyongz
- * Bug#17983 Formatter does not escape control characters
- *
- * Revision 1.12  2003/01/28 18:31:47  peiyongz
- * Bug#13694: Allow Xerces to write the BOM to XML files
- *
- * Revision 1.11  2003/01/20 16:50:13  tng
- * DOMWriter fix:
- * 1. wrong wrong nested cdata message
- * 2. pretty format the cdata section
- * 3. do not increment error count if warning was issued
- *
- * Revision 1.10  2002/12/10 21:01:32  tng
- * NLS: DOMWriter should use message loader to load message instead of using hardcoded static stirng
- *
- * Revision 1.9  2002/12/09 11:46:08  gareth
- * More pretty pretty print feature. Patch by Kevin King. Closes bug #13840.
- *
- * Revision 1.8  2002/11/04 15:07:35  tng
- * C++ Namespace Support.
- *
- * Revision 1.7  2002/06/25 16:17:16  tng
- * DOM L3: add release()
- *
- * Revision 1.6  2002/06/21 19:33:12  peiyongz
- * support for feature split_cdata_section and entities revised.
- *
- * Revision 1.5  2002/06/17 19:45:58  peiyongz
- * optimization on fFeatures and featureId introduced
- *
- * Revision 1.4  2002/06/14 15:39:02  peiyongz
- * Fix: Compilation error from ForteC on Solaris2.6
- *
- * Revision 1.3  2002/06/10 16:02:21  peiyongz
- * format-pretty-print partially supported
- * resolve encoding from DOMDocument Interface
- *
- * Revision 1.2  2002/06/05 16:03:03  peiyongz
- * delete[] used.
- *
- * Revision 1.1  2002/05/28 22:39:39  peiyongz
- * DOM3 Save Interface: DOMWriter/DOMWriterFilter
- *
  */
 
 /**
@@ -133,7 +71,7 @@
  * <p> Within markup, but outside of attributes, any occurrence of a character
  * that cannot be represented in the output character encoding is reported
  * as an error. An example would be serializing the element
- * &lt;LaCañada/&gt; with the encoding="us-ascii".
+ * &lt;LaCa�ada/&gt; with the encoding="us-ascii".
  * <p> When requested by setting the <code>normalize-characters</code> feature
  * on <code>DOMWriterImpl</code>, all data to be serialized, both markup and
  * character data, is W3C Text normalized according to the rules defined in

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/BinOutputStream.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/BinOutputStream.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/BinOutputStream.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/BinOutputStream.cpp Thu Jun 16 19:56:35 2005
@@ -15,15 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:55:57  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2003/09/18 18:29:58  peiyongz
- * Interface: Binary Output Stream
- *
  * $Id$
- *
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/BinOutputStream.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/BinOutputStream.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/BinOutputStream.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/BinOutputStream.hpp Thu Jun 16 19:56:35 2005
@@ -15,21 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:55:57  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2004/02/16 04:02:34  neilg
- * fix for bug 26936
- *
- * Revision 1.2  2003/12/16 17:17:25  peiyongz
- * typo fixed
- *
- * Revision 1.1  2003/09/18 18:29:58  peiyongz
- * Interface: Binary Output Stream
- *
  * $Id$
- *
  */
 
 #if !defined(BIN_OUTPUT_STREAM_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/LocalFileFormatTarget.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/LocalFileFormatTarget.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/LocalFileFormatTarget.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/LocalFileFormatTarget.cpp Thu Jun 16 19:56:35 2005
@@ -16,45 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.12  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.11  2004/11/02 17:09:42  peiyongz
- * Handling OutOfMemory exception
- *
- * Revision 1.10  2004/09/08 13:55:57  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  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.8  2003/12/17 00:18:33  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * 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/01/24 20:20:22  tng
- * Add method flush to XMLFormatTarget
- *
- * Revision 1.4  2003/01/09 20:59:44  tng
- * [Bug 15928] Output with LocalFileFormatTarget fails silently.
- *
- * Revision 1.3  2002/11/27 18:09:25  tng
- * [Bug 13447] Performance: Using LocalFileFormatTarget with DOMWriter is very slow.
- *
- * Revision 1.2  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.1  2002/06/19 21:59:26  peiyongz
- * DOM3:DOMSave Interface support: LocalFileFormatTarget
- *
- *
  */
 
 #include <xercesc/framework/LocalFileFormatTarget.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/LocalFileFormatTarget.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/LocalFileFormatTarget.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/LocalFileFormatTarget.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/LocalFileFormatTarget.hpp Thu Jun 16 19:56:35 2005
@@ -16,32 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.8  2004/11/02 17:09:42  peiyongz
- * Handling OutOfMemory exception
- *
- * Revision 1.7  2004/09/08 13:55:57  peiyongz
- * Apache License Version 2.0
- *
- * 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/01/24 20:20:22  tng
- * Add method flush to XMLFormatTarget
- *
- * Revision 1.3  2002/11/27 18:09:25  tng
- * [Bug 13447] Performance: Using LocalFileFormatTarget with DOMWriter is very slow.
- *
- * Revision 1.2  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.1  2002/06/19 21:59:26  peiyongz
- * DOM3:DOMSave Interface support: LocalFileFormatTarget
- *
- *
  */
 
 #ifndef LocalFileFormatTarget_HEADER_GUARD_

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/LocalFileInputSource.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/LocalFileInputSource.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/LocalFileInputSource.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/LocalFileInputSource.hpp Thu Jun 16 19:56:35 2005
@@ -15,56 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:55:57  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2004/01/29 11:46:29  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.4  2003/12/01 23:23:25  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.3  2003/05/16 21:36:55  knoaman
- * Memory manager implementation: Modify constructors to pass in the 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:50  peiyongz
- * sane_include
- *
- * Revision 1.7  2001/10/13 04:21:53  jasons
- * This patch resolves bug #2409: undocumented XMLException in LocalFileInputSource::new()
- *
- * Revision 1.6  2000/12/14 18:49:53  tng
- * Fix API document generation warning: "Warning: end of member group without matching begin"
- *
- * Revision 1.5  2000/02/24 20:00:22  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.4  2000/02/15 23:59:06  roddey
- * More updated documentation of Framework classes.
- *
- * 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:46  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1  2000/01/12 18:58:06  roddey
- * Putting this back with the correct lower case extension.
- *
- * Revision 1.1  2000/01/12 00:13:26  roddey
- * These were moved from internal/ to framework/, which was something that should have
- * happened long ago. They are really framework type of classes.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:10  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:43  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/MemBufFormatTarget.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/MemBufFormatTarget.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/MemBufFormatTarget.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/MemBufFormatTarget.cpp Thu Jun 16 19:56:35 2005
@@ -16,35 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.9  2004/09/08 13:55:57  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2004/01/29 11:46:29  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * 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  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/08/12 21:38:22  peiyongz
- * Bug#11462: MemBufFormatTarget issue(2) .., proposed patch from
- *                      Esmond Pitt (pitte@anz.com)
- *
- * Revision 1.3  2002/07/22 23:23:15  tng
- * DOM L3: MemBufFormatTarget stores fDataBuf as XMLByte directly, consistent design as MemBufInputSource
- *
- * Revision 1.2  2002/06/05 15:47:13  peiyongz
- * data member changed, reset() added.
- *
- * Revision 1.1  2002/05/28 22:40:46  peiyongz
- * DOM3 Save Interface: DOMWriter/DOMWriterFilter
- *
  */
 
 #include <xercesc/framework/MemBufFormatTarget.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/MemBufFormatTarget.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/MemBufFormatTarget.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/MemBufFormatTarget.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/MemBufFormatTarget.hpp Thu Jun 16 19:56:35 2005
@@ -16,32 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.8  2004/09/08 13:55:57  peiyongz
- * Apache License Version 2.0
- *
- * 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  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/08/12 21:38:22  peiyongz
- * Bug#11462: MemBufFormatTarget issue(2) .., proposed patch from
- *                      Esmond Pitt (pitte@anz.com)
- *
- * Revision 1.3  2002/07/22 23:23:15  tng
- * DOM L3: MemBufFormatTarget stores fDataBuf as XMLByte directly, consistent design as MemBufInputSource
- *
- * Revision 1.2  2002/06/05 15:47:13  peiyongz
- * data member changed, reset() added.
- *
- * Revision 1.1  2002/05/28 22:40:46  peiyongz
- * DOM3 Save Interface: DOMWriter/DOMWriterFilter
- *
  */
 
 #ifndef MemBufFormatTarget_HEADER_GUARD_

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/MemBufInputSource.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/MemBufInputSource.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/MemBufInputSource.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/MemBufInputSource.cpp Thu Jun 16 19:56:35 2005
@@ -15,41 +15,7 @@
  */
 
 /**
- * $Log$
- * Revision 1.7  2004/09/28 02:14:13  cargilld
- * Add support for validating annotations.
- *
- * Revision 1.6  2004/09/08 13:55:57  peiyongz
- * Apache License Version 2.0
- *
- * 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/16 03:11:30  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * 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:50  peiyongz
- * sane_include
- *
- * Revision 1.2  2000/02/06 07:47:46  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1  2000/01/12 00:13:26  roddey
- * These were moved from internal/ to framework/, which was something that should have
- * happened long ago. They are really framework type of classes.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:10  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:42  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/MemBufInputSource.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/MemBufInputSource.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/MemBufInputSource.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/MemBufInputSource.hpp Thu Jun 16 19:56:35 2005
@@ -15,62 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.10  2005/03/17 11:07:04  gareth
- * Updated doc to refect real behaviour with adoptBuffer.
- *
- * Revision 1.9  2004/09/28 02:14:13  cargilld
- * Add support for validating annotations.
- *
- * Revision 1.8  2004/09/08 13:55:57  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/12/01 23:23:25  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.5  2003/07/30 14:48:38  peiyongz
- * Allow default value
- *
- * Revision 1.4  2003/05/16 21:36:55  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.3  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * 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:50  peiyongz
- * sane_include
- *
- * Revision 1.6  2000/12/14 18:49:54  tng
- * Fix API document generation warning: "Warning: end of member group without matching begin"
- *
- * Revision 1.5  2000/02/24 20:00:22  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.4  2000/02/15 23:59:06  roddey
- * More updated documentation of Framework classes.
- *
- * 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:46  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1  2000/01/12 00:13:26  roddey
- * These were moved from internal/ to framework/, which was something that should have
- * happened long ago. They are really framework type of classes.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:10  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:43  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/MemoryManager.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/MemoryManager.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/MemoryManager.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/MemoryManager.hpp Thu Jun 16 19:56:35 2005
@@ -15,17 +15,8 @@
  */
 
  /*
-  * $Log$
-  * Revision 1.3  2004/09/08 13:55:57  peiyongz
-  * Apache License Version 2.0
-  *
-  * Revision 1.2  2003/04/27 17:17:01  jberry
-  * Add include for stdlib to pull in size_t declaration
-  *
-  * Revision 1.1  2003/04/21 15:47:45  knoaman
-  * Initial check-in.
-  *
-  */
+ * $Id$
+ */
 
 
 #if !defined(MEMORYMANAGER_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/StdInInputSource.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/StdInInputSource.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/StdInInputSource.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/StdInInputSource.cpp Thu Jun 16 19:56:35 2005
@@ -15,36 +15,7 @@
  */
 
 /**
- * $Log$
- * Revision 1.5  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/12/17 13:58:02  cargilld
- * Platform update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.3  2003/05/16 03:11:30  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:50  peiyongz
- * sane_include
- *
- * Revision 1.2  2000/02/06 07:47:46  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1  2000/01/12 00:13:26  roddey
- * These were moved from internal/ to framework/, which was something that should have
- * happened long ago. They are really framework type of classes.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:15  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:44:44  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/StdInInputSource.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/StdInInputSource.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/StdInInputSource.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/StdInInputSource.hpp Thu Jun 16 19:56:35 2005
@@ -15,47 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/01/29 11:46:29  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.3  2003/05/16 21:36:55  knoaman
- * Memory manager implementation: Modify constructors to pass in the 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:50  peiyongz
- * sane_include
- *
- * Revision 1.6  2000/12/14 18:49:55  tng
- * Fix API document generation warning: "Warning: end of member group without matching begin"
- *
- * Revision 1.5  2000/02/24 20:00:22  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.4  2000/02/15 23:59:06  roddey
- * More updated documentation of Framework classes.
- *
- * 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:46  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1  2000/01/12 00:13:26  roddey
- * These were moved from internal/ to framework/, which was something that should have
- * happened long ago. They are really framework type of classes.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:17  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:44  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/StdOutFormatTarget.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/StdOutFormatTarget.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/StdOutFormatTarget.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/StdOutFormatTarget.cpp Thu Jun 16 19:56:35 2005
@@ -16,39 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.10  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2004/02/09 23:01:43  peiyongz
- * Bug#20684: patch from carbe771@student.liu.se (C-J Berg)
- *
- * Revision 1.8  2004/01/29 11:46:29  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.7  2003/05/29 11:18:37  gareth
- * Added macros in so we can determine whether to do things like iostream as opposed to iostream.h and whether to use std:: or not.
- *
- * Revision 1.6  2003/01/24 20:20:22  tng
- * Add method flush to XMLFormatTarget
- *
- * Revision 1.5  2003/01/09 18:58:29  tng
- * [Bug 15427] DOMWriter dose not flush the output stream.
- *
- * Revision 1.4  2002/11/22 14:25:59  tng
- * Got a number of compilation erros for those non-ANSI C++ compliant compiler like xlC v3.
- * Since the previous fix is just for fixing a "warning", I think it doesn't worth to break users who
- * are not ANSI C++ ready yet.
- *
- * Revision 1.3  2002/11/21 15:45:34  gareth
- * gcc 3.2 now issues a warning for use of iostream.h. Removed the .h and prefixed cout with std::.
- *
- * Revision 1.2  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.1  2002/05/28 22:40:46  peiyongz
- * DOM3 Save Interface: DOMWriter/DOMWriterFilter
- *
  */
 
 #include <xercesc/framework/StdOutFormatTarget.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/StdOutFormatTarget.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/StdOutFormatTarget.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/StdOutFormatTarget.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/StdOutFormatTarget.hpp Thu Jun 16 19:56:35 2005
@@ -16,22 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.5  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/01/24 20:20:22  tng
- * Add method flush to XMLFormatTarget
- *
- * Revision 1.3  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/06/05 15:47:29  peiyongz
- * operator = modified
- *
- * Revision 1.1  2002/05/28 22:40:46  peiyongz
- * DOM3 Save Interface: DOMWriter/DOMWriterFilter
- *
  */
 
 #ifndef StdOutFormatTarget_HEADER_GUARD_

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/URLInputSource.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/URLInputSource.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/URLInputSource.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/URLInputSource.cpp Thu Jun 16 19:56:35 2005
@@ -15,43 +15,7 @@
  */
 
 /**
- * $Log$
- * Revision 1.5  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/05/16 21:36:55  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.3  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/04/25 00:12:34  jasons
- * fairly serious error in the two XMLCh* constructor, the fURL member
- * was being improperly initialized with the (systemID,publicID) instead
- * of (baseId,systemId)
- *
- * Revision 1.1.1.1  2002/02/01 22:21:50  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/02/06 07:47:46  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  2000/01/15 01:26:16  rahulj
- * Added support for HTTP to the parser using libWWW 5.2.8.
- * Renamed URL.[ch]pp to XMLURL.[ch]pp and like wise for the class name.
- * Only tested under NT 4.0 SP 5.
- * Removed URL.hpp from files where it was not used.
- *
- * Revision 1.1  2000/01/12 00:13:26  roddey
- * These were moved from internal/ to framework/, which was something that should have
- * happened long ago. They are really framework type of classes.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:18  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:44:44  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/URLInputSource.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/URLInputSource.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/URLInputSource.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/URLInputSource.hpp Thu Jun 16 19:56:35 2005
@@ -15,59 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2004/01/29 11:46:29  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.4  2003/12/01 23:23:25  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.3  2003/05/16 21:36:55  knoaman
- * Memory manager implementation: Modify constructors to pass in the 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:50  peiyongz
- * sane_include
- *
- * Revision 1.8  2000/12/14 18:49:56  tng
- * Fix API document generation warning: "Warning: end of member group without matching begin"
- *
- * Revision 1.7  2000/02/24 20:00:22  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.6  2000/02/15 23:59:07  roddey
- * More updated documentation of Framework classes.
- *
- * Revision 1.5  2000/02/15 01:21:30  roddey
- * Some initial documentation improvements. More to come...
- *
- * Revision 1.4  2000/02/06 07:47:46  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.3  2000/01/26 18:56:02  roddey
- * Needed to include XMLURL.hpp so that it compiles standalone.
- *
- * Revision 1.2  2000/01/15 01:26:16  rahulj
- * Added support for HTTP to the parser using libWWW 5.2.8.
- * Renamed URL.[ch]pp to XMLURL.[ch]pp and like wise for the class name.
- * Only tested under NT 4.0 SP 5.
- * Removed URL.hpp from files where it was not used.
- *
- * Revision 1.1  2000/01/12 00:13:26  roddey
- * These were moved from internal/ to framework/, which was something that should have
- * happened long ago. They are really framework type of classes.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:18  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:44  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

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

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/Wrapper4DOMInputSource.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/Wrapper4DOMInputSource.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/Wrapper4DOMInputSource.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/Wrapper4DOMInputSource.cpp Thu Jun 16 19:56:35 2005
@@ -15,29 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2003/12/17 00:18:33  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.5  2003/05/30 16:11:43  gareth
- * Fixes so we compile under VC7.1. Patch by Alberto Massari.
- *
- * Revision 1.4  2003/05/16 21:36:55  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.3  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/07/19 14:57:28  knoaman
- * Add an adoptFlag parameter to the constructor and remove the setter method.
- * Documentation update.
- *
- * Revision 1.1  2002/06/18 20:00:22  knoaman
- * Initial checkin.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/Wrapper4InputSource.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/Wrapper4InputSource.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/Wrapper4InputSource.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/Wrapper4InputSource.cpp Thu Jun 16 19:56:35 2005
@@ -15,29 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2003/12/17 00:18:33  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.5  2003/05/30 16:11:43  gareth
- * Fixes so we compile under VC7.1. Patch by Alberto Massari.
- *
- * Revision 1.4  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/07/19 14:57:28  knoaman
- * Add an adoptFlag parameter to the constructor and remove the setter method.
- * Documentation update.
- *
- * Revision 1.2  2002/07/15 18:26:46  tng
- * DOM L3: For consistency, add release() to DOMInputSource and thus Wrapper4InputSource.
- *
- * Revision 1.1  2002/06/18 19:07:07  knoaman
- * Initial checkin.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLAttDef.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLAttDef.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLAttDef.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLAttDef.hpp Thu Jun 16 19:56:35 2005
@@ -15,92 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.14  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.13  2004/09/02 19:08:09  cargilld
- * Fix API Doc warning message
- *
- * Revision 1.12  2003/12/17 00:18:33  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.11  2003/11/24 05:19:15  neilg
- * update method documentation
- *
- * Revision 1.10  2003/10/10 16:23:29  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.9  2003/05/16 21:36:55  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.8  2003/05/15 18:26:07  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.7  2003/04/21 20:46:01  knoaman
- * Use XMLString::release to prepare for configurable memory manager.
- *
- * Revision 1.6  2003/03/07 18:08:10  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.5  2003/01/29 19:45:35  gareth
- * added api for DOMTypeInfo
- *
- * Revision 1.4  2002/12/10 02:15:55  knoaman
- * Schema Errata: E1-21.
- *
- * Revision 1.3  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * 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:50  peiyongz
- * sane_include
- *
- * Revision 1.13  2001/11/15 16:36:36  knoaman
- * Re-organize constant values.
- *
- * Revision 1.12  2001/08/09 15:23:37  knoaman
- * add support for <anyAttribute> declaration.
- *
- * Revision 1.11  2001/06/21 14:25:26  knoaman
- * Fix for bug 1946
- *
- * Revision 1.10  2001/05/11 13:25:31  tng
- * Copyright update.
- *
- * Revision 1.9  2001/02/27 18:48:20  tng
- * Schema: Add SchemaAttDef, SchemaElementDecl, SchemaAttDefList.
- *
- * Revision 1.8  2000/12/14 18:49:56  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/07/07 22:23:38  jpolast
- * remove useless getKey() functions.
- *
- * Revision 1.5  2000/02/24 20:00:22  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.4  2000/02/16 23:03:48  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:46  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:27  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:34  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(ATTDEF_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLAttDefList.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLAttDefList.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLAttDefList.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLAttDefList.cpp Thu Jun 16 19:56:35 2005
@@ -16,16 +16,6 @@
 
 /**
  * $Id$
- * $Log$
- * Revision 1.3  2004/09/08 13:55:58  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/10 16:23:29  peiyongz
- * Implementation of Serialization/Deserialization
- *
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLAttDefList.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLAttDefList.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLAttDefList.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLAttDefList.hpp Thu Jun 16 19:56:35 2005
@@ -15,49 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2004/01/29 11:46:29  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.7  2003/11/10 21:53:54  neilg
- * add a means of statelessly traversing attribute lists.  mark the enumeration-based means as deprecated, since those are not stateless
- *
- * Revision 1.6  2003/10/20 11:47:30  gareth
- * Constructor take memory manager and get method for it.
- *
- * Revision 1.5  2003/10/10 16:23:29  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.4  2003/05/16 21:36:55  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * 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:50  peiyongz
- * sane_include
- *
- * 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:46  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:28  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:35  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(XMLATTDEFLIST_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLAttr.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLAttr.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLAttr.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLAttr.hpp Thu Jun 16 19:56:35 2005
@@ -15,73 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.11  2004/09/20 14:47:13  amassari
- * Mark some methods as deprecated
- *
- * Revision 1.10  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2003/12/17 00:18:33  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.8  2003/11/24 05:19:37  neilg
- * update XMLAttr class to carry information needed by DOMTypeInfo
- *
- * Revision 1.7  2003/05/22 02:10:51  knoaman
- * Default the memory manager.
- *
- * 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/11/28 20:12:45  knoaman
- * Allow creating/setting of XMLAttr using a rawname (i.e. 'prefix:localpart').
- *
- * Revision 1.3  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * 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:50  peiyongz
- * sane_include
- *
- * Revision 1.9  2001/11/02 14:21:18  knoaman
- * Add support for identity constraints.
- *
- * Revision 1.8  2001/05/11 13:25:31  tng
- * Copyright update.
- *
- * Revision 1.7  2001/02/27 18:33:55  tng
- * Schema: Use QName in XMLAttr.
- *
- * Revision 1.6  2000/04/10 22:42:53  roddey
- * Extended the buffer reuse to the QName field, to further increase
- * performance of attribute heavy applications.
- *
- * 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:28  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:35  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(XMLATTR_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLBuffer.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLBuffer.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLBuffer.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLBuffer.cpp Thu Jun 16 19:56:35 2005
@@ -15,48 +15,7 @@
  */
 
 /**
- * $Log$
- * Revision 1.8  2004/12/13 16:36:43  cargilld
- * Performance improvement from Christian Will and bug fix from David Bertoni.
- *
- * Revision 1.7  2004/09/29 20:33:51  peiyongz
- * resize the internal buffer even the handler can successfully flush the buffer
- *
- * 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  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/08/13 17:07:43  peiyongz
- * using 2 instead of 1.25 to expand capacity
- *
- * Revision 1.1.1.1  2002/02/01 22:21:50  peiyongz
- * sane_include
- *
- * Revision 1.5  2000/08/17 00:04:50  andyh
- * Fix error in growing of XMLBuffer from within ensureCapacity()
- * Fixes crash pointed out by Simon Fell.
- *
- * Revision 1.4  2000/05/15 22:31:11  andyh
- * Replace #include<memory.h> with <string.h> everywhere.
- *
- * Revision 1.3  2000/02/06 07:47:47  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  1999/11/23 01:04:19  roddey
- * Updates to some of the internal VC++ project files and some small
- * fixes to make XMLBuffer correctly character size agnostic.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:29  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:35  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLBuffer.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLBuffer.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLBuffer.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLBuffer.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/framework/XMLBufferMgr.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLBufferMgr.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLBufferMgr.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLBufferMgr.cpp Thu Jun 16 19:56:35 2005
@@ -15,39 +15,7 @@
  */
 
 /**
- * $Log$
- * Revision 1.5  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/12/17 00:18:33  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * 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:51  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/05/15 22:31:11  andyh
- * Replace #include<memory.h> with <string.h> everywhere.
- *
- * Revision 1.3  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.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/branches/xerces-2.7/src/xercesc/framework/XMLBufferMgr.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLBufferMgr.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLBufferMgr.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLBufferMgr.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/framework/XMLContentModel.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLContentModel.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLContentModel.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/XMLContentModel.cpp Thu Jun 16 19:56:35 2005
@@ -15,28 +15,7 @@
  */
 
 /**
- * $Log$
- * Revision 1.3  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * 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.3  2001/05/28 20:53:35  tng
- * Schema: move static data gInvalidTrans, gEOCFakeId, gEpsilonFakeId to XMLContentModel for others to access
- *
- * 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:37  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 



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