value_new_from_xml


Description:


public Value? value_new_from_xml (Node node)

Creates a GValue from an XML representation of it.

That XML node corresponds to the following string representation: <value type="gdatype">value</value>

For more information about the string format, see the value_set_from_string function. This function is typically used when reading configuration files or other non-user input that should be locale independent.

Parameters:

node

an XML node representing the value.

Returns:

the newly created Value.

Free-function: gda_value_free


Namespace: Gda
Package: libgda-6.0