[jdom-interest] Problem with Jdom8 - getChildren() on root do esn't work...

Alex Rosen arosen at silverstream.com
Mon Apr 8 12:39:45 PDT 2002


A simple solution is to do:

  children = new ArrayList(rootElement.getChildren());

This creates a new, non-live ArrayList. (Jason, this is an example of where
the new FAQ entry doesn't answer this particular aspect of the live-list
issue.)

Alex




More information about the jdom-interest mailing list