get_content


Description:

public string get_content (out size_t out_length)

Gets content of the this as string.

The string is nul-terminated, but if out_length is also provided, then it doesn't contain this additional nul character.

Parameters:

this

an XmlDocument

out_length

optional return location for length of the content, or null

Returns:

Content of the this as newly allocated string. Free it with g_free, when no longer needed.