new_xml_node
Description:
public static DataModel new_xml_node (
unowned Node* node)
Creates a new DataModel and loads the data in node
.
The resulting data model can be accessed in a random way.
Parameters:
node |
an XML node corresponding to a <data-array> tag
|
Returns:
a pointer to the newly created DataModel.
|