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/07/24 13:51:37 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/impl/validation/validators XMLDTDValidator.java

elena       01/07/24 04:51:37

  Modified:    java/src/org/apache/xerces/impl/validation/validators Tag:
                        xerces_j_2 XMLDTDValidator.java
  Log:
  compilation fix
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.11  +6 -5      xml-xerces/java/src/org/apache/xerces/impl/validation/validators/Attic/XMLDTDValidator.java
  
  Index: XMLDTDValidator.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/validation/validators/Attic/XMLDTDValidator.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- XMLDTDValidator.java	2001/07/13 03:37:27	1.1.2.10
  +++ XMLDTDValidator.java	2001/07/24 11:51:37	1.1.2.11
  @@ -78,6 +78,7 @@
   import org.apache.xerces.xni.parser.XMLComponent;
   import org.apache.xerces.xni.parser.XMLComponentManager;
   
  +import org.apache.xerces.xni.parser.XMLConfigurationException;
   import org.xml.sax.SAXException;
   import org.xml.sax.SAXNotRecognizedException;
   import org.xml.sax.SAXNotSupportedException;
  @@ -85,7 +86,7 @@
   /**
    * @author Eric Ye, IBM
    *
  - * @version $Id: XMLDTDValidator.java,v 1.1.2.10 2001/07/13 03:37:27 andyc Exp $
  + * @version $Id: XMLDTDValidator.java,v 1.1.2.11 2001/07/24 11:51:37 elena Exp $
    */
   public class XMLDTDValidator
       extends XMLValidator {
  @@ -150,10 +151,10 @@
        *                      SAXNotRecognizedException or a
        *                      SAXNotSupportedException.
        */
  -    public void reset(XMLComponentManager configurationManager)
  -        throws SAXException {
  +    public void reset(XMLComponentManager componentManager)
  +        throws XMLConfigurationException {
           
  -        super.reset(configurationManager);
  +        super.reset(componentManager);
   
           for (int i = 0; i < fElementQNamePartsStack.length; i++) {
               fElementQNamePartsStack[i] = new QName();
  @@ -163,7 +164,7 @@
           fElementDepth = -1;
   
       } // reset(XMLComponentManager)
  -
  +     
   
       //
       // XMLDocumentHandler methods
  
  
  

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