You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by le...@apache.org on 2002/01/28 20:33:37 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/util EncodingMap.java MessageFormatter.java SymbolTable.java XMLChar.java XMLStringBuffer.java

lehors      02/01/28 11:33:36

  Modified:    java/src/org/apache/xerces/impl XMLDTDScannerImpl.java
                        XMLDocumentFragmentScannerImpl.java
                        XMLDocumentScannerImpl.java XMLEntityHandler.java
                        XMLEntityManager.java XMLEntityScanner.java
                        XMLErrorReporter.java
               java/src/org/apache/xerces/impl/dtd AbstractDTDGrammar.java
                        DTDGrammar.java XMLAttributeDecl.java
                        XMLDTDValidator.java XMLElementDecl.java
                        XMLEntityDecl.java XMLNotationDecl.java
                        XMLSimpleType.java
               java/src/org/apache/xerces/impl/dtd/models
                        ContentModelValidator.java DFAContentModel.java
                        MixedContentModel.java SimpleContentModel.java
               java/src/org/apache/xerces/impl/dv/dtd
                        AbstractDatatypeValidator.java
                        DatatypeValidator.java
                        DatatypeValidatorFactory.java
                        InvalidDatatypeFacetException.java
                        InvalidDatatypeValueException.java
               java/src/org/apache/xerces/impl/validation
                        XMLGrammarPoolImpl.java
               java/src/org/apache/xerces/parsers AbstractSAXParser.java
                        AbstractXMLDocumentParser.java
                        CachingParserPool.java DTDParser.java
                        XMLDocumentParser.java XMLGrammarParser.java
                        XMLParser.java
               java/src/org/apache/xerces/util EncodingMap.java
                        MessageFormatter.java SymbolTable.java XMLChar.java
                        XMLStringBuffer.java
  Log:
  removed DesignDoc reference from javadoc
  
  Revision  Changes    Path
  1.17      +1 -2      xml-xerces/java/src/org/apache/xerces/impl/XMLDTDScannerImpl.java
  
  Index: XMLDTDScannerImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XMLDTDScannerImpl.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- XMLDTDScannerImpl.java	25 Jan 2002 19:55:34 -0000	1.16
  +++ XMLDTDScannerImpl.java	28 Jan 2002 19:33:34 -0000	1.17
  @@ -98,13 +98,12 @@
    *  <li>http://apache.org/xml/properties/internal/entity-manager</li>
    * </ul>
    *
  - * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
    * @author Arnaud  Le Hors, IBM
    * @author Andy Clark, IBM
    * @author Glenn Marcy, IBM
    * @author Eric Ye, IBM
    *
  - * @version $Id: XMLDTDScannerImpl.java,v 1.16 2002/01/25 19:55:34 neilg Exp $
  + * @version $Id: XMLDTDScannerImpl.java,v 1.17 2002/01/28 19:33:34 lehors Exp $
    */
   public class XMLDTDScannerImpl
       extends XMLScanner
  
  
  
  1.8       +1 -2      xml-xerces/java/src/org/apache/xerces/impl/XMLDocumentFragmentScannerImpl.java
  
  Index: XMLDocumentFragmentScannerImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XMLDocumentFragmentScannerImpl.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- XMLDocumentFragmentScannerImpl.java	24 Jan 2002 20:52:21 -0000	1.7
  +++ XMLDocumentFragmentScannerImpl.java	28 Jan 2002 19:33:34 -0000	1.8
  @@ -104,12 +104,11 @@
    * </ul>
    *
    * @author Glenn Marcy, IBM
  - * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
    * @author Andy Clark, IBM
    * @author Arnaud  Le Hors, IBM
    * @author Eric Ye, IBM
    *
  - * @version $Id: XMLDocumentFragmentScannerImpl.java,v 1.7 2002/01/24 20:52:21 neilg Exp $
  + * @version $Id: XMLDocumentFragmentScannerImpl.java,v 1.8 2002/01/28 19:33:34 lehors Exp $
    */
   public class XMLDocumentFragmentScannerImpl
       extends XMLScanner
  
  
  
  1.15      +1 -2      xml-xerces/java/src/org/apache/xerces/impl/XMLDocumentScannerImpl.java
  
  Index: XMLDocumentScannerImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XMLDocumentScannerImpl.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- XMLDocumentScannerImpl.java	24 Jan 2002 20:52:21 -0000	1.14
  +++ XMLDocumentScannerImpl.java	28 Jan 2002 19:33:34 -0000	1.15
  @@ -105,12 +105,11 @@
    * </ul>
    *
    * @author Glenn Marcy, IBM
  - * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
    * @author Andy Clark, IBM
    * @author Arnaud  Le Hors, IBM
    * @author Eric Ye, IBM
    *
  - * @version $Id: XMLDocumentScannerImpl.java,v 1.14 2002/01/24 20:52:21 neilg Exp $
  + * @version $Id: XMLDocumentScannerImpl.java,v 1.15 2002/01/28 19:33:34 lehors Exp $
    */
   public class XMLDocumentScannerImpl
       extends XMLDocumentFragmentScannerImpl {
  
  
  
  1.5       +1 -2      xml-xerces/java/src/org/apache/xerces/impl/XMLEntityHandler.java
  
  Index: XMLEntityHandler.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XMLEntityHandler.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XMLEntityHandler.java	22 Jan 2002 16:42:26 -0000	1.4
  +++ XMLEntityHandler.java	28 Jan 2002 19:33:34 -0000	1.5
  @@ -66,10 +66,9 @@
    *
    * @see org.apache.xerces.impl.XMLEntityScanner
    *
  - * @author Stubs generated by DesignDoc on Mon Sep 18 18:23:16 PDT 2000
    * @author Andy Clark, IBM
    *
  - * @version $Id: XMLEntityHandler.java,v 1.4 2002/01/22 16:42:26 neilg Exp $
  + * @version $Id: XMLEntityHandler.java,v 1.5 2002/01/28 19:33:34 lehors Exp $
    */
   public interface XMLEntityHandler {
   
  
  
  
  1.20      +1 -2      xml-xerces/java/src/org/apache/xerces/impl/XMLEntityManager.java
  
  Index: XMLEntityManager.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XMLEntityManager.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- XMLEntityManager.java	24 Jan 2002 06:42:58 -0000	1.19
  +++ XMLEntityManager.java	28 Jan 2002 19:33:34 -0000	1.20
  @@ -111,11 +111,10 @@
    * </ul>
    *
    *
  - * @author Stubs generated by DesignDoc on Mon Sep 18 18:23:16 PDT 2000
    * @author Andy Clark, IBM
    * @author Arnaud  Le Hors, IBM
    *
  - * @version $Id: XMLEntityManager.java,v 1.19 2002/01/24 06:42:58 neilg Exp $
  + * @version $Id: XMLEntityManager.java,v 1.20 2002/01/28 19:33:34 lehors Exp $
    */
   public class XMLEntityManager
       implements XMLComponent, XMLEntityResolver {
  
  
  
  1.3       +1 -2      xml-xerces/java/src/org/apache/xerces/impl/XMLEntityScanner.java
  
  Index: XMLEntityScanner.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XMLEntityScanner.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XMLEntityScanner.java	23 Aug 2001 00:35:21 -0000	1.2
  +++ XMLEntityScanner.java	28 Jan 2002 19:33:34 -0000	1.3
  @@ -74,10 +74,9 @@
    * scanning, but the entity scanner class allows a cleaner separation
    * between entity management API and entity scanning.
    *
  - * @author Stubs generated by DesignDoc on Mon Sep 18 18:23:16 PDT 2000
    * @author Andy Clark, IBM
    *
  - * @version $Id: XMLEntityScanner.java,v 1.2 2001/08/23 00:35:21 lehors Exp $
  + * @version $Id: XMLEntityScanner.java,v 1.3 2002/01/28 19:33:34 lehors Exp $
    *
    * @see XMLEntityHandler
    * @see XMLEntityManager
  
  
  
  1.4       +1 -2      xml-xerces/java/src/org/apache/xerces/impl/XMLErrorReporter.java
  
  Index: XMLErrorReporter.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XMLErrorReporter.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XMLErrorReporter.java	10 Jan 2002 06:34:22 -0000	1.3
  +++ XMLErrorReporter.java	28 Jan 2002 19:33:34 -0000	1.4
  @@ -102,11 +102,10 @@
    *
    * @see MessageFormatter
    *
  - * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
    * @author Eric Ye, IBM
    * @author Andy Clark, IBM
    *
  - * @version $Id: XMLErrorReporter.java,v 1.3 2002/01/10 06:34:22 twl Exp $
  + * @version $Id: XMLErrorReporter.java,v 1.4 2002/01/28 19:33:34 lehors Exp $
    */
   public class XMLErrorReporter
       implements XMLComponent {
  
  
  
  1.4       +1 -2      xml-xerces/java/src/org/apache/xerces/impl/dtd/AbstractDTDGrammar.java
  
  Index: AbstractDTDGrammar.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dtd/AbstractDTDGrammar.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- AbstractDTDGrammar.java	24 Jan 2002 06:42:58 -0000	1.3
  +++ AbstractDTDGrammar.java	28 Jan 2002 19:33:34 -0000	1.4
  @@ -98,12 +98,11 @@
    * reflect the fact that this is anything but a general-purpose grammar.
    * REVISIT :  shouldn't this class and DTDGrammar be combined?
    *
  - * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
    * @author Jeffrey Rodriguez, IBM
    * @author Eric Ye, IBM
    * @author Andy Clark, IBM
    *
  - * @version $Id: AbstractDTDGrammar.java,v 1.3 2002/01/24 06:42:58 neilg Exp $
  + * @version $Id: AbstractDTDGrammar.java,v 1.4 2002/01/28 19:33:34 lehors Exp $
    */
   public abstract class AbstractDTDGrammar implements EntityState, Grammar {
   
  
  
  
  1.9       +1 -2      xml-xerces/java/src/org/apache/xerces/impl/dtd/DTDGrammar.java
  
  Index: DTDGrammar.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dtd/DTDGrammar.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- DTDGrammar.java	24 Jan 2002 06:42:58 -0000	1.8
  +++ DTDGrammar.java	28 Jan 2002 19:33:35 -0000	1.9
  @@ -91,12 +91,11 @@
    * for DTD information so that it can build the approprate validation
    * structures automatically from the callbacks.
    *
  - * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
    * @author Eric Ye, IBM
    * @author Jeffrey Rodriguez, IBM
    * @author Andy Clark, IBM
    *
  - * @version $Id: DTDGrammar.java,v 1.8 2002/01/24 06:42:58 neilg Exp $
  + * @version $Id: DTDGrammar.java,v 1.9 2002/01/28 19:33:35 lehors Exp $
    */
   public class DTDGrammar
       extends AbstractDTDGrammar
  
  
  
  1.2       +1 -2      xml-xerces/java/src/org/apache/xerces/impl/dtd/XMLAttributeDecl.java
  
  Index: XMLAttributeDecl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dtd/XMLAttributeDecl.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XMLAttributeDecl.java	25 Oct 2001 20:35:56 -0000	1.1
  +++ XMLAttributeDecl.java	28 Jan 2002 19:33:35 -0000	1.2
  @@ -60,8 +60,7 @@
   import org.apache.xerces.xni.QName;
   
   /**
  - * @author Stubs generated by DesignDoc on Wed Jun 07 11:58:44 PDT 2000
  - * @version $Id: XMLAttributeDecl.java,v 1.1 2001/10/25 20:35:56 elena Exp $
  + * @version $Id: XMLAttributeDecl.java,v 1.2 2002/01/28 19:33:35 lehors Exp $
    */
   public class XMLAttributeDecl {
   
  
  
  
  1.14      +1 -2      xml-xerces/java/src/org/apache/xerces/impl/dtd/XMLDTDValidator.java
  
  Index: XMLDTDValidator.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dtd/XMLDTDValidator.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- XMLDTDValidator.java	24 Jan 2002 06:42:58 -0000	1.13
  +++ XMLDTDValidator.java	28 Jan 2002 19:33:35 -0000	1.14
  @@ -120,11 +120,10 @@
    * </ul>
    *
    * @author Eric Ye, IBM
  - * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
    * @author Andy Clark, IBM
    * @author Jeffrey Rodriguez IBM
    *
  - * @version $Id: XMLDTDValidator.java,v 1.13 2002/01/24 06:42:58 neilg Exp $
  + * @version $Id: XMLDTDValidator.java,v 1.14 2002/01/28 19:33:35 lehors Exp $
    */
   public class XMLDTDValidator
   implements XMLComponent, 
  
  
  
  1.2       +1 -2      xml-xerces/java/src/org/apache/xerces/impl/dtd/XMLElementDecl.java
  
  Index: XMLElementDecl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dtd/XMLElementDecl.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XMLElementDecl.java	25 Oct 2001 20:35:56 -0000	1.1
  +++ XMLElementDecl.java	28 Jan 2002 19:33:35 -0000	1.2
  @@ -60,8 +60,7 @@
   import org.apache.xerces.xni.QName;
   import org.apache.xerces.impl.dtd.models.ContentModelValidator;
   /**
  - * @author Stubs generated by DesignDoc on Mon Sep 11 11:54:05 PDT 2000
  - * @version $Id: XMLElementDecl.java,v 1.1 2001/10/25 20:35:56 elena Exp $
  + * @version $Id: XMLElementDecl.java,v 1.2 2002/01/28 19:33:35 lehors Exp $
    */
   public class XMLElementDecl {
   
  
  
  
  1.2       +1 -2      xml-xerces/java/src/org/apache/xerces/impl/dtd/XMLEntityDecl.java
  
  Index: XMLEntityDecl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dtd/XMLEntityDecl.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XMLEntityDecl.java	25 Oct 2001 20:35:56 -0000	1.1
  +++ XMLEntityDecl.java	28 Jan 2002 19:33:35 -0000	1.2
  @@ -58,8 +58,7 @@
   package org.apache.xerces.impl.dtd;
   
   /**
  - * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
  - * @version $Id: XMLEntityDecl.java,v 1.1 2001/10/25 20:35:56 elena Exp $
  + * @version $Id: XMLEntityDecl.java,v 1.2 2002/01/28 19:33:35 lehors Exp $
    */
   public class XMLEntityDecl {
   
  
  
  
  1.3       +1 -2      xml-xerces/java/src/org/apache/xerces/impl/dtd/XMLNotationDecl.java
  
  Index: XMLNotationDecl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dtd/XMLNotationDecl.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XMLNotationDecl.java	24 Jan 2002 06:42:58 -0000	1.2
  +++ XMLNotationDecl.java	28 Jan 2002 19:33:35 -0000	1.3
  @@ -58,8 +58,7 @@
   package org.apache.xerces.impl.dtd;
   
   /**
  - * @author Stubs generated by DesignDoc on Wed Jun 07 11:58:44 PDT 2000
  - * @version $Id: XMLNotationDecl.java,v 1.2 2002/01/24 06:42:58 neilg Exp $
  + * @version $Id: XMLNotationDecl.java,v 1.3 2002/01/28 19:33:35 lehors Exp $
    */
   public class XMLNotationDecl {
   
  
  
  
  1.3       +1 -2      xml-xerces/java/src/org/apache/xerces/impl/dtd/XMLSimpleType.java
  
  Index: XMLSimpleType.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dtd/XMLSimpleType.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XMLSimpleType.java	24 Jan 2002 06:42:58 -0000	1.2
  +++ XMLSimpleType.java	28 Jan 2002 19:33:35 -0000	1.3
  @@ -58,8 +58,7 @@
   package org.apache.xerces.impl.dtd;
   import org.apache.xerces.impl.dv.dtd.DatatypeValidator;
   /**
  - * @author Stubs generated by DesignDoc on Wed Jun 07 11:58:44 PDT 2000
  - * @version $Id: XMLSimpleType.java,v 1.2 2002/01/24 06:42:58 neilg Exp $
  + * @version $Id: XMLSimpleType.java,v 1.3 2002/01/28 19:33:35 lehors Exp $
    */
   public class XMLSimpleType {
   
  
  
  
  1.2       +1 -2      xml-xerces/java/src/org/apache/xerces/impl/dtd/models/ContentModelValidator.java
  
  Index: ContentModelValidator.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dtd/models/ContentModelValidator.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ContentModelValidator.java	25 Oct 2001 20:35:57 -0000	1.1
  +++ ContentModelValidator.java	28 Jan 2002 19:33:35 -0000	1.2
  @@ -60,8 +60,7 @@
   import org.apache.xerces.xni.QName;
   
   /**
  - * @author Stubs generated by DesignDoc on Wed Jun 07 11:58:44 PDT 2000
  - * @version $Id: ContentModelValidator.java,v 1.1 2001/10/25 20:35:57 elena Exp $
  + * @version $Id: ContentModelValidator.java,v 1.2 2002/01/28 19:33:35 lehors Exp $
    */
   public interface ContentModelValidator {
   
  
  
  
  1.2       +1 -2      xml-xerces/java/src/org/apache/xerces/impl/dtd/models/DFAContentModel.java
  
  Index: DFAContentModel.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dtd/models/DFAContentModel.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DFAContentModel.java	25 Oct 2001 20:35:57 -0000	1.1
  +++ DFAContentModel.java	28 Jan 2002 19:33:35 -0000	1.2
  @@ -61,8 +61,7 @@
   import org.apache.xerces.impl.dtd.XMLContentSpec;
   
   /**
  - * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
  - * @version $Id: DFAContentModel.java,v 1.1 2001/10/25 20:35:57 elena Exp $
  + * @version $Id: DFAContentModel.java,v 1.2 2002/01/28 19:33:35 lehors Exp $
    *
    * DFAContentModel is the derivative of ContentModel that does
    * all of the non-trivial element content validation. This class does 
  
  
  
  1.2       +1 -2      xml-xerces/java/src/org/apache/xerces/impl/dtd/models/MixedContentModel.java
  
  Index: MixedContentModel.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dtd/models/MixedContentModel.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MixedContentModel.java	25 Oct 2001 20:35:57 -0000	1.1
  +++ MixedContentModel.java	28 Jan 2002 19:33:35 -0000	1.2
  @@ -62,8 +62,7 @@
   import org.apache.xerces.impl.dtd.XMLContentSpec;
   
   /**
  - * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
  - * @version $Id: MixedContentModel.java,v 1.1 2001/10/25 20:35:57 elena Exp $
  + * @version $Id: MixedContentModel.java,v 1.2 2002/01/28 19:33:35 lehors Exp $
    *
    * MixedContentModel is a derivative of the abstract content model base
    * class that handles the special case of mixed model elements. If an element
  
  
  
  1.2       +1 -2      xml-xerces/java/src/org/apache/xerces/impl/dtd/models/SimpleContentModel.java
  
  Index: SimpleContentModel.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dtd/models/SimpleContentModel.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SimpleContentModel.java	25 Oct 2001 20:35:57 -0000	1.1
  +++ SimpleContentModel.java	28 Jan 2002 19:33:35 -0000	1.2
  @@ -62,8 +62,7 @@
   import org.apache.xerces.impl.dtd.XMLContentSpec;
   
   /**
  - * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
  - * @version $Id: SimpleContentModel.java,v 1.1 2001/10/25 20:35:57 elena Exp $
  + * @version $Id: SimpleContentModel.java,v 1.2 2002/01/28 19:33:35 lehors Exp $
    *
    * SimpleContentModel is a derivative of the abstract content model base
    * class that handles a small set of simple content models that are just
  
  
  
  1.2       +1 -2      xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/AbstractDatatypeValidator.java
  
  Index: AbstractDatatypeValidator.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/AbstractDatatypeValidator.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AbstractDatatypeValidator.java	25 Oct 2001 20:35:57 -0000	1.1
  +++ AbstractDatatypeValidator.java	28 Jan 2002 19:33:35 -0000	1.2
  @@ -60,8 +60,7 @@
   import java.util.Hashtable;
   
   /**
  - * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
  - * @version $Id: AbstractDatatypeValidator.java,v 1.1 2001/10/25 20:35:57 elena Exp $
  + * @version $Id: AbstractDatatypeValidator.java,v 1.2 2002/01/28 19:33:35 lehors Exp $
    */
   public class AbstractDatatypeValidator
       implements DatatypeValidator {
  
  
  
  1.2       +1 -2      xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/DatatypeValidator.java
  
  Index: DatatypeValidator.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/DatatypeValidator.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DatatypeValidator.java	25 Oct 2001 20:35:57 -0000	1.1
  +++ DatatypeValidator.java	28 Jan 2002 19:33:35 -0000	1.2
  @@ -60,8 +60,7 @@
   import java.util.Hashtable;
   
   /**
  - * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
  - * @version $Id: DatatypeValidator.java,v 1.1 2001/10/25 20:35:57 elena Exp $
  + * @version $Id: DatatypeValidator.java,v 1.2 2002/01/28 19:33:35 lehors Exp $
    */
   public interface DatatypeValidator {
       //
  
  
  
  1.2       +1 -2      xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/DatatypeValidatorFactory.java
  
  Index: DatatypeValidatorFactory.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/DatatypeValidatorFactory.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DatatypeValidatorFactory.java	25 Oct 2001 20:35:57 -0000	1.1
  +++ DatatypeValidatorFactory.java	28 Jan 2002 19:33:35 -0000	1.2
  @@ -60,8 +60,7 @@
   import java.util.Hashtable;
   
   /**
  - * @author Stubs generated by DesignDoc on Wed Jun 07 11:58:44 PDT 2000
  - * @version $Id: DatatypeValidatorFactory.java,v 1.1 2001/10/25 20:35:57 elena Exp $
  + * @version $Id: DatatypeValidatorFactory.java,v 1.2 2002/01/28 19:33:35 lehors Exp $
    */
   public interface DatatypeValidatorFactory {
   
  
  
  
  1.2       +1 -2      xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/InvalidDatatypeFacetException.java
  
  Index: InvalidDatatypeFacetException.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/InvalidDatatypeFacetException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- InvalidDatatypeFacetException.java	25 Oct 2001 20:35:57 -0000	1.1
  +++ InvalidDatatypeFacetException.java	28 Jan 2002 19:33:35 -0000	1.2
  @@ -60,8 +60,7 @@
   import org.xml.sax.SAXException;
   
   /**
  - * @author Stubs generated by DesignDoc on Wed Jun 07 11:58:44 PDT 2000
  - * @version $Id: InvalidDatatypeFacetException.java,v 1.1 2001/10/25 20:35:57 elena Exp $
  + * @version $Id: InvalidDatatypeFacetException.java,v 1.2 2002/01/28 19:33:35 lehors Exp $
    */
   public class InvalidDatatypeFacetException
       extends SAXException {
  
  
  
  1.2       +1 -2      xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/InvalidDatatypeValueException.java
  
  Index: InvalidDatatypeValueException.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/InvalidDatatypeValueException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- InvalidDatatypeValueException.java	25 Oct 2001 20:35:57 -0000	1.1
  +++ InvalidDatatypeValueException.java	28 Jan 2002 19:33:35 -0000	1.2
  @@ -60,8 +60,7 @@
   import org.xml.sax.SAXException;
   
   /**
  - * @author Stubs generated by DesignDoc on Wed Jun 07 11:58:44 PDT 2000
  - * @version $Id: InvalidDatatypeValueException.java,v 1.1 2001/10/25 20:35:57 elena Exp $
  + * @version $Id: InvalidDatatypeValueException.java,v 1.2 2002/01/28 19:33:35 lehors Exp $
    */
   public class InvalidDatatypeValueException
       extends SAXException {
  
  
  
  1.2       +1 -2      xml-xerces/java/src/org/apache/xerces/impl/validation/XMLGrammarPoolImpl.java
  
  Index: XMLGrammarPoolImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/validation/XMLGrammarPoolImpl.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XMLGrammarPoolImpl.java	18 Jan 2002 00:01:47 -0000	1.1
  +++ XMLGrammarPoolImpl.java	28 Jan 2002 19:33:35 -0000	1.2
  @@ -73,12 +73,11 @@
    * interface.  As we move forward, this will become more function-rich and
    * robust.
    *
  - * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
    * @author Jeffrey Rodriguez, IBM
    * @author Andy Clark, IBM
    * @author Neil Graham, IBM
    *
  - * @version $Id: XMLGrammarPoolImpl.java,v 1.1 2002/01/18 00:01:47 neilg Exp $
  + * @version $Id: XMLGrammarPoolImpl.java,v 1.2 2002/01/28 19:33:35 lehors Exp $
    */
   public class XMLGrammarPoolImpl implements XMLGrammarPool {
   
  
  
  
  1.18      +1 -2      xml-xerces/java/src/org/apache/xerces/parsers/AbstractSAXParser.java
  
  Index: AbstractSAXParser.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/parsers/AbstractSAXParser.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- AbstractSAXParser.java	28 Jan 2002 00:35:44 -0000	1.17
  +++ AbstractSAXParser.java	28 Jan 2002 19:33:35 -0000	1.18
  @@ -109,11 +109,10 @@
    * SAX1 and SAX2 parser functionality, while the actual pipeline is
    * defined in the parser configuration.
    *
  - * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
    * @author Arnaud Le Hors, IBM
    * @author Andy Clark, IBM
    *
  - * @version $Id: AbstractSAXParser.java,v 1.17 2002/01/28 00:35:44 elena Exp $
  + * @version $Id: AbstractSAXParser.java,v 1.18 2002/01/28 19:33:35 lehors Exp $
    */
   public abstract class AbstractSAXParser
       extends AbstractXMLDocumentParser
  
  
  
  1.9       +1 -2      xml-xerces/java/src/org/apache/xerces/parsers/AbstractXMLDocumentParser.java
  
  Index: AbstractXMLDocumentParser.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/parsers/AbstractXMLDocumentParser.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- AbstractXMLDocumentParser.java	24 Jan 2002 06:42:59 -0000	1.8
  +++ AbstractXMLDocumentParser.java	28 Jan 2002 19:33:35 -0000	1.9
  @@ -81,11 +81,10 @@
    * does not prevent other kinds of parsers to be constructed using the XNI
    * interfaces.
    *
  - * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
    * @author Arnaud  Le Hors, IBM
    * @author Andy Clark, IBM
    *
  - * @version $Id: AbstractXMLDocumentParser.java,v 1.8 2002/01/24 06:42:59 neilg Exp $
  + * @version $Id: AbstractXMLDocumentParser.java,v 1.9 2002/01/28 19:33:35 lehors Exp $
    */
   public abstract class AbstractXMLDocumentParser
       extends XMLParser
  
  
  
  1.6       +1 -2      xml-xerces/java/src/org/apache/xerces/parsers/CachingParserPool.java
  
  Index: CachingParserPool.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/parsers/CachingParserPool.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- CachingParserPool.java	17 Jan 2002 23:54:58 -0000	1.5
  +++ CachingParserPool.java	28 Jan 2002 19:33:35 -0000	1.6
  @@ -91,10 +91,9 @@
    * over time. In other words, always take caution to make sure
    * that your application is thread-safe and avoids leaking memory.
    *
  - * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
    * @author Andy Clark, IBM
    *
  - * @version $Id: CachingParserPool.java,v 1.5 2002/01/17 23:54:58 neilg Exp $
  + * @version $Id: CachingParserPool.java,v 1.6 2002/01/28 19:33:35 lehors Exp $
    */
   public class CachingParserPool {
   
  
  
  
  1.7       +1 -2      xml-xerces/java/src/org/apache/xerces/parsers/DTDParser.java
  
  Index: DTDParser.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/parsers/DTDParser.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- DTDParser.java	10 Jan 2002 06:34:23 -0000	1.6
  +++ DTDParser.java	28 Jan 2002 19:33:35 -0000	1.7
  @@ -67,8 +67,7 @@
   import org.apache.xerces.xni.parser.XMLDTDScanner;
   
   /**
  - * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
  - * @version $Id: DTDParser.java,v 1.6 2002/01/10 06:34:23 twl Exp $
  + * @version $Id: DTDParser.java,v 1.7 2002/01/28 19:33:35 lehors Exp $
    */
   public abstract class DTDParser
       extends XMLGrammarParser
  
  
  
  1.5       +1 -2      xml-xerces/java/src/org/apache/xerces/parsers/XMLDocumentParser.java
  
  Index: XMLDocumentParser.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/parsers/XMLDocumentParser.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XMLDocumentParser.java	17 Jan 2002 23:54:58 -0000	1.4
  +++ XMLDocumentParser.java	28 Jan 2002 19:33:35 -0000	1.5
  @@ -67,11 +67,10 @@
    * with either a BasicConfiguration object or the one specified by the
    * application.
    *
  - * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
    * @author Arnaud  Le Hors, IBM
    * @author Andy Clark, IBM
    *
  - * @version $Id: XMLDocumentParser.java,v 1.4 2002/01/17 23:54:58 neilg Exp $ 
  + * @version $Id: XMLDocumentParser.java,v 1.5 2002/01/28 19:33:35 lehors Exp $ 
    */
   public class XMLDocumentParser
       extends AbstractXMLDocumentParser {
  
  
  
  1.4       +1 -2      xml-xerces/java/src/org/apache/xerces/parsers/XMLGrammarParser.java
  
  Index: XMLGrammarParser.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/parsers/XMLGrammarParser.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XMLGrammarParser.java	25 Oct 2001 20:36:05 -0000	1.3
  +++ XMLGrammarParser.java	28 Jan 2002 19:33:35 -0000	1.4
  @@ -63,8 +63,7 @@
   import org.xml.sax.SAXNotSupportedException;
   
   /**
  - * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
  - * @version $Id: XMLGrammarParser.java,v 1.3 2001/10/25 20:36:05 elena Exp $
  + * @version $Id: XMLGrammarParser.java,v 1.4 2002/01/28 19:33:35 lehors Exp $
    */
   public abstract class XMLGrammarParser
       extends XMLParser {
  
  
  
  1.4       +1 -2      xml-xerces/java/src/org/apache/xerces/parsers/XMLParser.java
  
  Index: XMLParser.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/parsers/XMLParser.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XMLParser.java	10 Jan 2002 06:34:23 -0000	1.3
  +++ XMLParser.java	28 Jan 2002 19:33:35 -0000	1.4
  @@ -82,11 +82,10 @@
    *  </ul>
    * </ul>
    *
  - * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
    * @author Arnaud  Le Hors, IBM
    * @author Andy Clark, IBM
    *
  - * @version $Id: XMLParser.java,v 1.3 2002/01/10 06:34:23 twl Exp $
  + * @version $Id: XMLParser.java,v 1.4 2002/01/28 19:33:35 lehors Exp $
    */
   public abstract class XMLParser {
   
  
  
  
  1.6       +1 -2      xml-xerces/java/src/org/apache/xerces/util/EncodingMap.java
  
  Index: EncodingMap.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/util/EncodingMap.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- EncodingMap.java	25 Jan 2002 19:56:33 -0000	1.5
  +++ EncodingMap.java	28 Jan 2002 19:33:36 -0000	1.6
  @@ -504,10 +504,9 @@
    * </TABLE>
    * 
    * @author TAMURA Kent, IBM
  - * @author Stubs generated by DesignDoc on Wed Jun 07 11:58:44 PDT 2000
    * @author Andy Clark, IBM
    *
  - * @version $Id: EncodingMap.java,v 1.5 2002/01/25 19:56:33 neilg Exp $
  + * @version $Id: EncodingMap.java,v 1.6 2002/01/28 19:33:36 lehors Exp $
    */
   public class EncodingMap {
   
  
  
  
  1.4       +1 -2      xml-xerces/java/src/org/apache/xerces/util/MessageFormatter.java
  
  Index: MessageFormatter.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/util/MessageFormatter.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MessageFormatter.java	10 Jan 2002 06:34:23 -0000	1.3
  +++ MessageFormatter.java	28 Jan 2002 19:33:36 -0000	1.4
  @@ -67,10 +67,9 @@
    *
    * @see org.apache.xerces.impl.XMLErrorReporter
    *
  - * @author Stubs generated by DesignDoc on Wed Jun 07 11:58:44 PDT 2000
    * @author Andy Clark
    *
  - * @version $Id: MessageFormatter.java,v 1.3 2002/01/10 06:34:23 twl Exp $
  + * @version $Id: MessageFormatter.java,v 1.4 2002/01/28 19:33:36 lehors Exp $
    */
   public interface MessageFormatter {
   
  
  
  
  1.5       +1 -2      xml-xerces/java/src/org/apache/xerces/util/SymbolTable.java
  
  Index: SymbolTable.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/util/SymbolTable.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SymbolTable.java	10 Jan 2002 06:34:23 -0000	1.4
  +++ SymbolTable.java	28 Jan 2002 19:33:36 -0000	1.5
  @@ -82,10 +82,9 @@
    *
    * @see SymbolHash
    *
  - * @author Stubs generated by DesignDoc on Wed Jun 07 11:58:44 PDT 2000
    * @author Andy Clark
    *
  - * @version $Id: SymbolTable.java,v 1.4 2002/01/10 06:34:23 twl Exp $
  + * @version $Id: SymbolTable.java,v 1.5 2002/01/28 19:33:36 lehors Exp $
    */
   public class SymbolTable {
   
  
  
  
  1.6       +1 -2      xml-xerces/java/src/org/apache/xerces/util/XMLChar.java
  
  Index: XMLChar.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/util/XMLChar.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XMLChar.java	19 Oct 2001 08:47:20 -0000	1.5
  +++ XMLChar.java	28 Jan 2002 19:33:36 -0000	1.6
  @@ -73,13 +73,12 @@
    * for the <code>isValid</code> method for details.
    *
    * @author Glenn Marcy, IBM
  - * @author Stubs generated by DesignDoc on Wed Jun 07 11:58:44 PDT 2000
    * @author Andy Clark, IBM
    * @author Eric Ye, IBM
    * @author Arnaud  Le Hors, IBM
    * @author Rahul Srivastava, Sun Microsystems Inc.
    *
  - * @version $Id: XMLChar.java,v 1.5 2001/10/19 08:47:20 andyc Exp $
  + * @version $Id: XMLChar.java,v 1.6 2002/01/28 19:33:36 lehors Exp $
    */
   public class XMLChar {
   
  
  
  
  1.3       +1 -2      xml-xerces/java/src/org/apache/xerces/util/XMLStringBuffer.java
  
  Index: XMLStringBuffer.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/util/XMLStringBuffer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XMLStringBuffer.java	23 Aug 2001 00:35:32 -0000	1.2
  +++ XMLStringBuffer.java	28 Jan 2002 19:33:36 -0000	1.3
  @@ -75,11 +75,10 @@
    * These fields are managed by the string buffer. In order to reset
    * the buffer, call <code>clear()</code>.
    * 
  - * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
    * @author Andy Clark, IBM
    * @author Eric Ye, IBM
    *
  - * @version $Id: XMLStringBuffer.java,v 1.2 2001/08/23 00:35:32 lehors Exp $
  + * @version $Id: XMLStringBuffer.java,v 1.3 2002/01/28 19:33:36 lehors Exp $
    */
   public class XMLStringBuffer
       extends XMLString {
  
  
  

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