Documentation

Create Object from XML String - Open Dev Kit Documentation

Open Dev Kit Documentation :: General :: Text :: Create Object from XML String

Root.Text.ReadXMLObject(
  Data String,
  Type API Node*,
  Dynamic Type Boolean
) Abstract*
Returns the entire contents of a file as a string

Parameters

Data String
XML stored in a String to be read
Type API Node*
Base type that will be created and returned with the serialized data
Dynamic Type Boolean
If the type of object is expected in the data; this must match the parameter in the equivalent write function

Return Value

Abstract*

If you think anything is missing, please feel free to: submit documentation feedback on this page