/[classpath]/classpath/gnu/xml/util/Resolver.java
ViewVC logotype

Diff of /classpath/gnu/xml/util/Resolver.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mark, Thu Dec 23 22:38:44 2004 UTC revision 1.2 by gnu_andrew, Sat Feb 12 14:26:02 2005 UTC
# Line 37  exception statement from your version. * Line 37  exception statement from your version. *
37    
38  package gnu.xml.util;  package gnu.xml.util;
39    
40  import java.io.*;  import java.io.File;
41    import java.io.IOException;
42  import java.util.Dictionary;  import java.util.Dictionary;
 import java.util.Hashtable;  
   
 import org.xml.sax.*;  
43    
44    import org.xml.sax.EntityResolver;
45    import org.xml.sax.InputSource;
46    import org.xml.sax.SAXException;
47    
48  /**  /**
49   * Utility implementation of a SAX resolver, which can be used to improve   * Utility implementation of a SAX resolver, which can be used to improve

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26