> 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.