You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by lm...@apache.org on 2001/06/08 19:51:54 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/validators/schema SchemaGrammar.java

lmartin     01/06/08 10:51:54

  Modified:    java/src/org/apache/xerces/validators/schema
                        SchemaGrammar.java
  Log:
  fix for bugzilla defect 1584.  Change the way we store info in fRecurseComplex
  
  Revision  Changes    Path
  1.30      +8 -1      xml-xerces/java/src/org/apache/xerces/validators/schema/SchemaGrammar.java
  
  Index: SchemaGrammar.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/validators/schema/SchemaGrammar.java,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- SchemaGrammar.java	2001/06/08 14:24:04	1.29
  +++ SchemaGrammar.java	2001/06/08 17:51:53	1.30
  @@ -60,7 +60,7 @@
    * @author Eric Ye
    *
    * @see
  - * @version $Id: SchemaGrammar.java,v 1.29 2001/06/08 14:24:04 sandygao Exp $
  + * @version $Id: SchemaGrammar.java,v 1.30 2001/06/08 17:51:53 lmartin Exp $
    */
   package org.apache.xerces.validators.schema;
   
  @@ -639,6 +639,13 @@
           }
           return -1;
        }
  +
  +    /**
  +      set the attribute decl index
  +     */
  +    protected void setFirstAttributeDeclIndex(int eltNdx, int attListHead) {
  +      super.setFirstAttributeDeclIndex(eltNdx, attListHead);
  +    }
   
       /**
        *@return the new contentSpec Index
  
  
  

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