I have a large number (hundreds of thousands) of XML streams embedded in files to examine and was considering a multi-threaded design for the java code, dispatching the streams to a number of worker threads that would call Saxbuilder.build() then continue with the needed work.  I'm wondering if Saxbuilder.build, and the other JDOM code on which it relies, is "thread safe" so that I don't run into problems with concurrency using it.  Obviously my code will have to (also) be concurrency-friendly as well and I will have to manage resources carefully.<br>
Thanks in advance.<br>Cliff<br>