[
Lists Home |
Date Index |
Thread Index
]
- From: David Wang <dwang@mitre.org>
- To: David Megginson <david@megginson.com>
- Date: Wed, 01 Mar 2000 16:41:55 -0500
> I understand the concerns with both XMLReader and ContentHandler, but
> I'm very reluctant to make changes this late in the SAX2 process, and
> we've already spent a lot of time discussing the XMLReader name. Do
> people feel very strongly about renaming either of these?
I'm not so strongly concerned about ContentHandler since javac give a
sufficient error message for a competent programmer to ferret out (though
it's still annoying), but XMLReader really brings the connotation that this
is a particular type of java.io.Reader that can read and parse XML and I'd
be tempted to use it as such (say, plumb it at the end of an
InputStreamReader off of a network stream or something of the sort and
expect to call something like "ReadNode()").
Just my two cents from a student's perspective.
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/threads.html
***************************************************************************
|