[
Lists Home |
Date Index |
Thread Index
]
- From: Miles Sabin <msabin@cromwellmedia.co.uk>
- To: xml-dev-digest@ic.ac.uk
- Date: Wed, 12 Jan 2000 17:01:13 -0000
David Megginson wrote,
> 1. Deprecate Parser, DocumentHandler, and AttributeList.
<snip/>
> public interface XMLReader extends Parser
^^^^^^
If Parser and the rest are deprecated, then why do you want
XMLReader to extend Parser?
If I have an implementation which I want to support SAX1 as
well as SAX2 then I can quite easily do,
public class MyXMLReader
implements XMLReader, Parser
{
// etc.
}
If you're going to cut the cord, cut it good and proper.
Cheers,
Miles
--
Miles Sabin Cromwell Media
Internet Systems Architect 5/6 Glenthorne Mews
+44 (0)20 8817 4030 London, W6 0LJ, England
msabin@cromwellmedia.com http://www.cromwellmedia.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.
|