public Object fromXml(Class<?> _c, Element _xml, ConverterData _cd)
throws IllegalArgumentException, ClassNotFoundException,
IllegalAccessException, InstantiationException {
ComplexTypeConverter ctc = _cd.getConverterHT().get(getType());
Object result = ctc.fromXml(null, _xml, _cd);
return result;
}
/* (non-Javadoc)
* @see com.alike.conversion.xml.properties.IProperty#getFieldName()