You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by sa...@apache.org on 2001/08/25 00:57:46 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/impl/v2/datatypes AbstractStringValidator.java

sandygao    01/08/24 15:57:46

  Modified:    java/src/org/apache/xerces/impl/v2/datatypes
                        AbstractStringValidator.java
  Log:
  Commented out a line that won't compile. Revisit it later.
  
  Revision  Changes    Path
  1.2       +3 -3      xml-xerces/java/src/org/apache/xerces/impl/v2/datatypes/AbstractStringValidator.java
  
  Index: AbstractStringValidator.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/v2/datatypes/AbstractStringValidator.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AbstractStringValidator.java	2001/08/24 22:26:29	1.1
  +++ AbstractStringValidator.java	2001/08/24 22:57:46	1.2
  @@ -71,7 +71,7 @@
    * hexBinary, base64Binary, QName and Notation datatypes.
    *
    * @author Elena Litani
  - * @version $Id: AbstractStringValidator.java,v 1.1 2001/08/24 22:26:29 elena Exp $
  + * @version $Id: AbstractStringValidator.java,v 1.2 2001/08/24 22:57:46 sandygao Exp $
    */
   public abstract class AbstractStringValidator extends AbstractDatatypeValidator {
   
  @@ -469,8 +469,8 @@
                      tokenType == SPECIAL_TOKEN_IDREFNCNAME ||
                      tokenType == SPECIAL_TOKEN_ENTITY) {
               // PATTERN "[\\i-[:]][\\c-[:]]*"
  -            //!!!NOT IMPLEMENTED in XMLChar
  -            seenErr = !XMLChar.isValidNCName(content);
  +            // REVISIT: !!!NOT IMPLEMENTED in XMLChar
  +            //seenErr = !XMLChar.isValidNCName(content);
           }
           if (seenErr) {
               throw new InvalidDatatypeValueException(
  
  
  

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