Data Fields | |
| 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 110 of file switch_xml.c.
| char*** switch_xml_root::attr |
Definition at line 120 of file switch_xml.c.
Referenced by switch_xml_attr(), switch_xml_free(), switch_xml_internal_dtd(), and switch_xml_new().
Definition at line 112 of file switch_xml.c.
Referenced by switch_xml_char_content(), switch_xml_close_tag(), switch_xml_new(), and switch_xml_open_tag().
| uint8_t switch_xml_root::dynamic |
Definition at line 115 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 |
| char** switch_xml_root::ent |
Definition at line 119 of file switch_xml.c.
Referenced by switch_xml_char_content(), switch_xml_free(), switch_xml_internal_dtd(), and switch_xml_new().
| char switch_xml_root::err[SWITCH_XML_ERRL] |
Definition at line 123 of file switch_xml.c.
Referenced by switch_xml_err(), switch_xml_internal_dtd(), and switch_xml_new().
Definition at line 114 of file switch_xml.c.
| char* switch_xml_root::m |
Definition at line 113 of file switch_xml.c.
Referenced by switch_xml_free(), and switch_xml_parse_str().
| char*** switch_xml_root::pi |
Definition at line 121 of file switch_xml.c.
Referenced by switch_xml_free(), switch_xml_new(), switch_xml_pi(), switch_xml_proc_inst(), and switch_xml_toxml_buf().
| char* switch_xml_root::s |
Definition at line 122 of file switch_xml.c.
Referenced by switch_xml_internal_dtd(), and switch_xml_proc_inst().
| char* switch_xml_root::u |
| struct switch_xml switch_xml_root::xml |
Definition at line 111 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_dynamic(), switch_xml_pi(), switch_xml_proc_inst(), and switch_xml_toxml_buf().
1.4.7