[jdom-interest] Using JDOM and LARGE XML Files ...
Jason Hunter
jhunter at collab.net
Wed Jan 10 18:33:39 PST 2001
Jools Enticknap wrote:
>
> Well, you can't extend SAXHandler because it's package protected, and
> I'm not sure that making it public is a Good Thing (TM).
>
> Either delete the unrequired data after the Document is parsed, or
> just live with the extra memory usage.
Or you could write a custom builder modeled after SAXBuilder but with
your discriminatory logic. It just wouldn't be made standard.
-jh-
More information about the jdom-interest
mailing list