#include <mxml-private.h>
Data Fields | |
void(* | error_cb )(const char *) |
int | num_entity_cbs |
int(* | entity_cbs [100])(const char *name) |
int | wrap |
mxml_custom_load_cb_t | custom_load_cb |
mxml_custom_save_cb_t | custom_save_cb |
Definition at line 31 of file mxml-private.h.
Definition at line 37 of file mxml-private.h.
Referenced by mxml_load_data(), and mxmlSetCustomHandlers().
Definition at line 38 of file mxml-private.h.
Referenced by mxml_write_node(), and mxmlSetCustomHandlers().
int(* _mxml_global_s::entity_cbs[100])(const char *name) |
Referenced by _mxml_global(), mxmlEntityAddCallback(), mxmlEntityGetValue(), and mxmlEntityRemoveCallback().
void(* _mxml_global_s::error_cb)(const char *) |
Referenced by mxml_error(), and mxmlSetErrorCallback().
Definition at line 34 of file mxml-private.h.
Referenced by _mxml_global(), mxmlEntityAddCallback(), mxmlEntityGetValue(), and mxmlEntityRemoveCallback().
Definition at line 36 of file mxml-private.h.
Referenced by _mxml_global(), mxml_write_node(), and mxmlSetWrapMargin().