[
Lists Home |
Date Index |
Thread Index
]
- From: "Oren Ben-Kiki" <oren@capella.co.il>
- To: "XML List" <xml-dev@ic.ac.uk>
- Date: Thu, 21 Jan 1999 19:04:49 +0200
Bill la Forge <b.laforge@jxml.com> wrote:
>Then to raise again a previous suggestion from Don, we could simply extend
the
>functionality of the Parser.setDocumentHandler method by checking to see if
the
>lexical processor interface is implemented. And again, for non-Java
languages,
>the DocumentHandler interface should implement an isInstanceOf method.
Ugh. What's wrong with adding setLexicalHandler? feel free to give the same
object both to it and to setDocumentHandler. Or, if the two are _that_
close, add a getLexicalHandler method to the DocumentHandler interface; it
could return null, 'this', or anything you want. I'd argue that in this case
its better to simply add the events to the DocumentHandler interface; the
BaseHandler will define them to a no-op anyway.
There's no need to rely on 'instanceOf' kludges.
Share & Enjoy,
Oren Ben-Kiki
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)
|