[jdom-interest] Moving Children

Jason Hunter jhunter at collab.net
Fri Jun 15 13:44:56 PDT 2001


> How about using reflection?
> 
> Method c = = whatever.getClass().getMethod(...... <clone> ....)
> c.invoke(whatever);
> 
> Would that work?

Yep.  But that's a bit of an overkill when the goal was just to avoid
having to iterate manually.

-jh-



More information about the jdom-interest mailing list