David Walend wrote:
> Once Xerces starts a parse, can it be stopped? How?

Throw a SAXException from your registered handler.

Alternatively, if you want to drive the parser yourself,
it can operate in pull-parser mode. In that way, you're
only parsing as much as you need anyway.

-- 
Andy Clark * IBM, TRL - Japan * [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to