Method

RestXmlNodeprint

Declaration [src]

char*
rest_xml_node_print (
  RestXmlNode* node
)

Description [src]

Recursively outputs given node and it’s children.

Return value

Returns: utf8
 

Xml string representing the node.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The string is a NUL terminated UTF-8 string.