RTS API Documentation
1.10.11
|
Data Fields | |
struct switch_xml | xml |
switch_xml_t | cur |
char * | m |
switch_size_t | len |
uint8_t | dynamic |
char * | u |
char * | s |
char * | e |
char ** | ent |
char *** | attr |
char *** | pi |
short | standalone |
char | err [SWITCH_XML_ERRL] |
Definition at line 203 of file switch_xml.c.
char*** switch_xml_root::attr |
Definition at line 213 of file switch_xml.c.
Referenced by switch_xml_attr(), switch_xml_free(), switch_xml_internal_dtd(), switch_xml_new(), and switch_xml_parse_str().
switch_xml_t switch_xml_root::cur |
Definition at line 205 of file switch_xml.c.
Referenced by switch_xml_char_content(), switch_xml_close_tag(), switch_xml_new(), switch_xml_open_tag(), and switch_xml_parse_str().
uint8_t switch_xml_root::dynamic |
Definition at line 208 of file switch_xml.c.
Referenced by switch_xml_free(), switch_xml_parse_fd(), switch_xml_parse_file_simple(), switch_xml_parse_fp(), and switch_xml_parse_str_dynamic().
char* switch_xml_root::e |
Definition at line 211 of file switch_xml.c.
Referenced by switch_xml_free(), and switch_xml_parse_str().
char** switch_xml_root::ent |
Definition at line 212 of file switch_xml.c.
Referenced by switch_xml_char_content(), switch_xml_free(), switch_xml_internal_dtd(), switch_xml_new(), and switch_xml_parse_str().
char switch_xml_root::err[SWITCH_XML_ERRL] |
Definition at line 216 of file switch_xml.c.
Referenced by switch_xml_err(), switch_xml_internal_dtd(), and switch_xml_new().
switch_size_t switch_xml_root::len |
Definition at line 207 of file switch_xml.c.
char* switch_xml_root::m |
Definition at line 206 of file switch_xml.c.
Referenced by switch_xml_free(), and switch_xml_parse_str().
char*** switch_xml_root::pi |
Definition at line 214 of file switch_xml.c.
Referenced by switch_xml_free(), switch_xml_new(), switch_xml_pi(), and switch_xml_proc_inst().
char* switch_xml_root::s |
Definition at line 210 of file switch_xml.c.
Referenced by switch_xml_err(), switch_xml_free(), and switch_xml_parse_str().
short switch_xml_root::standalone |
Definition at line 215 of file switch_xml.c.
Referenced by switch_xml_internal_dtd(), and switch_xml_proc_inst().
char* switch_xml_root::u |
Definition at line 209 of file switch_xml.c.
Referenced by switch_xml_free(), and switch_xml_parse_str().
struct switch_xml switch_xml_root::xml |
Definition at line 204 of file switch_xml.c.
Referenced by switch_xml_attr(), switch_xml_err(), switch_xml_new(), switch_xml_parse_fd(), switch_xml_parse_file_simple(), switch_xml_parse_fp(), switch_xml_parse_str(), switch_xml_parse_str_dynamic(), switch_xml_pi(), and switch_xml_proc_inst().