[jdom-interest] Using JDOM and LARGE XML Files ...

Jon Baer jonbaer at digitalanywhere.com
Tue Jan 9 18:29:54 PST 2001


I am in the middle of working some that requires building an XML object
stack and parsing and I would like to use JDOM if it makes sense.  The
XML files are pretty large (about 400k at most) and I was originally
going to try and create a dumb SAX handler instead but Id like to use
JDOM instead because Id like to query it.

The question though is that I am not going to need to query alot of the
subelements of the second rootelement and was wondering if I could tweak
the SAXBuilder somewhere to not report or fill up the Document during
the build (hope that made sense).

Question is where can this be accomplished the right way is it inside
the SAXHandler class itself?

Id also like to know if other people are using JDOM with large XML
files.

- Jon







More information about the jdom-interest mailing list