DataModel.addDataFromXmlNode

bool addDataFromXmlNode(libxml2.types.NodePtr node)

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 error will be assigned a #GError from the #GDA_DATA_MODEL_ERROR domain.

Parameters

nodean XML node representing a <gda_array_data> XML node.

Returns

true if successful, false otherwise.

Throws

[DataModelException]