[jdom-interest] ElementScanner
Laurent Bihanic
laurent.bihanic at atosorigin.com
Tue Mar 4 08:55:33 PST 2003
MarkW wrote:
> Hi Laurent,
> been on the road the last few days hence the delay.
> I´m looking at your ElementScanner class due to performance problems I´m
> having with JDOM + SAXBuilder. I´ve just noticed another thread which
> addresses my problem (I hope). I´m not having to handle huge xml files
> (max. 1MB) so I hope I can continue using the "classic" approach. If I
> have to handle big files or the thread does not proof fruitful I´ll take
> a closer look at ElementScanner.
Then ElementScanner won't solve your problem because it relies on SAXHandler
to build the document portions to be notified to the listeners.
Laurent
More information about the jdom-interest
mailing list