[
Lists Home |
Date Index |
Thread Index
]
- From: David Megginson <david@megginson.com>
- To: xml-dev-digest@ic.ac.uk
- Date: Wed, 12 Jan 2000 14:52:04 -0500 (EST)
James Layer writes:
> If I understand the new (proposed) interface properly, our current
> getXXXParser methods can simply return XMLReader (after the SAX2 stuff is
> plopped in) which still downcasts elegantly to those apps that still expect
> Parser. These apps can then be upgraded in a more leisurely fashion (during
> the next update or bug fix cycle) while new apps can immediately begin using
> the proper (XMLReader) interface.
Well, Miles got me thinking, and that's actually not quite the case --
XMLReader will be reporting its events through ContentHandler instead
of DocumentHandler, so casting down doesn't seem that useful after all
(unless your apps are interested only in DTDHandler and ErrorHandler
events); I guess that we do need an adapter instead.
All the best,
David
--
David Megginson david@megginson.com
http://www.megginson.com/
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/ or CD-ROM/ISBN 981-02-3594-1
Please note: New list subscriptions now closed in preparation for transfer to OASIS.
|