#include <asim_afterbase.h>
Public Attributes | |
| xml_elem_t * | next |
| xml_elem_t * | child |
| char * | tag |
| int | tag_id |
| char * | parm |
Definition at line 420 of file asim_afterbase.h.
| struct xml_elem_t* xml_elem_t::next |
Definition at line 421 of file asim_afterbase.h.
Referenced by add_xml_buffer_open_tag(), asim_xml_elem_delete(), asim_xml_tags2xml_buffer(), xml_elem_new(), xml_elem_remove(), and xml_insert().
| struct xml_elem_t* xml_elem_t::child |
Definition at line 422 of file asim_afterbase.h.
Referenced by add_xml_buffer_open_tag(), asim_format_xml_buffer_state(), asim_xml_tags2xml_buffer(), build_image_from_xml(), compose_asimage_xml_from_doc(), handle_asxml_tag_if(), handle_asxml_tag_text(), xml_elem_new(), and xml_insert().
| char* xml_elem_t::tag |
Definition at line 423 of file asim_afterbase.h.
Referenced by add_xml_buffer_close_tag(), add_xml_buffer_open_tag(), asim_format_xml_buffer_state(), asim_xml_parse(), asim_xml_tags2xml_buffer(), build_image_from_xml(), create_CDATA_tag(), create_CONTAINER_tag(), handle_asxml_tag_if(), and xml_elem_new().
Definition at line 424 of file asim_afterbase.h.
Referenced by asim_xml_parse(), asim_xml_tags2xml_buffer(), create_CDATA_tag(), create_CONTAINER_tag(), and xml_elem_new().
| char* xml_elem_t::parm |
Definition at line 425 of file asim_afterbase.h.
Referenced by add_xml_buffer_open_tag(), asim_format_xml_buffer_state(), asim_xml_parse(), asim_xml_tags2xml_buffer(), build_image_from_xml(), and xml_elem_new().
1.5.1