[
Lists Home |
Date Index |
Thread Index
]
- From: Michael.Kay@icl.com
- To: xml-dev@ic.ac.uk
- Date: Tue, 26 Jan 1999 17:41:28 -0000
>
> Try this on. First, we create a new exception:
>
> public class SAXUnsupportedFeatureException extends SAXException
>
> then we add some fun new methods to the extended Parser class
>
> public void setNamespaceProcessing (boolean flag)
> throws SAXUnsupportedFeatureException;
>
> public void setValidation (boolean flag)
> throws SAXUnsupportedFeatureException;
>
> public void setEntityExpansion (boolean flag)
> throws SAXUnsupportedFeatureException;
>
I like it.
Perhaps the methods should be able to throw other exceptions, e.g. if you
call setValidation() half-way through parsing a document.
Perhaps a setOption(option, flag) interface would be more extensible.
Perhaps there should also be a getOption() method.
Mike Kay
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|