XMLReader extends Parser???

David Megginson david at megginson.com
Wed Jan 12 19:52:43 GMT 2000


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 at megginson.com
           http://www.megginson.com/

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/ or CD-ROM/ISBN 981-02-3594-1
Please note: New list subscriptions now closed in preparation for transfer to OASIS.





More information about the Xml-dev mailing list