[jdom-interest] Problem with 'setChildren' on JDOM B8

Jason Hunter jhunter at acm.org
Fri Dec 6 14:39:15 PST 2002


> Has anyone come across a problem with 'setChildren()' not clearing textual
> content on JDOM B8 ?

Use setContent() instead.  setContent() clears text content like you
want, and besides, setChildren() is deprecated.

-jh-




More information about the jdom-interest mailing list