op_xml_out.h | 61 } tag_t; typedef in typeref:enum:__anon8934 63 char const * xml_tag_name(tag_t tag); 64 void open_xml_element(tag_t tag, int with_attrs, char *buffer, size_t size); 65 void close_xml_element(tag_t tag, int has_nested, char *buffer, size_t size); 66 void init_xml_int_attr(tag_t attr, int value, char *buffer, size_t size); 67 void init_xml_dbl_attr(tag_t attr, double value, char *buffer, size_t size); 68 void init_xml_str_attr(tag_t attr, char const *str, char *buffer, size_t size);
|