[jdom-interest] JDOM w/ *long* streams

Jason Hunter jhunter at collab.net
Tue Aug 8 13:11:10 PDT 2000


> Okay, thanks!  The custom builder sounds very interesting...would
> implementing that basically consist of slapping a DOMBuilder interface
> over lazy SAX parsing?  Having a DOM or JDOM tree available would save
> me *loads* of time.

I can describe how I think the special builder would work, but first I
need to understand the requirements.  What do you plan on doing with the
document exactly?  What features are you looking for that SAX doesn't
provide (writing, manipulating, etc)?  Are you OK with representing the
full document in memory but just want access to it before you've
retrieved the full stream?

-jh-



More information about the jdom-interest mailing list