Martin Poeschl <[EMAIL PROTECTED]> writes:
>hmmmm .... so let's look at the sources at sax.sf.net
> *public* InputSource resolveEntity (String publicId, String systemId)
> *throws* IOException, SAXException
> {
> *return* *null*;
> }
>the IOException was introduced in sax 2.0 ..
Martin,
this is an _IMPLEMENTATION_. An implementation is allowed to leave
exceptions out which are defined in the method. The only valid thing
is the INTERFACE, which defined the signature of the method.
And in my source of the the JDK 1.4.1:
% less org/xml/sax/EntityResolver.java
[...]
public abstract InputSource resolveEntity (String publicId,
String systemId)
throws SAXException, IOException;
[...]
q.e.d.
>i prefere to keep the change
I beg to differ. I prefer to remove it, because it simply isn't
necessary. :-)
Regards
Henning
--
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH
[EMAIL PROTECTED] +49 9131 50 654 0 http://www.intermeta.de/
Java, perl, Solaris, Linux, xSP Consulting, Web Services
freelance consultant -- Jakarta Turbine Development -- hero for hire
"You are being far too rational for this discussion."
--- Scott Robert Ladd in <[EMAIL PROTECTED]>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]