[jdom-interest] converting JDOM Document to DOM Document

Jason Hunter jhunter at collab.net
Wed Jun 28 10:41:17 PDT 2000


> Kevin Swanson wrote:
> 
> I'm just getting started with JDOM and have a basic question. I
> understand how to load in a DOM Document as a JDOM Document using
> DOMBuilder, 

Actually, you should use SAXBuilder.  It's significantly faster.

> but what is the technique for converting a JDOM Document
> back to a DOM Document. 

org.jdom.output.DOMOutputter.  Not yet done but being worked on.

-jh-



More information about the jdom-interest mailing list