| Methods in org.ow2.util.xmlconfig that throw XMLConfigurationException |
void |
XMLConfiguration.configure(java.lang.Object object)
Configure the given object with the configuration that was analyzed. |
void |
XMLConfiguration.configure(java.lang.Object object,
org.w3c.dom.Element element,
ClassMapping parentClassMapping)
Configure the given object by looking at the element (of the
configuration). |
protected void |
XMLConfiguration.setAttributes(org.w3c.dom.Element node,
java.lang.Object object,
ClassMapping classMapping)
Sets the attributes on the given object. |