[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: SAX and endDocument


xerces enddocument

> I was working with Xerces-J this weekend and encountered what I thought was
> a
> major bug-- however upon rereading the SAX API docs I suspect I may be
> mistaken. For some reason I was under the impression that the endDocument
> function was guaranteed-- meaning, that even in an exceptional circumstance
> endDocument would be called. This allowed a guaranteed place (expeccially in
> the case of filters) to do cleanup after a parse.
> 
> This is definitely the case for AElfred2, but the API docs are not crystal
> clear on the subject (though I thought they used to be).  With AElfred2,
> even in the case of a user generated exception the endDocument handler will
> be called. In Xerces if an exception occurs it stops the process completely
> omitting the endDocument call.

When I wrote the SAX2 wrapper for Expat I had it the Xerces way, but
then I re-read the specs and changed my mind, mostly because the docs
for endDocument() use the same wording as for startDocument()
(which is guaranteed):

"The SAX parser will invoke this method only once..."

On the other hand one could say that because a SAX parser does not throw
exceptions for parse errors, exception handling is outside of its scope
and one should therefore follow the normal practice that an exception 
(thrown by an error handler) really should force parse() to return immediately.
This would make more sense to me.

So, instead of answering your question I will join your request
for clarification.


Karl

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.