[jdom-interest] Element.getChildren() problem

MarkW markw at wilsoncom.de
Wed Aug 29 08:17:47 PDT 2001


Hi!
This doesn´t work:
List list = doc.getRootElement().getChildren("child");

it just returns the element with local name "child"

but this does:
List list = doc.getRootElement().getChild("child").getChildren();

Anybody noticed this problem?
Mark Wilson
WILSONCOM.




More information about the jdom-interest mailing list