#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 112 of file mxml.h.
Definition at line 119 of file mxml.h.
Referenced by mxmlDelete(), mxmlNewCustom(), and mxmlSetCustom().
Definition at line 114 of file mxml.h.
Referenced by index_compare(), index_find(), main(), mxml_get_entity(), mxml_load_data(), mxml_parse_element(), mxml_write_node(), mxmlDelete(), mxmlElementGetAttr(), mxmlElementSetAttr(), mxmlFindElement(), mxmlIndexNew(), mxmlNewElement(), mxmlSetElement(), scan_file(), sort_node(), type_cb(), update_comment(), whitespace_cb(), ws_cb(), xml_get_element_name(), and xml_get_text().
Definition at line 115 of file mxml.h.
Referenced by main(), mxml_write_node(), mxmlNewInteger(), and mxmlSetInteger().
char* mxml_value_u::opaque |
Definition at line 116 of file mxml.h.
Referenced by main(), mxml_write_node(), mxmlDelete(), mxmlNewOpaque(), and mxmlSetOpaque().
double mxml_value_u::real |
Definition at line 117 of file mxml.h.
Referenced by main(), mxml_write_node(), mxmlNewReal(), and mxmlSetReal().
Definition at line 118 of file mxml.h.
Referenced by add_variable(), agent_xml_parse__fill_row_data(), fipa_envelope_HandleAclRepresentation(), fipa_envelope_HandleComments(), fipa_envelope_HandleDate(), fipa_envelope_HandlePayloadEncoding(), fipa_envelope_HandlePayloadLength(), fipa_envelope_ParseAddresses(), fipa_envelope_ParseAgentIdentifier(), main(), mxml_write_node(), mxmlDelete(), mxmlNewText(), mxmlNewTextf(), mxmlSetText(), mxmlSetTextf(), scan_file(), update_comment(), write_element(), and xml_get_text().