Re: API thoughts...

Gavin Nicol (gtn@ebt.com)
Tue, 4 Mar 1997 15:04:06 -0500

While I think we all tend toward similar designs I have a
problem with this:

> Parser(XMLBuilder builder, XMLOptions options);
> // here we also set the options
>
> public void parse(String url_start); // start parsing a document

I would rather pass the event *handler* into the parse() call,
and for that matter, I would probably be even happier if I
could also pass in <some way of specifying> the document to
parse.