[
Lists Home |
Date Index |
Thread Index
]
> -----Original Message-----
> From: Michael Kay [mailto:mike@saxonica.com]
> Sent: Wednesday, February 16, 2005 3:02 PM
> To: 'Elliotte Harold'; Neeraj.Bajaj@Sun.COM
> Cc: 'Chris Burdess'; xml-dev@lists.xml.org
> Subject: RE: [xml-dev] Article on JAXP 1.3 "Fast and Easy XML
> Processing"
>
> > The Source interface does not have close to enough functionality to
> > allow it to be used as input to a transform or validation
> or anything
> > else. The whole interface is two methods,
> > getSystemId() and setSystemId(). There's so little useful
> > functionality here one wonders why they bothered with a separate
> > interface at all.
>
> Have you seen the alternatives, like the .NET transformation
> API with about 20 overloaded transform() methods?
So given the choice of methods that take useless interfaces (since they
have to cast to get anything useful) and APIs with lots of overloaded
methods that support a rich set of data sources, why would you think the
former is better?
--
PITHY WORDS OF WISDOM
No matter how long or how hard you shop for an item, after you've bought
it, it will be on sale somewhere cheaper.
This posting is provided "AS IS" with no warranties, and confers no
rights.
|