I've a project which involves parsing very large documents. I'm using a
SAXParser.

I'd like to be able to stop the parse by calling parsingThread.interrupt() from
another thread. I've crawled the Xerces 1 source and not found any "interrupt"s
(except in the license disclaimer).

Once Xerces starts a parse, can it be stopped? How?

Thanks,

Dave



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

Reply via email to