mrglavas    2003/11/12 21:41:28

  Modified:    java/src/org/apache/xerces/parsers XML11Configuration.java
  Log:
  Reenable XML11Configuration to be used in a pull parsing fashion.
  
  Revision  Changes    Path
  1.8       +3 -3      
xml-xerces/java/src/org/apache/xerces/parsers/XML11Configuration.java
  
  Index: XML11Configuration.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/parsers/XML11Configuration.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- XML11Configuration.java   7 Nov 2003 19:45:09 -0000       1.7
  +++ XML11Configuration.java   13 Nov 2003 05:41:28 -0000      1.8
  @@ -101,7 +101,7 @@
   import org.apache.xerces.xni.parser.XMLEntityResolver;
   import org.apache.xerces.xni.parser.XMLErrorHandler;
   import org.apache.xerces.xni.parser.XMLInputSource;
  -import org.apache.xerces.xni.parser.XMLParserConfiguration;
  +import org.apache.xerces.xni.parser.XMLPullParserConfiguration;
   
   /**
    * This class is the configuration used to parse XML 1.0 and XML 1.1 documents.
  @@ -114,7 +114,7 @@
    * @version $Id$
    */
   public class XML11Configuration extends ParserConfigurationSettings
  -implements XMLParserConfiguration {
  +    implements XMLPullParserConfiguration {
   
       //
       // Constants
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to