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.
| this |
an XmlDocument |
| out_length |
optional return location for length of the content, or null |
|
Content of the this as newly allocated string. Free it with g_free, when no longer needed. |