ModSAX (SAX 1.1) Proposal
Jarle Stabell
jarle.stabell at dokpro.uio.no
Mon Feb 15 23:20:59 GMT 1999
David Megginson wrote:
> public interface ModParser extends Parser
> {
> public abstract void setFeature (String featureID, boolean state)
> throws SAXNotSupportedException;
>
> public abstract void setHandler (String handlerID, ModHandler
handler)
> throws SAXNotSupportedException;
> }
Is it obvious that one should throw exceptions on not supported?
I believe it in many cases would be more comfortable if it returned a
boolean supported or not instead of throwing an exception, as many clients
probably want/need to check whether a particular feature is supported or
not (and trade off behaviour accordingly)
Cheers,
Jarle
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list