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)
| Name | Type | Description | Mode |
|---|---|---|---|
| xmlObj | XML(Fuego.Xml.XMLObject) | the input XMLObject | in |
| target | Java.Lang.Object | the target object class (any object of the desired class will do) | in |