DynamicXml.createObjectFrom(xmlText,target)

Creates an object from the XML string. The class of the created object will be given by the class of the specified target object. (The target object won't be modified. Thus, it will not contain the parsed object information. That will be returned by the method as a new object)

Arguments:

Name Type Description Mode
xmlText String the input XML string in
target Java.Lang.Object the target object class (any object of the desired class will do) in