Use DOMBuilder instead of SAXBuilder
DOMBuilder
SAXBuilder
Must have an existing DOM tree, specifically an org.w3c.dom.Document (Note the name conflict with org.jdom.Document)
org.w3c.dom.Document
org.jdom.Document
DOM validation is broken as of JDOM beta 4.
In general, SAX is easier.