[jdom-interest] addChildren ?

bob mcwhirter bob at werken.com
Thu Dec 20 14:05:33 PST 2001


On Thu, 20 Dec 2001, Brian Wolf wrote:

> I am  looking for an add sibling or something like an addChildrentype function in JDOM,
> that doesn't erase existing children, like setChildren does.

get the children, and then use the java.util.List interface.  You have
a live list in your hands.

	-bob




More information about the jdom-interest mailing list