gda-data-model-private

gda-data-model-private

Description

Functions

gda_data_model_add_data_from_xml_node ()

gboolean
gda_data_model_add_data_from_xml_node (GdaDataModel *model,
                                       xmlNodePtr node,
                                       GError **error);

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

model

a GdaDataModel.

 

node

an XML node representing a <gda_array_data> XML node.

 

error

a place to store errors, or NULL

 

Returns

TRUE if successful, FALSE otherwise.

Types and Values