#include "config.h"
#include "mxml.h"
Go to the source code of this file.
Functions | |
void | mxml_error (const char *format,...) |
mxml_type_t | mxml_integer_cb (mxml_node_t *node) |
mxml_type_t | mxml_opaque_cb (mxml_node_t *node) |
mxml_type_t | mxml_real_cb (mxml_node_t *node) |
Variables | |
void(* | mxml_error_cb )(const char *) = NULL |
void mxml_error | ( | const char * | format, | |
... | ||||
) |
Definition at line 53 of file mxml-private.c.
References mxml_error_cb, and mxml_strdupf().
Referenced by mxml_add_char(), mxml_fd_getc(), mxml_file_getc(), mxml_get_entity(), mxml_load_data(), mxml_parse_element(), mxml_string_getc(), mxmlElementSetAttr(), mxmlEntityAddCallback(), and mxmlIndexNew().
mxml_type_t mxml_integer_cb | ( | mxml_node_t * | node | ) |
Definition at line 99 of file mxml-private.c.
References MXML_INTEGER.
mxml_type_t mxml_opaque_cb | ( | mxml_node_t * | node | ) |
Definition at line 112 of file mxml-private.c.
References MXML_OPAQUE.
mxml_type_t mxml_real_cb | ( | mxml_node_t * | node | ) |
Definition at line 125 of file mxml-private.c.
References MXML_REAL.
void(* mxml_error_cb)(const char *) = NULL |
Definition at line 45 of file mxml-private.c.
Referenced by mxml_error(), and mxmlSetErrorCallback().