get_content
Description:
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 |
Returns:
Content of the this as newly allocated string. Free it with g_free, when no longer needed. |