Hi gang!
could someone please take the time to update the current HEAD/MAIN
branch to have the correct method signature for the
public InputSource resolveEntity (String publicId, String systemId)
throws IOException, SAXException
method in DefaultHandler? That involves removing the IOE
:
Subject: Re:
org.xml.sax.helpers.DefaultHandler in xml-commons/JAXP
10/21/2003 05:59
PM
cc:
10/21/2003 03:11 Subject: Re:
org.xml.sax.helpers.DefaultHandler in xml-commons/JAXP
Thanks for the clarification, Shane. Some comments below.
On Tue, 2003-10-21 at 22:11, [EMAIL PROTECTED] wrote:
> In principle I'd say we'll be shipping the version that matches the
> current JAXP 1.2 TCK, since we need to pass the TCK to have an official
> release.
Makes sense.
> Unfortun
G. Trying to handle too many different standards at once is a
headache, I agree.
In principle I'd say we'll be shipping the version that matches the
current JAXP 1.2 TCK, since we need to pass the TCK to have an official
release. Unfortunately this sometimes means shipping potentially
co
With the next version of xml-apis knocking on the door, could someone
shed some light on how will the problem below be addressed in the new
version?
On Thu, 2003-06-05 at 21:06, Ville Skyttä wrote:
> I'm wondering what is the correct method signature of
> org.xml.sax.helpers.DefaultHandler.resolve
I'm wondering what is the correct method signature of
org.xml.sax.helpers.DefaultHandler.resolveEntity(), in SAX it is
declared to throw an IOException, whereas in J2SE 1.4.x, J2EE 1.3.x only
SAXException is declared (IOException is documented, which is clearly
bogus ATM, it's a checked exception b