[jdom-interest] Accessing Child Elements
David W. Smiley
dsmiley at mitre.org
Wed Sep 6 07:30:59 PDT 2000
...
>If the implementation were changed to:
>
> public Element getChild(String name)
> {
> return getChild(name, namespace); // use the enclosing namespace
> }
>
> the behaviour in the for the no-namespaces-used remains the same as it
> is now and something more sensible is returned when namespaces are in
> use.
...
Sounds great to me! Hard to disagree with this change.
-- David Smiley
More information about the jdom-interest
mailing list