add_data_from_xml_node
Description:
Adds the data from an XML node to the given data model (see the DTD for that node in the $prefix/share/libgda/dtd/libgda-array.
dtd file).
Upon errors FALSE will be returned and throws will be assigned a Error from the DataModelError domain.
Parameters:
this |
a DataModel. |
node |
an XML node representing a <gda_array_data> XML node. |
Returns:
true if successful, false otherwise. |