Constructor

RestXmlParsernew

Declaration [src]

RestXmlParser*
rest_xml_parser_new (
  void
)

Description [src]

Create a new RestXmlParser, for parsing XML documents.

Return value

Returns: RestXmlParser
 

A new RestXmlParser.

 The caller of the function takes ownership of the data, and is responsible for freeing it.