|
Nyx Node
|
Struct describing an XML document. More...
#include <nyx_node.h>
Public Types | |
| enum | nyx_xml_type_t |
| XML node types. More... | |
Public Member Functions | |
| __NYX_NULLABLE__ nyx_xmldoc_t * | nyx_xmldoc_parse_buff (__NYX_ZEROABLE__ size_t size, __NYX_NULLABLE__ BUFF_t buff) |
| Parses an XML document from a string buffer. | |
| __NYX_NULLABLE__ nyx_xmldoc_t * | nyx_xmldoc_parse (__NYX_NULLABLE__ STR_t string) |
| Parses an XML document from a C string. | |
| void | nyx_xmldoc_free (__NYX_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. | |
Struct describing an XML document.