You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ed...@apache.org on 2002/02/04 06:34:19 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/parsers DOMASBuilderImpl.java

edwingo     02/02/03 21:34:19

  Modified:    java/src/org/apache/xerces/parsers DOMASBuilderImpl.java
  Log:
  First pass implementation of proposed JAXP 1.2 "schemaSource" property.
  This code should not affect the way Xerces functions in any way unless a
  certain JAXP "schemaSource" property is set.  There is also duplicate code
  in XSDHandler.java that needs to be cleaned up.
  
  Revision  Changes    Path
  1.9       +2 -2      xml-xerces/java/src/org/apache/xerces/parsers/DOMASBuilderImpl.java
  
  Index: DOMASBuilderImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/parsers/DOMASBuilderImpl.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- DOMASBuilderImpl.java	29 Jan 2002 23:16:43 -0000	1.8
  +++ DOMASBuilderImpl.java	4 Feb 2002 05:34:19 -0000	1.9
  @@ -105,7 +105,7 @@
    *
    * @author Pavani Mukthipudi, Sun Microsystems Inc.
    * @author Neil Graham, IBM
  - * @version $Id: DOMASBuilderImpl.java,v 1.8 2002/01/29 23:16:43 sandygao Exp $
  + * @version $Id: DOMASBuilderImpl.java,v 1.9 2002/02/04 05:34:19 edwingo Exp $
    *
    */
   
  @@ -344,7 +344,7 @@
   
          initGrammarBucket();
          fSubGroupHandler.reset();
  -       fSchemaHandler.reset(fErrorReporter, fEntityResolver, fSymbolTable, externalSchemas, noNamespaceExternalSchemas);
  +       fSchemaHandler.reset(fErrorReporter, fEntityResolver, fSymbolTable, externalSchemas, noNamespaceExternalSchemas, null);
   
          // Should check whether the grammar with this namespace is already in
          // the grammar resolver. But since we don't know the target namespace
  
  
  

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