rpm
5.4.15
|
#include <rpmio/html-parse.h>
Data Fields | |
char * | name |
int | end_tag_p |
int | nattrs |
struct attr_pair * | attrs |
const char * | start_position |
const char * | end_position |
Definition at line 46 of file html-parse.h.
struct attr_pair* taginfo::attrs |
Definition at line 50 of file html-parse.h.
Referenced by map_html_tags().
const char* taginfo::end_position |
Definition at line 53 of file html-parse.h.
Referenced by map_html_tags().
int taginfo::end_tag_p |
Definition at line 48 of file html-parse.h.
Referenced by map_html_tags().
char* taginfo::name |
Definition at line 47 of file html-parse.h.
Referenced by map_html_tags().
int taginfo::nattrs |
Definition at line 49 of file html-parse.h.
Referenced by map_html_tags().
const char* taginfo::start_position |
Definition at line 52 of file html-parse.h.
Referenced by map_html_tags().