You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by el...@apache.org on 2001/10/09 23:37:42 UTC

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

elena       01/10/09 14:37:42

  Modified:    java/src/org/apache/xerces/impl XMLEntityManager.java
  Log:
  Allow XML schema validator to use the default implementation (temp solution)
  
  Revision  Changes    Path
  1.6       +2 -3      xml-xerces/java/src/org/apache/xerces/impl/XMLEntityManager.java
  
  Index: XMLEntityManager.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XMLEntityManager.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XMLEntityManager.java	2001/10/01 08:54:49	1.5
  +++ XMLEntityManager.java	2001/10/09 21:37:42	1.6
  @@ -114,10 +114,10 @@
    * @author Andy Clark, IBM
    * @author Arnaud  Le Hors, IBM
    *
  - * @version $Id: XMLEntityManager.java,v 1.5 2001/10/01 08:54:49 andyc Exp $
  + * @version $Id: XMLEntityManager.java,v 1.6 2001/10/09 21:37:42 elena Exp $
    */
   public class XMLEntityManager
  -    implements XMLComponent {
  +    implements XMLComponent, XMLEntityResolver {
   
       //
       // Constants
  @@ -849,7 +849,6 @@
           catch (XMLConfigurationException e) {
               fEntityResolver = null;
           }
  -
           // initialize state
           fStandalone = false;
           fEntities.clear();
  
  
  

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