SAX: finalising org.sax.xml.Parser

Gavin McKenzie gmckenzi at JetForm.com
Tue Feb 24 19:28:09 GMT 1998


David,

Something just occurred to me...and maybe its too late, but I thought
I'd mention it...

With SAX there is an assumption that the whole file will be parsed.  I'm
stuck if I'm parsing a 1 gigabyte file that contains 50,000
<TRANSACTION> elements (representing transactions of data), and I only
want the first transaction.

Would it be possible for a mechanism that could pause/resume/terminate a
parse?  Maybe a callback that returns either a 'continue', 'pause' or
'terminate' status value, and a resumeParse() method?  Or a method that
I can call from within the callback to pause the parsing.

I know that I could throw an exception from within one of my callbacks,
which will halt the parse...but it would be valuable to be able 'pause'
and 'resume'.

Gavin.

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list