Why SAX needs namespace support

Michael.Kay at icl.com Michael.Kay at icl.com
Tue Jan 26 17:46:17 GMT 1999


> 
> 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 at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
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