You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by je...@locus.apache.org on 2000/10/12 18:51:13 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/impl/validation Grammar.java

jeffreyr    00/10/12 09:51:12

  Modified:    java/src/org/apache/xerces/impl/validation Tag: xerces_j_2
                        Grammar.java
  Log:
  No validator at this time
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.6   +8 -3      xml-xerces/java/src/org/apache/xerces/impl/validation/Attic/Grammar.java
  
  Index: Grammar.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/validation/Attic/Grammar.java,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -r1.1.2.5 -r1.1.2.6
  --- Grammar.java	2000/10/10 22:28:07	1.1.2.5
  +++ Grammar.java	2000/10/12 16:51:11	1.1.2.6
  @@ -68,7 +68,7 @@
    * @author Stubs generated by DesignDoc on Wed Jun 07 11:58:44 PDT 2000
    * @author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
    *
  - * @version $Id: Grammar.java,v 1.1.2.5 2000/10/10 22:28:07 jeffreyr Exp $
  + * @version $Id: Grammar.java,v 1.1.2.6 2000/10/12 16:51:11 jeffreyr Exp $
    */
   public class Grammar {
   
  @@ -206,9 +206,14 @@
               elementDecl.simpleType.list = (fElementDeclType[chunk][index] & LIST_FLAG) != 0;
           }
   
  -        elementDecl.contentModelValidator = fElementDeclContentModelValidator[chunk][index];
  +        /* Validators are null until we add that code */
  +        /*elementDecl.contentModelValidator = fElementDeclContentModelValidator[chunk][index]; */
   
  -        elementDecl.simpleType.datatypeValidator = fElementDeclDatatypeValidator[chunk][index];       
  +        elementDecl.contentModelValidator = null;
  +
  +        /* elementDecl.simpleType.datatypeValidator = fElementDeclDatatypeValidator[chunk][index]; */      
  +        elementDecl.simpleType.datatypeValidator = null;
  +
           elementDecl.simpleType.defaultType = fElementDeclDefaultType[chunk][index];
           elementDecl.simpleType.defaultValue = fElementDeclDefaultValue[chunk][index];