DataModel.toXmlNode

Converts a GdaDataModel into a xmlNodePtr (as used in libxml).

class DataModel
xmlNodePtr
toXmlNode
(
string name
)

Parameters

name string

name to use for the XML resulting table.

Return Value

Type: xmlNodePtr

a xmlNodePtr representing the whole data model.

Meta