Utilities to use an XML to instantiate Java objects, using reflection.
since: MMBase-1.9 author: Michiel Meeuwissen version: $Id: Instantiator.java,v 1.2 2007/12/28 17:14:57 michiel Exp $
Instantiates any object using an Dom Element and constructor arguments. Sub-param tags are
used on set-methods on the newly created object. This is a pretty generic method, it should
perhaps be moved to org.mmbase.util.