You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tw...@apache.org on 2002/01/10 07:34:23 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/xni/psvi ElementPSVI.java ItemPSVI.java

twl         02/01/09 22:34:23

  Modified:    java/src/org/apache/xerces/dom AttrImpl.java
                        CDATASectionImpl.java CharacterDataImpl.java
                        CommentImpl.java CoreDOMImplementationImpl.java
                        CoreDocumentImpl.java DOMImplementationImpl.java
                        DeepNodeListImpl.java DeferredAttrImpl.java
                        DeferredCDATASectionImpl.java
                        DeferredCommentImpl.java
                        DeferredDocumentTypeImpl.java
                        DeferredElementDefinitionImpl.java
                        DeferredElementImpl.java DeferredEntityImpl.java
                        DeferredEntityReferenceImpl.java DeferredNode.java
                        DeferredNotationImpl.java
                        DeferredProcessingInstructionImpl.java
                        DeferredTextImpl.java DocumentFragmentImpl.java
                        DocumentImpl.java DocumentTypeImpl.java
                        ElementDefinitionImpl.java ElementImpl.java
                        EntityImpl.java EntityReferenceImpl.java
                        NamedNodeMapImpl.java NodeImpl.java
                        NotationImpl.java ProcessingInstructionImpl.java
                        TextImpl.java
               java/src/org/apache/xerces/dom3/as DOMImplementationAS.java
               java/src/org/apache/xerces/impl XMLErrorReporter.java
               java/src/org/apache/xerces/impl/dtd DTDGrammar.java
                        XMLContentSpec.java XMLDTDValidator.java
               java/src/org/apache/xerces/impl/dtd/models CMStateSet.java
               java/src/org/apache/xerces/impl/dv XSFacets.java
               java/src/org/apache/xerces/impl/dv/dtd
                        ENTITYDatatypeValidator.java
                        IDDatatypeValidator.java
                        IDREFDatatypeValidator.java
                        NOTATIONDatatypeValidator.java
                        StatefullDatatypeValidator.java
               java/src/org/apache/xerces/impl/dv/xs
                        AbstractDatatypeValidator.java
                        AnyURIDatatypeValidator.java DatatypeValidator.java
                        IDREFDatatypeValidator.java
               java/src/org/apache/xerces/impl/xpath/regex Match.java
                        REUtil.java
               java/src/org/apache/xerces/impl/xs AttributePSVImpl.java
                        ElementPSVImpl.java
               java/src/org/apache/xerces/impl/xs/models CMBuilder.java
               java/src/org/apache/xerces/impl/xs/util Base64.java
               java/src/org/apache/xerces/parsers AbstractDOMParser.java
                        AbstractSAXParser.java
                        AbstractXMLDocumentParser.java
                        BasicParserConfiguration.java DTDParser.java
                        XMLParser.java
               java/src/org/apache/xerces/util MessageFormatter.java
                        NamespaceSupport.java
                        ParserConfigurationSettings.java SymbolTable.java
                        XMLAttributesImpl.java
               java/src/org/apache/xerces/xni/psvi ElementPSVI.java
                        ItemPSVI.java
  Log:
  Javadoc warning fixes
  
  Revision  Changes    Path
  1.38      +1 -1      xml-xerces/java/src/org/apache/xerces/dom/AttrImpl.java
  
  Index: AttrImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/AttrImpl.java,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- AttrImpl.java	19 Nov 2001 23:08:35 -0000	1.37
  +++ AttrImpl.java	10 Jan 2002 06:34:20 -0000	1.38
  @@ -143,7 +143,7 @@
    * @author Arnaud  Le Hors, IBM
    * @author Joe Kesselman, IBM
    * @author Andy Clark, IBM
  - * @version
  + * @version $Id: AttrImpl.java,v 1.38 2002/01/10 06:34:20 twl Exp $
    * @since PR-DOM-Level-1-19980818.
    *
    */
  
  
  
  1.5       +1 -1      xml-xerces/java/src/org/apache/xerces/dom/CDATASectionImpl.java
  
  Index: CDATASectionImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/CDATASectionImpl.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- CDATASectionImpl.java	10 Aug 2001 01:18:16 -0000	1.4
  +++ CDATASectionImpl.java	10 Jan 2002 06:34:20 -0000	1.5
  @@ -82,7 +82,7 @@
    * <P>
    * CDATA does not participate in Element.normalize() processing.
    *
  - * @version
  + * @version $Id: CDATASectionImpl.java,v 1.5 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public class CDATASectionImpl 
  
  
  
  1.15      +1 -1      xml-xerces/java/src/org/apache/xerces/dom/CharacterDataImpl.java
  
  Index: CharacterDataImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/CharacterDataImpl.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- CharacterDataImpl.java	10 Aug 2001 01:18:16 -0000	1.14
  +++ CharacterDataImpl.java	10 Jan 2002 06:34:20 -0000	1.15
  @@ -74,7 +74,7 @@
    * This class doesn't directly support mutation events, however, it notifies
    * the document when mutations are performed so that the document class do so.
    *
  - * @version
  + * @version $Id: CharacterDataImpl.java,v 1.15 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public abstract class CharacterDataImpl
  
  
  
  1.6       +1 -1      xml-xerces/java/src/org/apache/xerces/dom/CommentImpl.java
  
  Index: CommentImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/CommentImpl.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- CommentImpl.java	10 Aug 2001 01:18:16 -0000	1.5
  +++ CommentImpl.java	10 Jan 2002 06:34:20 -0000	1.6
  @@ -64,7 +64,7 @@
   /**
    * Represents an XML (or HTML) comment.
    *
  - * @version
  + * @version $Id: CommentImpl.java,v 1.6 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public class CommentImpl 
  
  
  
  1.3       +1 -1      xml-xerces/java/src/org/apache/xerces/dom/CoreDOMImplementationImpl.java
  
  Index: CoreDOMImplementationImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/CoreDOMImplementationImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CoreDOMImplementationImpl.java	2 Nov 2001 20:32:53 -0000	1.2
  +++ CoreDOMImplementationImpl.java	10 Jan 2002 06:34:20 -0000	1.3
  @@ -76,7 +76,7 @@
    * Core. Optional modules are supported by the more complete DOMImplementation
    * class along with DocumentImpl.
    *
  - * @version
  + * @version $Id: CoreDOMImplementationImpl.java,v 1.3 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public class CoreDOMImplementationImpl  
  
  
  
  1.10      +2 -2      xml-xerces/java/src/org/apache/xerces/dom/CoreDocumentImpl.java
  
  Index: CoreDocumentImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/CoreDocumentImpl.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- CoreDocumentImpl.java	14 Dec 2001 22:39:37 -0000	1.9
  +++ CoreDocumentImpl.java	10 Jan 2002 06:34:20 -0000	1.10
  @@ -108,7 +108,7 @@
    * @author Joe Kesselman, IBM
    * @author Andy Clark, IBM
    * @author Ralf Pfeiffer, IBM
  - * @version
  + * @version $Id: CoreDocumentImpl.java,v 1.10 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public class CoreDocumentImpl
  @@ -1154,7 +1154,7 @@
        * Change the node's ownerDocument, and its subtree, to this Document
        *
        * @param source The node to adopt.
  -     * @see DocumentImpl.importNode
  +     * @see #importNode
        **/
       public Node adoptNode(Node source) {
           NodeImpl node;
  
  
  
  1.20      +3 -3      xml-xerces/java/src/org/apache/xerces/dom/DOMImplementationImpl.java
  
  Index: DOMImplementationImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DOMImplementationImpl.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- DOMImplementationImpl.java	17 Dec 2001 17:41:16 -0000	1.19
  +++ DOMImplementationImpl.java	10 Jan 2002 06:34:20 -0000	1.20
  @@ -87,7 +87,7 @@
    * methods. However, there's nothing that says it can't be a singleton,
    * so that's how I've implemented it.
    *
  - * @version
  + * @version $Id: DOMImplementationImpl.java,v 1.20 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public class DOMImplementationImpl  
  @@ -266,7 +266,7 @@
        * DOM Level 3 WD - Experimental.
        * Creates an <code>DOMASBuilder</code>.Do we need the method since we 
        * already have <code>DOMImplementationLS.createDOMBuilder</code>?
  -     * @return 
  +     * @return  DOMASBuilder
        */
       public DOMASBuilder createDOMASBuilder(){
           return new DOMASBuilderImpl();
  @@ -276,7 +276,7 @@
       /**
        * DOM Level 3 WD - Experimental.
        * Creates an <code>DOMASWriter</code>.
  -     * @return 
  +     * @return  a DOMASWriter
        */
       public DOMASWriter createDOMASWriter(){
           throw new  DOMException(DOMException.NOT_SUPPORTED_ERR, 
  
  
  
  1.6       +1 -1      xml-xerces/java/src/org/apache/xerces/dom/DeepNodeListImpl.java
  
  Index: DeepNodeListImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeepNodeListImpl.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DeepNodeListImpl.java	24 Jul 2001 00:42:26 -0000	1.5
  +++ DeepNodeListImpl.java	10 Jan 2002 06:34:20 -0000	1.6
  @@ -106,7 +106,7 @@
    * NOTE: Level 2 of the DOM will probably _not_ use NodeList for its
    * extended search mechanisms, partly for the reasons just discussed.
    *
  - * @version
  + * @version $Id: DeepNodeListImpl.java,v 1.6 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public class DeepNodeListImpl 
  
  
  
  1.15      +1 -1      xml-xerces/java/src/org/apache/xerces/dom/DeferredAttrImpl.java
  
  Index: DeferredAttrImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredAttrImpl.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- DeferredAttrImpl.java	28 Aug 2001 00:49:14 -0000	1.14
  +++ DeferredAttrImpl.java	10 Jan 2002 06:34:20 -0000	1.15
  @@ -98,7 +98,7 @@
    *
    * @author Andy Clark, IBM
    * @author Arnaud  Le Hors, IBM
  - * @version
  + * @version $Id: DeferredAttrImpl.java,v 1.15 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public final class DeferredAttrImpl
  
  
  
  1.9       +1 -1      xml-xerces/java/src/org/apache/xerces/dom/DeferredCDATASectionImpl.java
  
  Index: DeferredCDATASectionImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredCDATASectionImpl.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- DeferredCDATASectionImpl.java	28 Aug 2001 00:49:14 -0000	1.8
  +++ DeferredCDATASectionImpl.java	10 Jan 2002 06:34:20 -0000	1.9
  @@ -79,7 +79,7 @@
    * <P>
    * CDATA does not participate in Element.normalize() processing.
    *
  - * @version
  + * @version $Id: DeferredCDATASectionImpl.java,v 1.9 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public class DeferredCDATASectionImpl 
  
  
  
  1.8       +1 -1      xml-xerces/java/src/org/apache/xerces/dom/DeferredCommentImpl.java
  
  Index: DeferredCommentImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredCommentImpl.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- DeferredCommentImpl.java	28 Aug 2001 00:49:14 -0000	1.7
  +++ DeferredCommentImpl.java	10 Jan 2002 06:34:20 -0000	1.8
  @@ -60,7 +60,7 @@
   /**
    * Represents an XML (or HTML) comment.
    *
  - * @version
  + * @version $Id: DeferredCommentImpl.java,v 1.8 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public class DeferredCommentImpl 
  
  
  
  1.15      +1 -1      xml-xerces/java/src/org/apache/xerces/dom/DeferredDocumentTypeImpl.java
  
  Index: DeferredDocumentTypeImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredDocumentTypeImpl.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- DeferredDocumentTypeImpl.java	28 Aug 2001 00:49:14 -0000	1.14
  +++ DeferredDocumentTypeImpl.java	10 Jan 2002 06:34:20 -0000	1.15
  @@ -76,7 +76,7 @@
    * and using Element and Attribute information. Nor was the linkage
    * between Entities and Entity References nailed down solidly.
    *
  - * @version
  + * @version $Id: DeferredDocumentTypeImpl.java,v 1.15 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public class DeferredDocumentTypeImpl
  
  
  
  1.11      +1 -1      xml-xerces/java/src/org/apache/xerces/dom/DeferredElementDefinitionImpl.java
  
  Index: DeferredElementDefinitionImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredElementDefinitionImpl.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- DeferredElementDefinitionImpl.java	28 Aug 2001 00:49:14 -0000	1.10
  +++ DeferredElementDefinitionImpl.java	10 Jan 2002 06:34:20 -0000	1.11
  @@ -66,7 +66,7 @@
    * I've included this in Level 1 purely as an anchor point for default
    * attributes. In Level 2 it should enable the ChildRule support.
    *
  - * @version
  + * @version $Id: DeferredElementDefinitionImpl.java,v 1.11 2002/01/10 06:34:20 twl Exp $
    */
   public class DeferredElementDefinitionImpl 
       extends ElementDefinitionImpl 
  
  
  
  1.14      +1 -1      xml-xerces/java/src/org/apache/xerces/dom/DeferredElementImpl.java
  
  Index: DeferredElementImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredElementImpl.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- DeferredElementImpl.java	28 Aug 2001 00:49:14 -0000	1.13
  +++ DeferredElementImpl.java	10 Jan 2002 06:34:20 -0000	1.14
  @@ -85,7 +85,7 @@
    * Namespaces. DeferredElementNSImpl, which inherits from ElementNSImpl, does.
    * @see DeferredElementNSImpl
    *
  - * @version
  + * @version $Id: DeferredElementImpl.java,v 1.14 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public class DeferredElementImpl
  
  
  
  1.14      +1 -1      xml-xerces/java/src/org/apache/xerces/dom/DeferredEntityImpl.java
  
  Index: DeferredEntityImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredEntityImpl.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- DeferredEntityImpl.java	28 Aug 2001 13:04:51 -0000	1.13
  +++ DeferredEntityImpl.java	10 Jan 2002 06:34:20 -0000	1.14
  @@ -89,7 +89,7 @@
    * simplest solution.
    *
    *
  - * @version
  + * @version $Id: DeferredEntityImpl.java,v 1.14 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public class DeferredEntityImpl
  
  
  
  1.16      +1 -1      xml-xerces/java/src/org/apache/xerces/dom/DeferredEntityReferenceImpl.java
  
  Index: DeferredEntityReferenceImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredEntityReferenceImpl.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- DeferredEntityReferenceImpl.java	14 Dec 2001 01:44:55 -0000	1.15
  +++ DeferredEntityReferenceImpl.java	10 Jan 2002 06:34:20 -0000	1.16
  @@ -110,7 +110,7 @@
    * structure-change-monitoring code I implemented to support
    * DeepNodeList.
    * 
  - * @version
  + * @version $Id: DeferredEntityReferenceImpl.java,v 1.16 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public class DeferredEntityReferenceImpl 
  
  
  
  1.4       +1 -1      xml-xerces/java/src/org/apache/xerces/dom/DeferredNode.java
  
  Index: DeferredNode.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredNode.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DeferredNode.java	28 Aug 2001 00:49:14 -0000	1.3
  +++ DeferredNode.java	10 Jan 2002 06:34:20 -0000	1.4
  @@ -62,7 +62,7 @@
   /** 
    * An interface for deferred node object. 
    *
  - * @version
  + * @version $Id: DeferredNode.java,v 1.4 2002/01/10 06:34:20 twl Exp $
    */
   public interface DeferredNode extends Node {
   
  
  
  
  1.8       +1 -1      xml-xerces/java/src/org/apache/xerces/dom/DeferredNotationImpl.java
  
  Index: DeferredNotationImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredNotationImpl.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- DeferredNotationImpl.java	28 Aug 2001 00:49:14 -0000	1.7
  +++ DeferredNotationImpl.java	10 Jan 2002 06:34:20 -0000	1.8
  @@ -75,7 +75,7 @@
    * <P>
    * Level 1 of the DOM does not support editing Notation contents.
    *
  - * @version
  + * @version $Id: DeferredNotationImpl.java,v 1.8 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public class DeferredNotationImpl
  
  
  
  1.9       +1 -1      xml-xerces/java/src/org/apache/xerces/dom/DeferredProcessingInstructionImpl.java
  
  Index: DeferredProcessingInstructionImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredProcessingInstructionImpl.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- DeferredProcessingInstructionImpl.java	28 Aug 2001 00:49:14 -0000	1.8
  +++ DeferredProcessingInstructionImpl.java	10 Jan 2002 06:34:20 -0000	1.9
  @@ -62,7 +62,7 @@
    * processor-specific information alongside their actual content. PIs
    * are most common in XML, but they are supported in HTML as well.
    *
  - * @version
  + * @version $Id: DeferredProcessingInstructionImpl.java,v 1.9 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public class DeferredProcessingInstructionImpl
  
  
  
  1.11      +2 -2      xml-xerces/java/src/org/apache/xerces/dom/DeferredTextImpl.java
  
  Index: DeferredTextImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredTextImpl.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- DeferredTextImpl.java	28 Aug 2001 00:49:14 -0000	1.10
  +++ DeferredTextImpl.java	10 Jan 2002 06:34:20 -0000	1.11
  @@ -64,13 +64,13 @@
    * When a document is first made available to the DOM, there is only
    * one Text object for each block of adjacent plain-text. Users (ie,
    * applications) may create multiple adjacent Texts during editing --
  - * see {@link Element#normalize} for discussion.
  + * see {@link org.w3c.dom.Element#normalize} for discussion.
    * <P>
    * Note that CDATASection is a subclass of Text. This is conceptually
    * valid, since they're really just two different ways of quoting
    * characters when they're written out as part of an XML stream.
    *
  - * @version
  + * @version $Id: DeferredTextImpl.java,v 1.11 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public class DeferredTextImpl
  
  
  
  1.9       +1 -1      xml-xerces/java/src/org/apache/xerces/dom/DocumentFragmentImpl.java
  
  Index: DocumentFragmentImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DocumentFragmentImpl.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- DocumentFragmentImpl.java	10 Aug 2001 01:18:16 -0000	1.8
  +++ DocumentFragmentImpl.java	10 Jan 2002 06:34:20 -0000	1.9
  @@ -97,7 +97,7 @@
    * standard methods from the Node interface, such as insertBefore()
    * and appendChild().
    *
  - * @version
  + * @version $Id: DocumentFragmentImpl.java,v 1.9 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public class DocumentFragmentImpl 
  
  
  
  1.67      +1 -5      xml-xerces/java/src/org/apache/xerces/dom/DocumentImpl.java
  
  Index: DocumentImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DocumentImpl.java,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- DocumentImpl.java	17 Dec 2001 19:30:49 -0000	1.66
  +++ DocumentImpl.java	10 Jan 2002 06:34:20 -0000	1.67
  @@ -122,7 +122,7 @@
    * @author Joe Kesselman, IBM
    * @author Andy Clark, IBM
    * @author Ralf Pfeiffer, IBM
  - * @version
  + * @version $Id: DocumentImpl.java,v 1.67 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public class DocumentImpl
  @@ -232,8 +232,6 @@
        * Create and return a NodeIterator. The NodeIterator is
        * added to a list of NodeIterators so that it can be
        * removed to free up the DOM Nodes it references.
  -     * @see #removeNodeIterator
  -     * @see #removeNodeIterators
        *
        * @param root The root of the iterator.
        * @param whatToShow The whatToShow mask.
  @@ -250,8 +248,6 @@
        * Create and return a NodeIterator. The NodeIterator is
        * added to a list of NodeIterators so that it can be
        * removed to free up the DOM Nodes it references.
  -     * @see #removeNodeIterator
  -     * @see #removeNodeIterators
        *
        * @param root The root of the iterator.
        * @param whatToShow The whatToShow mask.
  
  
  
  1.20      +1 -1      xml-xerces/java/src/org/apache/xerces/dom/DocumentTypeImpl.java
  
  Index: DocumentTypeImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DocumentTypeImpl.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- DocumentTypeImpl.java	14 Dec 2001 22:39:37 -0000	1.19
  +++ DocumentTypeImpl.java	10 Jan 2002 06:34:20 -0000	1.20
  @@ -82,7 +82,7 @@
    * @author Arnaud  Le Hors, IBM
    * @author Joe Kesselman, IBM
    * @author Andy Clark, IBM
  - * @version
  + * @version $Id: DocumentTypeImpl.java,v 1.20 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public class DocumentTypeImpl 
  
  
  
  1.11      +1 -1      xml-xerces/java/src/org/apache/xerces/dom/ElementDefinitionImpl.java
  
  Index: ElementDefinitionImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/ElementDefinitionImpl.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ElementDefinitionImpl.java	10 Aug 2001 01:18:16 -0000	1.10
  +++ ElementDefinitionImpl.java	10 Jan 2002 06:34:20 -0000	1.11
  @@ -67,7 +67,7 @@
    * I've included this in Level 1 purely as an anchor point for default
    * attributes. In Level 2 it should enable the ChildRule support.
    *
  - * @version
  + * @version $Id: ElementDefinitionImpl.java,v 1.11 2002/01/10 06:34:20 twl Exp $
    */
   public class ElementDefinitionImpl 
       extends ParentNode {
  
  
  
  1.39      +1 -1      xml-xerces/java/src/org/apache/xerces/dom/ElementImpl.java
  
  Index: ElementImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/ElementImpl.java,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- ElementImpl.java	14 Dec 2001 22:39:37 -0000	1.38
  +++ ElementImpl.java	10 Jan 2002 06:34:20 -0000	1.39
  @@ -86,7 +86,7 @@
    * @author Joe Kesselman, IBM
    * @author Andy Clark, IBM
    * @author Ralf Pfeiffer, IBM
  - * @version
  + * @version $Id: ElementImpl.java,v 1.39 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public class ElementImpl
  
  
  
  1.15      +1 -1      xml-xerces/java/src/org/apache/xerces/dom/EntityImpl.java
  
  Index: EntityImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/EntityImpl.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- EntityImpl.java	14 Dec 2001 02:11:47 -0000	1.14
  +++ EntityImpl.java	10 Jan 2002 06:34:20 -0000	1.15
  @@ -91,7 +91,7 @@
    * simplest solution.
    *
    *
  - * @version
  + * @version $Id: EntityImpl.java,v 1.15 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public class EntityImpl 
  
  
  
  1.16      +1 -1      xml-xerces/java/src/org/apache/xerces/dom/EntityReferenceImpl.java
  
  Index: EntityReferenceImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/EntityReferenceImpl.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- EntityReferenceImpl.java	14 Dec 2001 02:11:47 -0000	1.15
  +++ EntityReferenceImpl.java	10 Jan 2002 06:34:20 -0000	1.16
  @@ -115,7 +115,7 @@
    * @author Joe Kesselman, IBM
    * @author Andy Clark, IBM
    * @author Ralf Pfeiffer, IBM
  - * @version
  + * @version $Id: EntityReferenceImpl.java,v 1.16 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public class EntityReferenceImpl 
  
  
  
  1.24      +1 -1      xml-xerces/java/src/org/apache/xerces/dom/NamedNodeMapImpl.java
  
  Index: NamedNodeMapImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/NamedNodeMapImpl.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- NamedNodeMapImpl.java	10 Aug 2001 01:18:16 -0000	1.23
  +++ NamedNodeMapImpl.java	10 Jan 2002 06:34:20 -0000	1.24
  @@ -87,7 +87,7 @@
    * contents, the indices associated with nodes may change.
    * <P>
    *
  - * @version
  + * @version $Id: NamedNodeMapImpl.java,v 1.24 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public class NamedNodeMapImpl
  
  
  
  1.45      +1 -1      xml-xerces/java/src/org/apache/xerces/dom/NodeImpl.java
  
  Index: NodeImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/NodeImpl.java,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- NodeImpl.java	14 Dec 2001 22:39:37 -0000	1.44
  +++ NodeImpl.java	10 Jan 2002 06:34:20 -0000	1.45
  @@ -115,7 +115,7 @@
    *
    * @author Arnaud  Le Hors, IBM
    * @author Joe Kesselman, IBM
  - * @version
  + * @version $Id: NodeImpl.java,v 1.45 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public abstract class NodeImpl
  
  
  
  1.11      +1 -1      xml-xerces/java/src/org/apache/xerces/dom/NotationImpl.java
  
  Index: NotationImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/NotationImpl.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- NotationImpl.java	10 Aug 2001 01:18:16 -0000	1.10
  +++ NotationImpl.java	10 Jan 2002 06:34:20 -0000	1.11
  @@ -79,7 +79,7 @@
    * <P>
    * Level 1 of the DOM does not support editing Notation contents.
    *
  - * @version
  + * @version $Id: NotationImpl.java,v 1.11 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public class NotationImpl 
  
  
  
  1.9       +1 -1      xml-xerces/java/src/org/apache/xerces/dom/ProcessingInstructionImpl.java
  
  Index: ProcessingInstructionImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/ProcessingInstructionImpl.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ProcessingInstructionImpl.java	10 Aug 2001 01:18:16 -0000	1.8
  +++ ProcessingInstructionImpl.java	10 Jan 2002 06:34:20 -0000	1.9
  @@ -67,7 +67,7 @@
    *
    * This class inherits from CharacterDataImpl to reuse its setNodeValue method.
    *
  - * @version
  + * @version $Id: ProcessingInstructionImpl.java,v 1.9 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public class ProcessingInstructionImpl
  
  
  
  1.12      +2 -2      xml-xerces/java/src/org/apache/xerces/dom/TextImpl.java
  
  Index: TextImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/TextImpl.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- TextImpl.java	10 Aug 2001 01:18:16 -0000	1.11
  +++ TextImpl.java	10 Jan 2002 06:34:20 -0000	1.12
  @@ -69,13 +69,13 @@
    * When a document is first made available to the DOM, there is only
    * one Text object for each block of adjacent plain-text. Users (ie,
    * applications) may create multiple adjacent Texts during editing --
  - * see {@link Element#normalize} for discussion.
  + * see {@link org.w3c.dom.Element#normalize} for discussion.
    * <P>
    * Note that CDATASection is a subclass of Text. This is conceptually
    * valid, since they're really just two different ways of quoting
    * characters when they're written out as part of an XML stream.
    *
  - * @version
  + * @version $Id: TextImpl.java,v 1.12 2002/01/10 06:34:20 twl Exp $
    * @since  PR-DOM-Level-1-19980818.
    */
   public class TextImpl 
  
  
  
  1.2       +2 -2      xml-xerces/java/src/org/apache/xerces/dom3/as/DOMImplementationAS.java
  
  Index: DOMImplementationAS.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom3/as/DOMImplementationAS.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOMImplementationAS.java	13 Nov 2001 02:00:58 -0000	1.1
  +++ DOMImplementationAS.java	10 Jan 2002 06:34:21 -0000	1.2
  @@ -34,13 +34,13 @@
       /**
        * Creates an <code>DOMASBuilder</code>.Do we need the method since we 
        * already have <code>DOMImplementationLS.createDOMBuilder</code>?
  -     * @return 
  +     * @return a DOMASBuilder
        */
       public DOMASBuilder createDOMASBuilder();
   
       /**
        * Creates an <code>DOMASWriter</code>.
  -     * @return 
  +     * @return a DOMASWriter
        */
       public DOMASWriter createDOMASWriter();
   
  
  
  
  1.3       +7 -7      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XMLErrorReporter.java	23 Aug 2001 00:35:21 -0000	1.2
  +++ XMLErrorReporter.java	10 Jan 2002 06:34:22 -0000	1.3
  @@ -106,7 +106,7 @@
    * @author Eric Ye, IBM
    * @author Andy Clark, IBM
    *
  - * @version $Id: XMLErrorReporter.java,v 1.2 2001/08/23 00:35:21 lehors Exp $
  + * @version $Id: XMLErrorReporter.java,v 1.3 2002/01/10 06:34:22 twl Exp $
    */
   public class XMLErrorReporter
       implements XMLComponent {
  @@ -288,9 +288,9 @@
        *                  if needed.
        * @param severity  The severity of the error.
        *
  -     * @see SEVERITY_WARNING
  -     * @see SEVERITY_ERROR
  -     * @see SEVERITY_FATAL_ERROR
  +     * @see #SEVERITY_WARNING
  +     * @see #SEVERITY_ERROR
  +     * @see #SEVERITY_FATAL_ERROR
        */
       public void reportError(String domain, String key, Object[] arguments, 
                               short severity) throws XNIException {
  @@ -307,9 +307,9 @@
        *                  if needed.
        * @param severity  The severity of the error.
        *
  -     * @see SEVERITY_WARNING
  -     * @see SEVERITY_ERROR
  -     * @see SEVERITY_FATAL_ERROR
  +     * @see #SEVERITY_WARNING
  +     * @see #SEVERITY_ERROR
  +     * @see #SEVERITY_FATAL_ERROR
        */
       public void reportError(XMLLocator location,
                               String domain, String key, Object[] arguments, 
  
  
  
  1.4       +8 -8      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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DTDGrammar.java	14 Dec 2001 20:48:14 -0000	1.3
  +++ DTDGrammar.java	10 Jan 2002 06:34:22 -0000	1.4
  @@ -94,7 +94,7 @@
    * @author Jeffrey Rodriguez, IBM
    * @author Andy Clark, IBM
    *
  - * @version $Id: DTDGrammar.java,v 1.3 2001/12/14 20:48:14 lmartin Exp $
  + * @version $Id: DTDGrammar.java,v 1.4 2002/01/10 06:34:22 twl Exp $
    */
   public class DTDGrammar
       extends Grammar
  @@ -809,8 +809,8 @@
        *
        * @throws XNIException Thrown by handler to signal an error.
        *
  -     * @see #CONDITIONAL_INCLUDE
  -     * @see #CONDITIONAL_IGNORE
  +     * @see XMLDTDHandler#CONDITIONAL_INCLUDE
  +     * @see XMLDTDHandler#CONDITIONAL_IGNORE
        */
       public void startConditional(short type) throws XNIException {}
   
  @@ -914,8 +914,8 @@
        *
        * @throws XNIException Thrown by handler to signal an error.
        *
  -     * @see #SEPARATOR_CHOICE
  -     * @see #SEPARATOR_SEQUENCE
  +     * @see org.apache.xerces.xni.XMLDTDContentModelHandler#SEPARATOR_CHOICE
  +     * @see org.apache.xerces.xni.XMLDTDContentModelHandler#SEPARATOR_SEQUENCE
        */
       public void separator(short separator) throws XNIException {
   
  @@ -946,9 +946,9 @@
        *
        * @throws XNIException Thrown by handler to signal an error.
        *
  -     * @see #OCCURS_ZERO_OR_ONE
  -     * @see #OCCURS_ZERO_OR_MORE
  -     * @see #OCCURS_ONE_OR_MORE
  +     * @see org.apache.xerces.xni.XMLDTDContentModelHandler#OCCURS_ZERO_OR_ONE
  +     * @see org.apache.xerces.xni.XMLDTDContentModelHandler#OCCURS_ZERO_OR_MORE
  +     * @see org.apache.xerces.xni.XMLDTDContentModelHandler#OCCURS_ONE_OR_MORE
        */
       public void occurrence(short occurrence) throws XNIException {
   
  
  
  
  1.2       +7 -7      xml-xerces/java/src/org/apache/xerces/impl/dtd/XMLContentSpec.java
  
  Index: XMLContentSpec.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dtd/XMLContentSpec.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XMLContentSpec.java	25 Oct 2001 20:35:56 -0000	1.1
  +++ XMLContentSpec.java	10 Jan 2002 06:34:22 -0000	1.2
  @@ -107,7 +107,7 @@
    * string pool index, as the "#PCDATA" leaf is not used in the declarations
    * for element content models.
    *
  - * @version $Id: XMLContentSpec.java,v 1.1 2001/10/25 20:35:56 elena Exp $
  + * @version $Id: XMLContentSpec.java,v 1.2 2002/01/10 06:34:22 twl Exp $
    */
   public class XMLContentSpec {
   
  @@ -181,12 +181,12 @@
       /** 
        * The content spec node type. 
        *
  -     * @see CONTENTSPECNODE_LEAF
  -     * @see CONTENTSPECNODE_ZERO_OR_ONE
  -     * @see CONTENTSPECNODE_ZERO_OR_MORE
  -     * @see CONTENTSPECNODE_ONE_OR_MORE
  -     * @see CONTENTSPECNODE_CHOICE
  -     * @see CONTENTSPECNODE_SEQ
  +     * @see #CONTENTSPECNODE_LEAF
  +     * @see #CONTENTSPECNODE_ZERO_OR_ONE
  +     * @see #CONTENTSPECNODE_ZERO_OR_MORE
  +     * @see #CONTENTSPECNODE_ONE_OR_MORE
  +     * @see #CONTENTSPECNODE_CHOICE
  +     * @see #CONTENTSPECNODE_SEQ
        */
       public short type;
   
  
  
  
  1.7       +3 -3      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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XMLDTDValidator.java	8 Jan 2002 18:24:30 -0000	1.6
  +++ XMLDTDValidator.java	10 Jan 2002 06:34:22 -0000	1.7
  @@ -124,7 +124,7 @@
    * @author Andy Clark, IBM
    * @author Jeffrey Rodriguez IBM
    *
  - * @version $Id: XMLDTDValidator.java,v 1.6 2002/01/08 18:24:30 lmartin Exp $
  + * @version $Id: XMLDTDValidator.java,v 1.7 2002/01/10 06:34:22 twl Exp $
    */
   public class XMLDTDValidator
   implements XMLComponent, 
  @@ -1626,8 +1626,8 @@
        *
        * @throws XNIException Thrown by handler to signal an error.
        *
  -     * @see CONDITIONAL_INCLUDE
  -     * @see CONDITIONAL_IGNORE
  +     * @see XMLDTDHandler#CONDITIONAL_INCLUDE
  +     * @see XMLDTDHandler#CONDITIONAL_IGNORE
        */
       public void startConditional(short type) throws XNIException {
   
  
  
  
  1.2       +1 -1      xml-xerces/java/src/org/apache/xerces/impl/dtd/models/CMStateSet.java
  
  Index: CMStateSet.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dtd/models/CMStateSet.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CMStateSet.java	25 Oct 2001 20:35:57 -0000	1.1
  +++ CMStateSet.java	10 Jan 2002 06:34:22 -0000	1.2
  @@ -72,7 +72,7 @@
    * Note that the code that uses this class will never perform operations
    * on sets of different sizes, so that check does not have to be made here.
    *
  - * @version
  + * @version $Id: CMStateSet.java,v 1.2 2002/01/10 06:34:22 twl Exp $
    */
   // made this class public so it can be accessed by
   // the XS content models from the schema package -neilg.
  
  
  
  1.3       +2 -2      xml-xerces/java/src/org/apache/xerces/impl/dv/XSFacets.java
  
  Index: XSFacets.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/XSFacets.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSFacets.java	6 Dec 2001 23:11:55 -0000	1.2
  +++ XSFacets.java	10 Jan 2002 06:34:22 -0000	1.3
  @@ -60,11 +60,11 @@
   import java.util.Vector;
   
   /**
  - * The class used to pass all facets to {@link XSSimpleType#applyFacets()}.
  + * The class used to pass all facets to {@link XSSimpleType#applyFacets}.
    *
    * @author Sandy Gao, IBM
    *
  - * @version $Id: XSFacets.java,v 1.2 2001/12/06 23:11:55 sandygao Exp $
  + * @version $Id: XSFacets.java,v 1.3 2002/01/10 06:34:22 twl Exp $
    */
   public class XSFacets {
   
  
  
  
  1.2       +4 -4      xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/ENTITYDatatypeValidator.java
  
  Index: ENTITYDatatypeValidator.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/ENTITYDatatypeValidator.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ENTITYDatatypeValidator.java	25 Oct 2001 20:35:57 -0000	1.1
  +++ ENTITYDatatypeValidator.java	10 Jan 2002 06:34:22 -0000	1.2
  @@ -85,10 +85,10 @@
    * able to validate entities.</P>
    * 
    * @author Jeffrey Rodriguez-
  - * @version $Id: ENTITYDatatypeValidator.java,v 1.1 2001/10/25 20:35:57 elena Exp $
  + * @version $Id: ENTITYDatatypeValidator.java,v 1.2 2002/01/10 06:34:22 twl Exp $
    * @see org.apache.xerces.impl.dtd.Grammar
  - * @see org.apache.xerces.impl.validation.grammars.DTDGrammar
  - * @see org.apache.xerces.impl.validation.grammars.SchemaGrammar
  + * @see org.apache.xerces.impl.dtd.DTDGrammar
  + * @see org.apache.xerces.impl.xs.SchemaGrammar
    */
   public class ENTITYDatatypeValidator extends AbstractDatatypeValidator 
   implements StatefullDatatypeValidator {
  @@ -119,7 +119,7 @@
        * @exception throws InvalidDatatypeException if the content is
        *                   invalid according to the rules for the validators
        * @exception InvalidDatatypeValueException
  -     * @see org.apache.xerces.validators.datatype.InvalidDatatypeValueException
  +     * @see InvalidDatatypeValueException
        */
       public void validate(String content, Object state ) throws InvalidDatatypeValueException{
           int entityDeclIndex = -1;
  
  
  
  1.2       +5 -5      xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/IDDatatypeValidator.java
  
  Index: IDDatatypeValidator.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/IDDatatypeValidator.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IDDatatypeValidator.java	25 Oct 2001 20:35:57 -0000	1.1
  +++ IDDatatypeValidator.java	10 Jan 2002 06:34:22 -0000	1.2
  @@ -121,10 +121,10 @@
    * </CODE>
    * 
    * @author Jeffrey Rodriguez
  - * @version $Id: IDDatatypeValidator.java,v 1.1 2001/10/25 20:35:57 elena Exp $
  - * @see org.apache.xerces.impl.validation.datatypes.AbstractDatatypeValidator
  - * @see org.apache.xerces.impl.validation.DatatypeValidator
  - * @see org.apache.xerces.impl.validation.datatypes.IDREFDatatypeValidator
  + * @version $Id: IDDatatypeValidator.java,v 1.2 2002/01/10 06:34:22 twl Exp $
  + * @see AbstractDatatypeValidator
  + * @see DatatypeValidator
  + * @see IDREFDatatypeValidator
    */
   public class IDDatatypeValidator extends AbstractDatatypeValidator 
   implements StatefullDatatypeValidator {
  @@ -158,7 +158,7 @@
        * @exception throws InvalidDatatypeException if the content is
        *                   invalid according to the rules for the validators
        * @exception InvalidDatatypeValueException
  -     * @see org.apache.xerces.validators.datatype.InvalidDatatypeValueException
  +     * @see InvalidDatatypeValueException
        */
       public void validate(String content, Object state ) throws InvalidDatatypeValueException{
   
  
  
  
  1.2       +5 -5      xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/IDREFDatatypeValidator.java
  
  Index: IDREFDatatypeValidator.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/IDREFDatatypeValidator.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IDREFDatatypeValidator.java	25 Oct 2001 20:35:57 -0000	1.1
  +++ IDREFDatatypeValidator.java	10 Jan 2002 06:34:22 -0000	1.2
  @@ -99,10 +99,10 @@
    * </CODE>
    * 
    * @author Jeffrey Rodriguez-
  - * @version $Id: IDREFDatatypeValidator.java,v 1.1 2001/10/25 20:35:57 elena Exp $
  - * @see org.apache.xerces.impl.validation.datatypes.IDDatatypeValidator
  - * @see org.apache.xerces.impl.validation.datatypes.AbstractDatatypeValidator
  - * @see org.apache.xerces.impl.validation.DatatypeValidator
  + * @version $Id: IDREFDatatypeValidator.java,v 1.2 2002/01/10 06:34:22 twl Exp $
  + * @see IDDatatypeValidator
  + * @see DatatypeValidator
  + * @see DatatypeValidator
    */
   public class IDREFDatatypeValidator extends AbstractDatatypeValidator
   implements StatefullDatatypeValidator{
  @@ -140,7 +140,7 @@
       * @exception throws InvalidDatatypeException if the content is
       *                   invalid according to the rules for the validators
       * @exception InvalidDatatypeValueException
  -    * @see         org.apache.xerces.validators.datatype.InvalidDatatypeValueException
  +    * @see         InvalidDatatypeValueException
       */
      public void validate(String content, Object state ) throws InvalidDatatypeValueException{
         //Pass content as a String
  
  
  
  1.2       +2 -2      xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/NOTATIONDatatypeValidator.java
  
  Index: NOTATIONDatatypeValidator.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/NOTATIONDatatypeValidator.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NOTATIONDatatypeValidator.java	25 Oct 2001 20:35:57 -0000	1.1
  +++ NOTATIONDatatypeValidator.java	10 Jan 2002 06:34:22 -0000	1.2
  @@ -72,7 +72,7 @@
    * standalone code as well as plugins to the validator architecture.
    * 
    * @author Jeffrey Rodriguez-
  - * @version $Id: NOTATIONDatatypeValidator.java,v 1.1 2001/10/25 20:35:57 elena Exp $
  + * @version $Id: NOTATIONDatatypeValidator.java,v 1.2 2002/01/10 06:34:22 twl Exp $
    */
    public class NOTATIONDatatypeValidator extends AbstractDatatypeValidator {
       private DatatypeValidator fBaseValidator = null;
  @@ -101,7 +101,7 @@
        * @exception throws InvalidDatatypeException if the content is
        *                   invalid according to the rules for the validators
        * @exception InvalidDatatypeValueException
  -     * @see         org.apache.xerces.validators.datatype.InvalidDatatypeValueException
  +     * @see        InvalidDatatypeValueException
        */
       public void validate(String content, Object state ) throws InvalidDatatypeValueException{
       }
  
  
  
  1.2       +6 -6      xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/StatefullDatatypeValidator.java
  
  Index: StatefullDatatypeValidator.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/StatefullDatatypeValidator.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- StatefullDatatypeValidator.java	25 Oct 2001 20:35:57 -0000	1.1
  +++ StatefullDatatypeValidator.java	10 Jan 2002 06:34:22 -0000	1.2
  @@ -71,12 +71,12 @@
    * the instance document<P>
    * 
    * @author Jeffrey Rodriguez
  - * @version $Id: StatefullDatatypeValidator.java,v 1.1 2001/10/25 20:35:57 elena Exp $
  - * @see org.apache.xerces.impl.validation.datatypes.ListDatatypeValidator
  - * @see org.apache.xerces.impl.validation.datatypes.IDDatatypeValidator
  - * @see org.apache.xerces.impl.validation.datatypes.IDREFDatatypeValidator
  - * @see org.apache.xerces.impl.validation.datatypes.ENTITYDatatypeValidator
  - * @see org.apache.xerces.impl.validation.DatatypeValidator
  + * @version $Id: StatefullDatatypeValidator.java,v 1.2 2002/01/10 06:34:22 twl Exp $
  + * @see ListDatatypeValidator
  + * @see IDDatatypeValidator
  + * @see IDREFDatatypeValidator
  + * @see ENTITYDatatypeValidator
  + * @see DatatypeValidator
    */
   public interface StatefullDatatypeValidator{
        public void   validate() throws InvalidDatatypeValueException;
  
  
  
  1.2       +2 -2      xml-xerces/java/src/org/apache/xerces/impl/dv/xs/AbstractDatatypeValidator.java
  
  Index: AbstractDatatypeValidator.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/AbstractDatatypeValidator.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AbstractDatatypeValidator.java	25 Oct 2001 20:35:58 -0000	1.1
  +++ AbstractDatatypeValidator.java	10 Jan 2002 06:34:22 -0000	1.2
  @@ -57,7 +57,7 @@
   
   
   /**
  - * @version $Id: AbstractDatatypeValidator.java,v 1.1 2001/10/25 20:35:58 elena Exp $
  + * @version $Id: AbstractDatatypeValidator.java,v 1.2 2002/01/10 06:34:22 twl Exp $
    * @author  Elena Litani
    * @author  Jeffrey Rodriguez
   */
  @@ -99,7 +99,7 @@
        * @exception throws InvalidDatatypeException if the content is
        *                   invalid according to the rules for the validators
        * @exception InvalidDatatypeValueException
  -     * @see         org.apache.xerces.validators.datatype.InvalidDatatypeValueException
  +     * @see         org.apache.xerces.impl.dv.dtd.InvalidDatatypeValueException
        */
       abstract public Object validate(String content, ValidationContext state) throws InvalidDatatypeValueException;
   
  
  
  
  1.2       +2 -3      xml-xerces/java/src/org/apache/xerces/impl/dv/xs/AnyURIDatatypeValidator.java
  
  Index: AnyURIDatatypeValidator.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/AnyURIDatatypeValidator.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AnyURIDatatypeValidator.java	25 Oct 2001 20:35:58 -0000	1.1
  +++ AnyURIDatatypeValidator.java	10 Jan 2002 06:34:22 -0000	1.2
  @@ -71,9 +71,8 @@
    * @author Ted Leung
    * @author Jeffrey Rodriguez
    * @author Mark Swinkles - List Validation refactoring
  - * @see          RFC 2396
  - * @see Tim Berners-Lee, et. al. RFC 2396: Uniform Resource Identifiers (URI): Generic Syntax.. 1998 Available at: http://www.ietf.org/rfc/rfc2396.txt
  - * @version  $Id: AnyURIDatatypeValidator.java,v 1.1 2001/10/25 20:35:58 elena Exp $
  + * @see "Tim Berners-Lee, et. al. RFC 2396: Uniform Resource Identifiers (URI): Generic Syntax.. 1998 Available at: <a href=\"http://www.ietf.org/rfc/rfc2396.txt\">http://www.ietf.org/rfc/rfc2396.txt</a>"
  + * @version  $Id: AnyURIDatatypeValidator.java,v 1.2 2002/01/10 06:34:22 twl Exp $
    */
   public class AnyURIDatatypeValidator extends AbstractStringValidator {
       
  
  
  
  1.3       +2 -2      xml-xerces/java/src/org/apache/xerces/impl/dv/xs/DatatypeValidator.java
  
  Index: DatatypeValidator.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/DatatypeValidator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DatatypeValidator.java	30 Nov 2001 19:29:22 -0000	1.2
  +++ DatatypeValidator.java	10 Jan 2002 06:34:22 -0000	1.3
  @@ -70,7 +70,7 @@
    * W3C to remove facets from the data type spec.
    *
    * @author Jeffrey Rodriguez-
  - * @version $Id: DatatypeValidator.java,v 1.2 2001/11/30 19:29:22 sandygao Exp $
  + * @version $Id: DatatypeValidator.java,v 1.3 2002/01/10 06:34:22 twl Exp $
    */
   public interface DatatypeValidator {//extends XSTypeDecl {
       public static final short FACET_LENGTH       = 0x1<<0;
  @@ -110,7 +110,7 @@
        * @exception throws InvalidDatatypeException if the content is
        *                   invalid according to the rules for the validators
        * @exception InvalidDatatypeValueException
  -     * @see         org.apache.xerces.validators.datatype.InvalidDatatypeValueException
  +     * @see         org.apache.xerces.impl.dv.dtd.InvalidDatatypeValueException
        */
       public Object validate(String content, ValidationContext state ) throws InvalidDatatypeValueException;
   
  
  
  
  1.2       +2 -2      xml-xerces/java/src/org/apache/xerces/impl/dv/xs/IDREFDatatypeValidator.java
  
  Index: IDREFDatatypeValidator.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/IDREFDatatypeValidator.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IDREFDatatypeValidator.java	25 Oct 2001 20:35:58 -0000	1.1
  +++ IDREFDatatypeValidator.java	10 Jan 2002 06:34:22 -0000	1.2
  @@ -73,7 +73,7 @@
    *
    * @author Jeffrey Rodriguez-
    * @author Mark Swinkles - List Validation refactoring
  - * @version $Id: IDREFDatatypeValidator.java,v 1.1 2001/10/25 20:35:58 elena Exp $
  + * @version $Id: IDREFDatatypeValidator.java,v 1.2 2002/01/10 06:34:22 twl Exp $
    */
   public class IDREFDatatypeValidator extends StringDatatypeValidator {
       private static Object                   fNullValue      = new Object();
  @@ -124,7 +124,7 @@
        * @exception throws InvalidDatatypeException if the content is
        *                   invalid according to the rules for the validators
        * @exception InvalidDatatypeValueException
  -     * @see         org.apache.xerces.validators.datatype.InvalidDatatypeValueException
  +     * @see         org.apache.xerces.impl.dv.dtd.InvalidDatatypeValueException
        */
       public Object validate(String content, ValidationContext state ) throws InvalidDatatypeValueException{
           Object retVal = super.validate(content, state);
  
  
  
  1.2       +5 -5      xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/Match.java
  
  Index: Match.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/Match.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Match.java	25 Oct 2001 20:36:01 -0000	1.1
  +++ Match.java	10 Jan 2002 06:34:22 -0000	1.2
  @@ -63,11 +63,11 @@
    * 
    * An instance of this class has ranges captured in matching.
    *
  - * @see org.apache.xerces.utils.regex.RegularExpression#matches(char[], int, int, org.apache.xerces.utils.regex.Match)
  - * @see org.apache.xerces.utils.regex.RegularExpression#matches(char[], org.apache.xerces.utils.regex.Match)
  - * @see org.apache.xerces.utils.regex.RegularExpression#matches(java.text.CharacterIterator, org.apache.xerces.utils.regex.Match)
  - * @see org.apache.xerces.utils.regex.RegularExpression#matches(java.lang.String, int, int, org.apache.xerces.utils.regex.Match)
  - * @see org.apache.xerces.utils.regex.RegularExpression#matches(java.lang.String, org.apache.xerces.utils.regex.Match)
  + * @see RegularExpression#matches(char[], int, int, Match)
  + * @see RegularExpression#matches(char[], Match)
  + * @see RegularExpression#matches(java.text.CharacterIterator, Match)
  + * @see RegularExpression#matches(java.lang.String, int, int, Match)
  + * @see RegularExpression#matches(java.lang.String, Match)
    * @author TAMURA Kent &lt;kent@trl.ibm.co.jp&gt;
    */
   public class Match implements Cloneable {
  
  
  
  1.2       +3 -3      xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/REUtil.java
  
  Index: REUtil.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/REUtil.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- REUtil.java	25 Oct 2001 20:36:02 -0000	1.1
  +++ REUtil.java	10 Jan 2002 06:34:22 -0000	1.2
  @@ -284,7 +284,7 @@
        * Creates a RegularExpression instance.
        * This method caches created instances.
        *
  -     * @see org.apache.xerces.utils.regex.RegularExpression#RegularExpression(java.lang.String, java.lang.String)
  +     * @seeq RegularExpression#RegularExpression(java.lang.String, java.lang.String)
        */
       public static RegularExpression createRegex(String pattern, String options)
           throws ParseException {
  @@ -317,7 +317,7 @@
   
       /**
        *
  -     * @see org.apache.xerces.utils.regex.RegularExpression#matches(java.lang.String)
  +     * @see RegularExpression#matches(java.lang.String)
        */
       public static boolean matches(String regex, String target) throws ParseException {
           return REUtil.createRegex(regex, null).matches(target);
  @@ -325,7 +325,7 @@
   
       /**
        *
  -     * @see org.apache.xerces.utils.regex.RegularExpression#matches(java.lang.String)
  +     * @see RegularExpression#matches(java.lang.String)
        */
       public static boolean matches(String regex, String options, String target) throws ParseException {
           return REUtil.createRegex(regex, options).matches(target);
  
  
  
  1.3       +12 -12    xml-xerces/java/src/org/apache/xerces/impl/xs/AttributePSVImpl.java
  
  Index: AttributePSVImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/AttributePSVImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AttributePSVImpl.java	6 Dec 2001 21:00:05 -0000	1.2
  +++ AttributePSVImpl.java	10 Jan 2002 06:34:22 -0000	1.3
  @@ -108,7 +108,7 @@
   
       /**
        * [member type definition anonymous]
  -     * @ see http://www.w3.org/TR/xmlschema-1/#e-member_type_definition_anonymous
  +     * @ see <a href="http://www.w3.org/TR/xmlschema-1/#e-member_type_definition_anonymous>XML Schema Part 1: Structures [member type definition anonymous]</a>
        * @return true if the {name} of the actual member type definition is absent,
        *         otherwise false.
        */
  @@ -119,7 +119,7 @@
   
       /**
        * [member type definition name]
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-member_type_definition_name
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-member_type_definition_name>XML Schema Part 1: Structures [member type definition name]</a>
        * @return The {name} of the actual member type definition, if it is not absent.
        *         If it is absent, schema processors may, but need not, provide a
        *         value unique to the definition.
  @@ -130,7 +130,7 @@
   
       /**
        * [member type definition namespace]
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-member_type_definition_namespace
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-member_type_definition_namespace>XML Schema Part 1: Structures [member type definition namespace]</a>
        * @return The {target namespace} of the actual member type definition.
        */
       public String   getMemberTypeNamespace() {
  @@ -141,7 +141,7 @@
        * [schema default]
        *
        * @return The canonical lexical representation of the declaration's {value constraint} value.
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-schema_default
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-schema_default>XML Schema Part 1: Structures [schema default]</a>
        */
       public String   schemaDefault() {
           Object dValue = null;
  @@ -155,8 +155,8 @@
        * [schema normalized value]
        *
        *
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-schema_normalized_value
  -     * @return
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-schema_normalized_value>XML Schema Part 1: Structures [schema normalized value]</a>
  +     * @return the normalized value of this item after validation
        */
       public String schemaNormalizedValue() {
           return fNormalizedValue;
  @@ -166,7 +166,7 @@
        * [schema specified]
        * 
        * @return if return is true - schema, otherwise - infoset
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-schema_specified
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-schema_specified>XML Schema Part 1: Structures [schema specified]</a>
        */
       public boolean schemaSpecified() {
           return fSpecified;
  @@ -175,7 +175,7 @@
   
       /**
        * [type definition anonymous]
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-type_definition_anonymous
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-type_definition_anonymous>XML Schema Part 1: Structures [type definition anonymous]</a>
        * @return true if the {name} of the type definition is absent, otherwise false.
        */
       public boolean isTypeAnonymous() {
  @@ -184,7 +184,7 @@
   
       /**
        * [type definition name]
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-type_definition_name
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-type_definition_name>XML Schema Part 1: Structures [type definition name]</a>
        * @return The {name} of the type definition, if it is not absent.
        *         If it is absent, schema processors may, but need not,
        *         provide a value unique to the definition.
  @@ -195,7 +195,7 @@
   
       /**
        * [type definition namespace]
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-member_type_definition_namespace
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-member_type_definition_namespace>XML Schema Part 1: Structures [type definition namespace]</a>
        * @return The {target namespace} of the type definition.
        */
       public String getTypeNamespace() {
  @@ -205,8 +205,8 @@
       /**
        * [type definition type]
        *
  -     *  @see http://www.w3.org/TR/xmlschema-1/#a-type_definition_type
  -     *  @see http://www.w3.org/TR/xmlschema-1/#e-type_definition_type
  +     *  @see <a href="http://www.w3.org/TR/xmlschema-1/#a-type_definition_type>XML Schema Part 1: Structures [type definition type]</a>
  +     *  @see <a href="http://www.w3.org/TR/xmlschema-1/#e-type_definition_type>XML Schema Part 1: Structures [type definition type]</a>
        *  @return simple or complex, depending on the type definition.
        */
       public short getTypeDefinitionType() {
  
  
  
  1.7       +18 -18    xml-xerces/java/src/org/apache/xerces/impl/xs/ElementPSVImpl.java
  
  Index: ElementPSVImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/ElementPSVImpl.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ElementPSVImpl.java	12 Dec 2001 22:33:47 -0000	1.6
  +++ ElementPSVImpl.java	10 Jan 2002 06:34:22 -0000	1.7
  @@ -120,7 +120,7 @@
   
       /**
        * [member type definition anonymous]
  -     * @ see http://www.w3.org/TR/xmlschema-1/#e-member_type_definition_anonymous
  +     * @ see <a href="http://www.w3.org/TR/xmlschema-1/#e-member_type_definition_anonymous>XML Schema Part 1: Structures [member type definition anonymous]</a>
        * @return true if the {name} of the actual member type definition is absent,
        *         otherwise false.
        */
  @@ -131,7 +131,7 @@
   
       /**
        * [member type definition name]
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-member_type_definition_name
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-member_type_definition_name>XML Schema Part 1: Structures [member type definition name]</a>
        * @return The {name} of the actual member type definition, if it is not absent.
        *         If it is absent, schema processors may, but need not, provide a
        *         value unique to the definition.
  @@ -142,7 +142,7 @@
   
       /**
        * [member type definition namespace]
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-member_type_definition_namespace
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-member_type_definition_namespace>XML Schema Part 1: Structures [member type definition namespace]</a>
        * @return The {target namespace} of the actual member type definition.
        */
       public String   getMemberTypeNamespace() {
  @@ -153,7 +153,7 @@
        * [schema default]
        *
        * @return The canonical lexical representation of the declaration's {value constraint} value.
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-schema_default
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-schema_default>XML Schema Part 1: Structures [schema default]</a>
        */
       public String   schemaDefault() {
           Object dValue = null;
  @@ -167,8 +167,8 @@
        * [schema normalized value]
        *
        *
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-schema_normalized_value
  -     * @return
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-schema_normalized_value>XML Schema Part 1: Structures [schema normalized value]</a>
  +     * @return the normalized value of this item after validation
        */
       public String schemaNormalizedValue() {
           return fNormalizedValue;
  @@ -178,7 +178,7 @@
        * [schema specified]
        * 
        * @return if return is true - schema, otherwise - infoset
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-schema_specified
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-schema_specified>XML Schema Part 1: Structures [schema specified]</a>
        */
       public boolean schemaSpecified() {
           return fSpecified;
  @@ -187,7 +187,7 @@
   
       /**
        * [type definition anonymous]
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-type_definition_anonymous
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-type_definition_anonymous>XML Schema Part 1: Structures [type definition anonymous]</a>
        * @return true if the {name} of the type definition is absent, otherwise false.
        */
       public boolean isTypeAnonymous() {
  @@ -196,7 +196,7 @@
   
       /**
        * [type definition name]
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-type_definition_name
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-type_definition_name>XML Schema Part 1: Structures [type definition name]</a>
        * @return The {name} of the type definition, if it is not absent.
        *         If it is absent, schema processors may, but need not,
        *         provide a value unique to the definition.
  @@ -207,7 +207,7 @@
   
       /**
        * [type definition namespace]
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-member_type_definition_namespace
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-member_type_definition_namespace>XML Schema Part 1: Structures [type definition namespace]</a>
        * @return The {target namespace} of the type definition.
        */
       public String getTypeNamespace() {
  @@ -217,8 +217,8 @@
       /**
        * [type definition type]
        *
  -     *  @see http://www.w3.org/TR/xmlschema-1/#a-type_definition_type
  -     *  @see http://www.w3.org/TR/xmlschema-1/#e-type_definition_type
  +     *  @see <a href="http://www.w3.org/TR/xmlschema-1/#a-type_definition_type>XML Schema Part 1: Structures [type definition type]</a>
  +     *  @see <a href="http://www.w3.org/TR/xmlschema-1/#e-type_definition_type>XML Schema Part 1: Structures [type definition type]</a>
        *  @return simple or complex, depending on the type definition.
        */
       public short getTypeDefinitionType() {
  @@ -265,7 +265,7 @@
   
       /**
        * [nil]
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-nil
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-nil>XML Schema Part 1: Structures [nil]</a>
        * @return true if clause 3.2 of Element Locally Valid (Element) (3.3.4) above is satisfied, otherwise false
        */
       public boolean isNil() {
  @@ -274,8 +274,8 @@
   
       /**
        * [notation public]
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-notation_public
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-notation
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-notation_public>XML Schema Part 1: Structures [notation public]</a>
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-notation>XML Schema Part 1: Structures [notation]</a>
        * @return The value of the {public identifier} of that notation declaration.
        */
       public String getNotationPublicId() {
  @@ -285,7 +285,7 @@
       /**
        * [notation system]
        *
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-notation_system
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-notation_system>XML Schema Part 1: Structures [notation system]</a>
        * @return The value of the {system identifier} of that notation declaration.
        */
       public String getNotationSystemId() {
  @@ -294,8 +294,8 @@
   
       /**
        * [schema namespace]
  -     * @see http://www.w3.org/TR/xmlschema-1/#nsi-schema_namespace
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-schema_information
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#nsi-schema_namespace>XML Schema Part 1: Structures [schema namespace]</a>
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-schema_information>XML Schema Part 1: Structures [schema information]</a>
        * @return A namespace name or absent.
        */
       public String getSchemaNamespace() {
  
  
  
  1.4       +3 -3      xml-xerces/java/src/org/apache/xerces/impl/xs/models/CMBuilder.java
  
  Index: CMBuilder.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/models/CMBuilder.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- CMBuilder.java	13 Nov 2001 20:32:32 -0000	1.3
  +++ CMBuilder.java	10 Jan 2002 06:34:23 -0000	1.4
  @@ -70,7 +70,7 @@
    * This class constructs content models for a given grammar.
    *
    * @author Elena Litani, IBM
  - * @version $Id: CMBuilder.java,v 1.3 2001/11/13 20:32:32 sandygao Exp $
  + * @version $Id: CMBuilder.java,v 1.4 2002/01/10 06:34:23 twl Exp $
    */
   public class CMBuilder {
   
  @@ -91,8 +91,8 @@
        *
        * @param elementDeclIndex
        * @param comparator
  -     * @return
  -     * @exception Exception
  +     * @return a content model validator
  +     * @exception RuntimeException
        */
       public XSCMValidator getContentModel(XSComplexTypeDecl typeDecl) {
   
  
  
  
  1.2       +2 -2      xml-xerces/java/src/org/apache/xerces/impl/xs/util/Base64.java
  
  Index: Base64.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/util/Base64.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Base64.java	25 Oct 2001 20:36:04 -0000	1.1
  +++ Base64.java	10 Jan 2002 06:34:23 -0000	1.2
  @@ -71,7 +71,7 @@
    * 
    * @author Jeffrey Rodriguez
    * @author Sandy Gao
  - * @version $Id: Base64.java,v 1.1 2001/10/25 20:36:04 elena Exp $
  + * @version $Id: Base64.java,v 1.2 2002/01/10 06:34:23 twl Exp $
    */
   public final class  Base64 {
       static private final int  BASELENGTH         = 255;
  @@ -152,7 +152,7 @@
        * iiiiiiiiierejrlkwjerklwjerwerwr==\n\r"
        * 
        * @param data
  -     * @return 
  +     * @return byte array with whitespace removed
        */
       public static synchronized byte[] removeWhiteSpace( byte[] data ) {
           if (data == null)
  
  
  
  1.25      +1 -2      xml-xerces/java/src/org/apache/xerces/parsers/AbstractDOMParser.java
  
  Index: AbstractDOMParser.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/parsers/AbstractDOMParser.java,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- AbstractDOMParser.java	22 Dec 2001 23:25:49 -0000	1.24
  +++ AbstractDOMParser.java	10 Jan 2002 06:34:23 -0000	1.25
  @@ -102,7 +102,7 @@
    * @author Andy Clark, IBM
    * @author Elena Litani, IBM
    *
  - * @version $Id: AbstractDOMParser.java,v 1.24 2001/12/22 23:25:49 andyc Exp $
  + * @version $Id: AbstractDOMParser.java,v 1.25 2002/01/10 06:34:23 twl Exp $
    */
   public abstract class AbstractDOMParser
       extends AbstractXMLDocumentParser {
  @@ -269,7 +269,6 @@
        *                      the DOM tree.
        *
        * @see #getDocumentClassName
  -     * @see #setDeferNodeExpansion
        * @see #DEFAULT_DOCUMENT_CLASS_NAME
        */
       protected void setDocumentClassName(String documentClassName) {
  
  
  
  1.13      +2 -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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- AbstractSAXParser.java	9 Jan 2002 16:06:42 -0000	1.12
  +++ AbstractSAXParser.java	10 Jan 2002 06:34:23 -0000	1.13
  @@ -110,7 +110,7 @@
    * @author Arnaud Le Hors, IBM
    * @author Andy Clark, IBM
    *
  - * @version $Id: AbstractSAXParser.java,v 1.12 2002/01/09 16:06:42 lmartin Exp $
  + * @version $Id: AbstractSAXParser.java,v 1.13 2002/01/10 06:34:23 twl Exp $
    */
   public abstract class AbstractSAXParser
       extends AbstractXMLDocumentParser
  @@ -1831,7 +1831,7 @@
       /**
        * Reset all components before parsing.
        *
  -     * @throws SAXException Thrown if an error occurs during initialization.
  +     * @throws XNIException Thrown if an error occurs during initialization.
        */
       public void reset() throws XNIException {
           super.reset();
  
  
  
  1.5       +3 -3      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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- AbstractXMLDocumentParser.java	26 Nov 2001 21:45:51 -0000	1.4
  +++ AbstractXMLDocumentParser.java	10 Jan 2002 06:34:23 -0000	1.5
  @@ -84,7 +84,7 @@
    * @author Arnaud  Le Hors, IBM
    * @author Andy Clark, IBM
    *
  - * @version $Id: AbstractXMLDocumentParser.java,v 1.4 2001/11/26 21:45:51 elena Exp $
  + * @version $Id: AbstractXMLDocumentParser.java,v 1.5 2002/01/10 06:34:23 twl Exp $
    */
   public abstract class AbstractXMLDocumentParser
       extends XMLParser
  @@ -668,8 +668,8 @@
        *
        * @throws XNIException Thrown by handler to signal an error.
        *
  -     * @see CONDITIONAL_INCLUDE
  -     * @see CONDITIONAL_IGNORE
  +     * @see XMLDTDHandler#CONDITIONAL_INCLUDE
  +     * @see XMLDTDHandler#CONDITIONAL_IGNORE
        */
       public void startConditional(short type) throws XNIException {
       } // startConditional(short)
  
  
  
  1.7       +4 -14     xml-xerces/java/src/org/apache/xerces/parsers/BasicParserConfiguration.java
  
  Index: BasicParserConfiguration.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/parsers/BasicParserConfiguration.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- BasicParserConfiguration.java	2 Oct 2001 02:44:39 -0000	1.6
  +++ BasicParserConfiguration.java	10 Jan 2002 06:34:23 -0000	1.7
  @@ -130,7 +130,7 @@
    * @author Arnaud  Le Hors, IBM
    * @author Andy Clark, IBM
    *
  - * @version $Id: BasicParserConfiguration.java,v 1.6 2001/10/02 02:44:39 andyc Exp $
  + * @version $Id: BasicParserConfiguration.java,v 1.7 2002/01/10 06:34:23 twl Exp $
    */
   public abstract class BasicParserConfiguration
       extends ParserConfigurationSettings
  @@ -443,13 +443,8 @@
        * @param featureId The unique identifier (URI) of the feature.
        * @param state The requested state of the feature (true or false).
        *
  -     * @exception org.xml.sax.SAXNotRecognizedException If the
  +     * @exception org.apache.xerces.xni.parser.XMLConfigurationException If the
        *            requested feature is not known.
  -     * @exception org.xml.sax.SAXNotSupportedException If the
  -     *            requested feature is known, but the requested
  -     *            state is not supported.
  -     * @exception org.xml.sax.SAXException If there is any other
  -     *            problem fulfilling the request.
        */
       public void setFeature(String featureId, boolean state)
           throws XMLConfigurationException {
  @@ -528,13 +523,8 @@
        *
        * @param propertyId The unique identifier (URI) of the property
        *                   being set.
  -     * @exception org.xml.sax.SAXNotRecognizedException If the
  -     *            requested property is not known.
  -     * @exception org.xml.sax.SAXNotSupportedException If the
  -     *            requested property is known, but the requested
  -     *            value is not supported.
  -     * @exception org.xml.sax.SAXException If there is any other
  -     *            problem fulfilling the request.
  +     * @exception org.apache.xerces.xni.parser.XMLConfigurationException If the
  +     *            requested feature is not known or supported.
        */
       protected void checkProperty(String propertyId)
           throws XMLConfigurationException {
  
  
  
  1.6       +18 -18    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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DTDParser.java	26 Nov 2001 21:45:51 -0000	1.5
  +++ DTDParser.java	10 Jan 2002 06:34:23 -0000	1.6
  @@ -68,7 +68,7 @@
   
   /**
    * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
  - * @version $Id: DTDParser.java,v 1.5 2001/11/26 21:45:51 elena Exp $
  + * @version $Id: DTDParser.java,v 1.6 2002/01/10 06:34:23 twl Exp $
    */
   public abstract class DTDParser
       extends XMLGrammarParser
  @@ -335,8 +335,8 @@
        *
        * @throws XNIException Thrown by handler to signal an error.
        *
  -     * @see CONDITIONAL_INCLUDE
  -     * @see CONDITIONAL_IGNORE
  +     * @see XMLDTDHandler#CONDITIONAL_INCLUDE
  +     * @see XMLDTDHandler#CONDITIONAL_IGNORE
        */
       public void startConditional(short type) throws XNIException {
       } // startConditional
  @@ -387,10 +387,10 @@
        *
        * @throws XNIException Thrown by handler to signal an error.
        *
  -     * @see TYPE_EMPTY
  -     * @see TYPE_ANY
  -     * @see TYPE_MIXED
  -     * @see TYPE_CHILDREN
  +     * @see org.apache.xerces.impl.dtd.XMLElementDecl#TYPE_EMPTY
  +     * @see org.apache.xerces.impl.dtd.XMLElementDecl#TYPE_ANY
  +     * @see org.apache.xerces.impl.dtd.XMLElementDecl#TYPE_MIXED
  +     * @see org.apache.xerces.impl.dtd.XMLElementDecl#TYPE_CHILDREN
        */
       public void startContentModel(String elementName, short type)
           throws XNIException {
  @@ -409,7 +409,7 @@
        *
        * @throws XNIException Thrown by handler to signal an error.
        *
  -     * @see TYPE_MIXED
  +     * @see org.apache.xerces.impl.dtd.XMLElementDecl#TYPE_MIXED
        */
       public void mixedElement(String elementName) throws XNIException {
       } // mixedElement
  @@ -425,7 +425,7 @@
        *
        * @throws XNIException Thrown by handler to signal an error.
        *
  -     * @see TYPE_CHILDREN
  +     * @see org.apache.xerces.impl.dtd.XMLElementDecl#TYPE_CHILDREN
        */
       public void childrenStartGroup() throws XNIException {
       } // childrenStartGroup
  @@ -437,7 +437,7 @@
        *
        * @throws XNIException Thrown by handler to signal an error.
        *
  -     * @see TYPE_CHILDREN
  +     * @see org.apache.xerces.impl.dtd.XMLElementDecl#TYPE_CHILDREN
        */
       public void childrenElement(String elementName) throws XNIException {
       } // childrenElement
  @@ -453,9 +453,9 @@
        *
        * @throws XNIException Thrown by handler to signal an error.
        *
  -     * @see SEPARATOR_CHOICE
  -     * @see SEPARATOR_SEQUENCE
  -     * @see TYPE_CHILDREN
  +     * @see XMLDTDContentModelHandler#SEPARATOR_CHOICE
  +     * @see XMLDTDContentModelHandler#SEPARATOR_SEQUENCE
  +     * @see org.apache.xerces.impl.dtd.XMLElementDecl#TYPE_CHILDREN
        */
       public void childrenSeparator(short separator) throws XNIException {
       } // childrenSeparator
  @@ -471,10 +471,10 @@
        *
        * @throws XNIException Thrown by handler to signal an error.
        *
  -     * @see OCCURS_ZERO_OR_ONE
  -     * @see OCCURS_ZERO_OR_MORE
  -     * @see OCCURS_ONE_OR_MORE
  -     * @see TYPE_CHILDREN
  +     * @see XMLDTDContentModelHandler#OCCURS_ZERO_OR_ONE
  +     * @see XMLDTDContentModelHandler#OCCURS_ZERO_OR_MORE
  +     * @see XMLDTDContentModelHandler#OCCURS_ONE_OR_MORE
  +     * @see org.apache.xerces.impl.dtd.XMLElementDecl#TYPE_CHILDREN
        */
       public void childrenOccurrence(short occurrence) throws XNIException {
       } // childrenOccurrence
  @@ -485,7 +485,7 @@
        * <strong>Note:</strong> This method is only called after a call to
        * the startContentModel method where the type is TYPE_CHILDREN.
        *
  -     * @see TYPE_CHILDREN
  +     * @see org.apache.xerces.impl.dtd.XMLElementDecl#TYPE_CHILDREN
        */
       public void childrenEndGroup() throws XNIException {
       } // childrenEndGroup
  
  
  
  1.3       +2 -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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XMLParser.java	23 Aug 2001 00:35:31 -0000	1.2
  +++ XMLParser.java	10 Jan 2002 06:34:23 -0000	1.3
  @@ -86,7 +86,7 @@
    * @author Arnaud  Le Hors, IBM
    * @author Andy Clark, IBM
    *
  - * @version $Id: XMLParser.java,v 1.2 2001/08/23 00:35:31 lehors Exp $
  + * @version $Id: XMLParser.java,v 1.3 2002/01/10 06:34:23 twl Exp $
    */
   public abstract class XMLParser {
   
  @@ -138,7 +138,7 @@
        *
        * @param inputSource
        *
  -     * @exception org.xml.sax.SAXException
  +     * @exception XNIException
        * @exception java.io.IOException
        */
       public void parse(XMLInputSource inputSource) 
  
  
  
  1.3       +2 -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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MessageFormatter.java	23 Aug 2001 00:35:32 -0000	1.2
  +++ MessageFormatter.java	10 Jan 2002 06:34:23 -0000	1.3
  @@ -65,12 +65,12 @@
    * is useful for producing messages that must be localed and/or formatted
    * with replacement text.
    *
  - * @see org.apache.xerces.util.ErrorReporter
  + * @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.2 2001/08/23 00:35:32 lehors Exp $
  + * @version $Id: MessageFormatter.java,v 1.3 2002/01/10 06:34:23 twl Exp $
    */
   public interface MessageFormatter {
   
  
  
  
  1.5       +4 -7      xml-xerces/java/src/org/apache/xerces/util/NamespaceSupport.java
  
  Index: NamespaceSupport.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/util/NamespaceSupport.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- NamespaceSupport.java	12 Dec 2001 22:33:47 -0000	1.4
  +++ NamespaceSupport.java	10 Jan 2002 06:34:23 -0000	1.5
  @@ -67,7 +67,7 @@
    *
    * @author Andy Clark, IBM
    *
  - * @version $Id: NamespaceSupport.java,v 1.4 2001/12/12 22:33:47 elena Exp $
  + * @version $Id: NamespaceSupport.java,v 1.5 2002/01/10 06:34:23 twl Exp $
    */
   public class NamespaceSupport 
       implements NamespaceContext {
  @@ -99,8 +99,7 @@
        * index of declared namespace bindings and runs to the size of the
        * namespace information array.
        *
  -     * @see #fContextSize
  -     * @see #fNamespace
  +     * @see #fNamespaceSize
        */
       protected int[] fContext = new int[8];
   
  @@ -240,9 +239,8 @@
        *
        * @return true if the prefix was legal, false otherwise
        *
  -     * @see #processName
        * @see #getURI
  -     * @see #getPrefix
  +     * @see #getDeclaredPrefixAt
        */
       public boolean declarePrefix(String prefix, String uri) {
   
  @@ -290,8 +288,7 @@
        * @return The associated Namespace URI, or null if the prefix
        *         is undeclared in this context.
        *
  -     * @see #getPrefix
  -     * @see #getPrefixes
  +     * @see #getDeclaredPrefixAt
        */
       public String getURI(String prefix) {
   
  
  
  
  1.2       +10 -21    xml-xerces/java/src/org/apache/xerces/util/ParserConfigurationSettings.java
  
  Index: ParserConfigurationSettings.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/util/ParserConfigurationSettings.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ParserConfigurationSettings.java	1 Oct 2001 08:54:49 -0000	1.1
  +++ ParserConfigurationSettings.java	10 Jan 2002 06:34:23 -0000	1.2
  @@ -76,7 +76,7 @@
    *
    * @author Andy Clark, IBM
    *
  - * @version $Id: ParserConfigurationSettings.java,v 1.1 2001/10/01 08:54:49 andyc Exp $
  + * @version $Id: ParserConfigurationSettings.java,v 1.2 2002/01/10 06:34:23 twl Exp $
    */
   public class ParserConfigurationSettings
       implements XMLComponentManager {
  @@ -164,13 +164,8 @@
        * @param featureId The unique identifier (URI) of the feature.
        * @param state The requested state of the feature (true or false).
        *
  -     * @exception org.xml.sax.SAXNotRecognizedException If the
  +     * @exception org.apache.xerces.xni.parser.XMLConfigurationException If the
        *            requested feature is not known.
  -     * @exception org.xml.sax.SAXNotSupportedException If the
  -     *            requested feature is known, but the requested
  -     *            state is not supported.
  -     * @exception org.xml.sax.SAXException If there is any other
  -     *            problem fulfilling the request.
        */
       public void setFeature(String featureId, boolean state)
           throws XMLConfigurationException {
  @@ -206,6 +201,8 @@
        * 
        * @param propertyId 
        * @param value 
  +     * @exception org.apache.xerces.xni.parser.XMLConfigurationException If the
  +     *            requested feature is not known.
        */
       public void setProperty(String propertyId, Object value)
           throws XMLConfigurationException {
  @@ -224,6 +221,7 @@
        * Returns the state of a feature.
        * 
        * @param featureId The feature identifier.
  +		 * @return true if the feature is supported
        * 
        * @throws XMLConfigurationException Thrown for configuration error.
        *                                   In general, components should
  @@ -245,6 +243,7 @@
        * Returns the value of a property.
        * 
        * @param propertyId The property identifier.
  +		 * @return the value of the property
        * 
        * @throws XMLConfigurationException Thrown for configuration error.
        *                                   In general, components should
  @@ -271,13 +270,8 @@
        *
        * @param featureId The unique identifier (URI) of the feature.
        *
  -     * @exception org.xml.sax.SAXNotRecognizedException If the
  +     * @exception org.apache.xerces.xni.parser.XMLConfigurationException If the
        *            requested feature is not known.
  -     * @exception org.xml.sax.SAXNotSupportedException If the
  -     *            requested feature is known, but the requested
  -     *            state is not supported.
  -     * @exception org.xml.sax.SAXException If there is any other
  -     *            problem fulfilling the request.
        */
       protected void checkFeature(String featureId)
           throws XMLConfigurationException {
  @@ -301,13 +295,8 @@
        *
        * @param propertyId The unique identifier (URI) of the property
        *                   being set.
  -     * @exception org.xml.sax.SAXNotRecognizedException If the
  -     *            requested property is not known.
  -     * @exception org.xml.sax.SAXNotSupportedException If the
  -     *            requested property is known, but the requested
  -     *            value is not supported.
  -     * @exception org.xml.sax.SAXException If there is any other
  -     *            problem fulfilling the request.
  +     * @exception org.apache.xerces.xni.parser.XMLConfigurationException If the
  +     *            requested feature is not known.
        */
       protected void checkProperty(String propertyId)
           throws XMLConfigurationException {
  @@ -325,4 +314,4 @@
   
       } // checkProperty(String)
   
  -} // class XMLParser
  +} // class ParserConfigurationSettings
  
  
  
  1.4       +2 -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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SymbolTable.java	6 Nov 2001 19:21:31 -0000	1.3
  +++ SymbolTable.java	10 Jan 2002 06:34:23 -0000	1.4
  @@ -80,12 +80,12 @@
    *  </li>
    * </ul>
    *
  - * @see SymbolHasher
  + * @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.3 2001/11/06 19:21:31 sandygao Exp $
  + * @version $Id: SymbolTable.java,v 1.4 2002/01/10 06:34:23 twl Exp $
    */
   public class SymbolTable {
   
  
  
  
  1.12      +2 -2      xml-xerces/java/src/org/apache/xerces/util/XMLAttributesImpl.java
  
  Index: XMLAttributesImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/util/XMLAttributesImpl.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- XMLAttributesImpl.java	12 Dec 2001 22:33:47 -0000	1.11
  +++ XMLAttributesImpl.java	10 Jan 2002 06:34:23 -0000	1.12
  @@ -76,12 +76,12 @@
    * pipeline can modify the values or change the attributes that are
    * propogated to the next stage.
    *
  - * @see XMLDocumentHandler#startElement
  + * @see org.apache.xerces.xni.XMLDocumentHandler#startElement
    *
    * @author Andy Clark, IBM 
    * @author Elena Litani, IBM
    *
  - * @version $Id: XMLAttributesImpl.java,v 1.11 2001/12/12 22:33:47 elena Exp $
  + * @version $Id: XMLAttributesImpl.java,v 1.12 2002/01/10 06:34:23 twl Exp $
    */
   public class XMLAttributesImpl
       implements XMLAttributes, AttributeList, Attributes {
  
  
  
  1.2       +6 -6      xml-xerces/java/src/org/apache/xerces/xni/psvi/ElementPSVI.java
  
  Index: ElementPSVI.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/xni/psvi/ElementPSVI.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ElementPSVI.java	28 Nov 2001 22:46:12 -0000	1.1
  +++ ElementPSVI.java	10 Jan 2002 06:34:23 -0000	1.2
  @@ -61,7 +61,7 @@
   
       /**
        * [nil] 
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-nil
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-nil>XML Schema Part 1: Structures [nil]</a>
        * @return true if clause 3.2 of Element Locally Valid (Element) (3.3.4) above is satisfied, otherwise false 
        */
       public boolean isNil();
  @@ -69,8 +69,8 @@
   
       /**
        * [notation public] 
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-notation_public
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-notation
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-notation_public>XML Schema Part 1: Structures [notation public]</a>
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-notation>XML Schema Part 1: Structures [notation]</a>
        * @return The value of the {public identifier} of that notation declaration. 
        */
       public String getNotationPublicId();
  @@ -79,7 +79,7 @@
       /**
        * [notation system] 
        * 
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-notation_system
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-notation_system>XML Schema Part 1: Structures [notation system]</a>
        * @return The value of the {system identifier} of that notation declaration. 
        */
       public String getNotationSystemId();
  @@ -89,8 +89,8 @@
        * [schema namespace]
        * 
        * @return A namespace name or absent.
  -     * @see http://www.w3.org/TR/xmlschema-1/#nsi-schema_namespace
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-schema_information
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#nsi-schema_namespace>XML Schema Part 1: Structures [schema namespace]</a>
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-schema_information>XML Schema Part 1: Structures [schema information]</a>
        */
       public String getSchemaNamespace();
   
  
  
  
  1.2       +14 -14    xml-xerces/java/src/org/apache/xerces/xni/psvi/ItemPSVI.java
  
  Index: ItemPSVI.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/xni/psvi/ItemPSVI.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ItemPSVI.java	28 Nov 2001 22:46:12 -0000	1.1
  +++ ItemPSVI.java	10 Jan 2002 06:34:23 -0000	1.2
  @@ -101,7 +101,7 @@
   
       /**
        * [member type definition anonymous]
  -     * @ see http://www.w3.org/TR/xmlschema-1/#e-member_type_definition_anonymous
  +     * @ see <a href="http://www.w3.org/TR/xmlschema-1/#e-member_type_definition_anonymous">XML Schema Part 1: Structures [member type definition anonymous]</a>
        * @return true if the {name} of the actual member type definition is absent, 
        *         otherwise false.
        */
  @@ -109,7 +109,7 @@
   
       /**
        * [member type definition name]
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-member_type_definition_name
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-member_type_definition_name">XML Schema Part 1: Structures [member type definition name]</a>
        * @return The {name} of the actual member type definition, if it is not absent.
        *         If it is absent, schema processors may, but need not, provide a
        *         value unique to the definition.
  @@ -118,7 +118,7 @@
   
       /**
        * [member type definition namespace]
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-member_type_definition_namespace
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-member_type_definition_namespace">XML Schema Part 1: Structures [member type definition namespace]</a>
        * @return The {target namespace} of the actual member type definition.
        */
       public String getMemberTypeNamespace();
  @@ -127,7 +127,7 @@
        * [schema default]
        * 
        * @return The canonical lexical representation of the declaration's {value constraint} value.
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-schema_default
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-schema_default">XML Schema Part 1: Structures [schema default]</a>
        */
       public String schemaDefault();
   
  @@ -135,29 +135,29 @@
        * [schema normalized value] 
        * 
        * 
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-schema_normalized_value
  -     * @return 
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-schema_normalized_value">XML Schema Part 1: Structures [schema normalized value]</a>
  +     * @return the normalized value of this item after validation
        */
       public String schemaNormalizedValue();
   
       /**
        * [schema specified] 
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-schema_specified
  -     * @return 
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-schema_specified">XML Schema Part 1: Structures [schema specified]</a>
  +     * @return true if return is schema, false if infoset
        */
       public boolean schemaSpecified();
   
   
       /**
        * [type definition anonymous]
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-type_definition_anonymous
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-type_definition_anonymous">XML Schema Part 1: Structures [type definition anonymous]</a>
        * @return true if the {name} of the type definition is absent, otherwise false.
        */
       public boolean isTypeAnonymous();
   
       /**
        * [type definition name]
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-type_definition_name
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-type_definition_name">XML Schema Part 1: Structures [type definition name]</a>
        * @return The {name} of the type definition, if it is not absent.
        *         If it is absent, schema processors may, but need not,
        *         provide a value unique to the definition.
  @@ -166,7 +166,7 @@
   
       /**
        * [type definition namespace]
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-member_type_definition_namespace
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-member_type_definition_namespace">XML Schema Part 1: Structures [type definition namespace]</a>
        * @return The {target namespace} of the type definition.
        */
       public String getTypeNamespace();
  @@ -174,8 +174,8 @@
       /**
        * [type definition type] 
        * 
  -     *  @see http://www.w3.org/TR/xmlschema-1/#a-type_definition_type
  -     *  @see http://www.w3.org/TR/xmlschema-1/#e-type_definition_type
  +     *  @see <a href="http://www.w3.org/TR/xmlschema-1/#a-type_definition_type">XML Schema Part 1: Structures [type definition type]</a>
  +     *  @see <a href="http://www.w3.org/TR/xmlschema-1/#e-type_definition_type">XML Schema Part 1: Structures [type definition type]</a>
        * @return simple or complex, depending on the type definition. 
        */
       public short getTypeDefinitionType();
  @@ -213,7 +213,7 @@
        * 
        * @return The nearest ancestor element information item with a [schema information] property
        *         (or this element item itself if it has such a property)
  -     * @see http://www.w3.org/TR/xmlschema-1/#e-validation_context
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-validation_context">XML Schema Part 1: Structures [validation context]</a>
        */
       public String getValidationContext();
   
  
  
  

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