Xml() |
textfield | name of the table field where tag body text is stored |
verbose | show messages while processing the data |
read(IO.File file, class clazz) | parse XML from a file and populate into a table or object |
read(string json, class clazz) | parse XML from a string and populate into a table or object |
name of the table field where tag body text is stored
show messages while processing the data
Parse XML from a file and populate into a table or object.
This method will bind the XML to an instance of an existing class if the class definition is given as an optional second parameter.
Parse XML from a string and populate into a table or object