ServerOperation.loadDataFromXml

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.

class ServerOperation
bool
loadDataFromXml

Parameters

node libxml2.types.NodePtr

a #xmlNodePtr

Return Value

Type: bool

true if no error occurred

Throws