[jdom-interest] String of Element

Jason Hunter jhunter at collab.net
Tue Jan 30 12:25:27 PST 2001


> How can I receive String representation of some Element including all its
> children?

Use XMLOutputter.  

String rep = outputter.outputString(elt);

-jh-



More information about the jdom-interest mailing list