[jdom-interest] converting from DOM elements to JDOM elements

Jason Hunter jhunter at servlets.com
Wed Oct 24 08:54:20 PDT 2001


> So, my question is, is there a way to get the original DOM node or
> element from a JDOM element?

There's no "original DOM node" for a JDOM element, but you can use JDOM
to translate back and forth to DOM using DOMOutputter and DOMBuilder.

-jh-



More information about the jdom-interest mailing list