Use DOMBuilder instead of SAXBuilder
Must have an existing DOM tree, specifically 
   an org.w3c.dom.Document (Note the name conflict
   with org.jdom.Document)
  
DOM validation is currently broken.
Approximately doubles the memory usage.
In general, SAX is easier and more efficient.