#include "mxml-private.h"
Go to the source code of this file.
Functions | |
int | mxmlEntityAddCallback (int(*cb)(const char *name)) |
const char * | mxmlEntityGetName (int val) |
int | mxmlEntityGetValue (const char *name) |
void | mxmlEntityRemoveCallback (int(*cb)(const char *name)) |
int | _mxml_entity_cb (const char *name) |
int _mxml_entity_cb | ( | const char * | name | ) |
Definition at line 155 of file mxml-entity.c.
References entities, and int().
Referenced by _mxml_global().
int mxmlEntityAddCallback | ( | int(*)(const char *name) | cb | ) |
Definition at line 43 of file mxml-entity.c.
References _mxml_global(), _mxml_global_s::entity_cbs, mxml_error(), and _mxml_global_s::num_entity_cbs.
const char* mxmlEntityGetName | ( | int | val | ) |
Definition at line 73 of file mxml-entity.c.
Referenced by mxml_write_name(), and mxml_write_string().
int mxmlEntityGetValue | ( | const char * | name | ) |
Definition at line 103 of file mxml-entity.c.
References _mxml_global(), _mxml_global_s::entity_cbs, i, and _mxml_global_s::num_entity_cbs.
Referenced by mxml_get_entity().
void mxmlEntityRemoveCallback | ( | int(*)(const char *name) | cb | ) |
Definition at line 124 of file mxml-entity.c.
References _mxml_global(), _mxml_global_s::entity_cbs, i, and _mxml_global_s::num_entity_cbs.