ServerOperation.loadDataFromXml

bool loadDataFromXml(libxml2.types.NodePtr node)

Loads the contents of node into op. The XML tree passed through the node argument must correspond to an XML tree saved using gda.server_operation.ServerOperation.saveDataToXml.

Parameters

nodea #xmlNodePtr

Returns

true if no error occurred

Throws