mxml-entity.c File Reference

#include "mxml-private.h"
Include dependency graph for mxml-entity.c:

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)

Function Documentation

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  ) 
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  ) 

Generated by  doxygen 1.6.2