#include <mxml.h>
Data Fields | |
mxml_element_t | element |
int | integer |
char * | opaque |
double | real |
mxml_text_t | text |
mxml_custom_t | custom |
Definition at line 126 of file mxml.h.
Definition at line 133 of file mxml.h.
Referenced by mxmlDelete(), mxmlNewCustom(), and mxmlSetCustom().
Definition at line 128 of file mxml.h.
Referenced by index_compare(), index_find(), mxml_get_entity(), mxml_load_data(), mxml_parse_element(), mxml_set_attr(), mxml_ufo_type_cb(), mxml_write_node(), mxmlDelete(), mxmlElementDeleteAttr(), mxmlElementGetAttr(), mxmlElementSetAttrf(), mxmlFindElement(), mxmlIndexNew(), mxmlNewCDATA(), mxmlNewElement(), mxmlSetCDATA(), and mxmlSetElement().
Definition at line 129 of file mxml.h.
Referenced by mxml_write_node(), mxmlNewInteger(), and mxmlSetInteger().
char* mxml_value_u::opaque |
Definition at line 130 of file mxml.h.
Referenced by mxml_write_node(), mxmlDelete(), mxmlNewOpaque(), and mxmlSetOpaque().
double mxml_value_u::real |
Definition at line 131 of file mxml.h.
Referenced by mxml_write_node(), mxmlNewReal(), and mxmlSetReal().
Definition at line 132 of file mxml.h.
Referenced by mxml_write_node(), mxmlDelete(), mxmlNewText(), mxmlNewTextf(), mxmlSetText(), and mxmlSetTextf().