You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2005/11/07 20:26:19 UTC

svn commit: r331584 - /xerces/c/branches/xerces-2.7/src/xercesc/validators/common/GrammarResolver.cpp

Author: amassari
Date: Mon Nov  7 11:26:17 2005
New Revision: 331584

URL: http://svn.apache.org/viewcvs?rev=331584&view=rev
Log:
Remove log history

Modified:
    xerces/c/branches/xerces-2.7/src/xercesc/validators/common/GrammarResolver.cpp

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/common/GrammarResolver.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/common/GrammarResolver.cpp?rev=331584&r1=331583&r2=331584&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/common/GrammarResolver.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/common/GrammarResolver.cpp Mon Nov  7 11:26:17 2005
@@ -15,126 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.32  2005/04/29 20:21:02  dbertoni
- * Patch for Jira issue XERCESC-1407.
- *
- * Revision 1.31  2005/03/20 14:53:35  knoaman
- * [jira 1381] Memory leak in GrammarResolver - patch by Christian Will.
- *
- * Revision 1.30  2004/12/03 17:00:13  amassari
- * Avoid throwing an exception when orphaning a cached grammar that has not been used yet
- *
- * Revision 1.29  2004/09/29 19:27:07  cargilld
- * Fix for Jira-1217: fixing problems with getXSModel.
- *
- * Revision 1.28  2004/09/08 13:56:51  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.27  2004/09/02 14:13:13  amassari
- * If getXSModel was invoked when schema caching was off and nothing had changed, a new (empty) model was created even if a non-empty one was already available
- *
- * Revision 1.26  2004/05/21 15:19:16  peiyongz
- * [jira1216]  GrammarResolver never clears internal cache of
- * Grammar instances -- patch from David Bertoni
- *
- * Revision 1.25  2004/02/17 15:53:50  neilg
- * fix potential memory leak
- *
- * Revision 1.24  2004/01/06 18:52:15  knoaman
- * Reset list of grammars after building XSModel
- *
- * Revision 1.23  2003/12/31 02:36:03  neilg
- * Even if the resolver has no grammars, since all schema
- * processors are aware of the schema-for-schemas, an XSModel
- * should be produced.
- *
- * Revision 1.22  2003/12/17 00:18:38  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.21  2003/11/21 22:38:50  neilg
- * Enable grammar pools and grammar resolvers to manufacture
- * XSModels.  This also cleans up handling in the
- * parser classes by eliminating the need to tell
- * the grammar pool that schema compoments need to be produced.
- * Thanks to David Cargill.
- *
- * Revision 1.20  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.19  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.18  2003/09/02 09:04:44  gareth
- * added API to get enumerator to referenced grammars.
- *
- * Revision 1.17  2003/09/01 12:59:59  gareth
- * added API to get an enumerator for the cached grammars.
- *
- * Revision 1.16  2003/08/22 09:04:41  gareth
- * keep the fGrammarFromPool in sync to avoid problems when parseing multiple times. Patch by Alberto Massari.
- *
- * Revision 1.15  2003/07/31 17:08:39  peiyongz
- * Grammar embed grammar description
- * fGrammarFromPool introduced
- *
- * Revision 1.14  2003/06/25 22:38:40  peiyongz
- * remove old getGrammar()
- *
- * Revision 1.13  2003/06/25 19:32:05  peiyongz
- * remove old putGrammar()
- *
- * Revision 1.12  2003/06/25 18:57:56  peiyongz
- * remove old orphanGrammar()
- *
- * Revision 1.11  2003/06/25 17:44:04  peiyongz
- * cacheGrammar() revised
- *
- * Revision 1.10  2003/06/23 15:53:50  peiyongz
- * clean up temporary XMLGrammarDescription to make MemoryTest happy
- *
- * Revision 1.9  2003/06/20 18:58:45  peiyongz
- * Stateless Grammar Pool :: Part I
- *
- * Revision 1.8  2003/05/18 14:02:06  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.7  2003/05/16 21:43:20  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.6  2003/05/15 18:48:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2002/11/04 14:54:58  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/09/24 19:48:39  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.3  2002/07/12 14:35:37  knoaman
- * Add an error message and use it in the scanner.
- *
- * Revision 1.2  2002/07/11 18:17:43  knoaman
- * Grammar caching/preparsing - initial implementation.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:38  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/08/28 19:20:54  tng
- * Schema: xsi:type support
- *
- * Revision 1.4  2001/07/24 18:33:13  knoaman
- * Added support for <group> + extra constraint checking for complexType
- *
- * Revision 1.3  2001/06/07 20:58:39  tng
- * Fix no newline at the end warning.  By Pei Yong Zhang.
- *
- * Revision 1.2  2001/05/11 13:27:19  tng
- * Copyright update.
- *
- * Revision 1.1  2001/03/21 21:56:28  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
+ * $Id$
  */
 
 #include <xercesc/validators/common/GrammarResolver.hpp>



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