[jdom-interest] Remove elements
Ladhani, Dilip
dladhani at gltg.com
Tue Jun 18 10:11:04 PDT 2002
I am using version 6 currently. Maybe I should upgrade!!! Should I?
list.remove() doesn't work, I have done all kinds of system.print.
Also parent.removeContent(element) doesn't work either!!!!
Where can I find good documentation? I have been looking a t javadocs on jdom web site.
-----Original Message-----
From: Alex Rosen [mailto:arosen at silverstream.com]
Sent: Tue 6/18/2002 1:06 PM
To: 'John L. Webber - Jentro AG'; Ladhani, Dilip
Cc: jdom-interest at jdom.org
Subject: RE: [jdom-interest] Remove elements
No, the returned list and its iterator are live, so Iterator.remove() should
be removing the child from the parent Element (at least in beta 8 or later).
Have you put in printouts, to make sure that the remove() method is actually
being called?
Alex
More information about the jdom-interest
mailing list