DataModelT.addDataFromXmlNode

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.

template DataModelT()
override
bool
addDataFromXmlNode

Parameters

node libxml2.types.NodePtr

an XML node representing a <gda_array_data> XML node.

Return Value

Type: bool

true if successful, false otherwise.

Throws