Nyx Node
|
Public Member Functions | |
nyx_xmldoc_t * | nyx_xmldoc_parse_buff (__ZEROABLE__ size_t size, __NULLABLE__ BUFF_t buff) |
Parses an XML document from a string buffer. | |
nyx_xmldoc_t * | nyx_xmldoc_parse (__NULLABLE__ STR_t text) |
Parses an XML document from a string. | |
void | nyx_xmldoc_free (__NULLABLE__ nyx_xmldoc_t *xmldoc) |
Frees memory of the provided XML document. | |
str_t | nyx_xmldoc_to_string (const nyx_xmldoc_t *xmldoc) |
Returns a string representing the provided XML document. | |