Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4473234

Description of methods SAXParser.parse(...) incomplete

XMLWordPrintable

    • beta2
    • generic
    • generic
    • Verified



      Name: eaR10174 Date: 06/22/2001


        Javadoc comments of the following methods in the class javax.xml.parsers.SAXParser
      (build jaxp-1.1.1-b24-19_jun_2001, build jdk1.4.0beta-b68) do not describe
      conditions when the SAXException could be thrown:
        
          public void parse(InputStream is, HandlerBase hb)
                    throws SAXException, IOException
          
          public void parse(InputStream is, HandlerBase hb, String systemId)
                    throws SAXException, IOException
                    
          public void parse(InputStream is, DefaultHandler dh)
                    throws SAXException, IOException
                    
          public void parse(InputStream is, DefaultHandler dh, String systemId)
                    throws SAXException, IOException

          public void parse(String uri, HandlerBase hb)
                    throws SAXException, IOException

          public void parse(String uri, DefaultHandler dh)
                    throws SAXException, IOException
                    
          public void parse(File f, HandlerBase hb)
                    throws SAXException, IOException
                    
          public void parse(File f, DefaultHandler dh)
                    throws SAXException, IOException
                    
          public void parse(InputSource is, HandlerBase hb)
                    throws SAXException, IOException
                    
          public void parse(InputSource is, DefaultHandler dh)
                    throws SAXException, IOException

        
      ======================================================================

            rmordani Rajiv Mordani (Inactive)
            evgsunw Evg Evg (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: