[jdom-interest] JDom Element question.

Kenworthy, Edward edward.kenworthy at exchange.co.uk
Tue Jun 12 06:35:46 PDT 2001


I have an Element foo.

If I do:

	Element bar1 = foo.getChild("bar");
	Element bar2 = foo.getChild("bar");

I *seem* to be getting back *two* separate instances rather than two
references to a single instance. Is this how it works ?

Edward



More information about the jdom-interest mailing list