rpm
5.4.15
|
Go to the source code of this file.
Data Structures | |
struct | attr_pair |
struct | taginfo |
Macros | |
#define | MHT_STRICT_COMMENTS 1 /* use strict comment interpretation */ |
#define | MHT_TRIM_VALUES |
Functions | |
void map_html_tags | PARAMS ((const char *, int, void(*)(struct taginfo *, void *), void *, int, const struct hash_table *, const struct hash_table *)) |
#define MHT_STRICT_COMMENTS 1 /* use strict comment interpretation */ |
Definition at line 59 of file html-parse.h.
Referenced by map_html_tags().
#define MHT_TRIM_VALUES |
Definition at line 60 of file html-parse.h.
Referenced by map_html_tags().
void map_html_tags PARAMS | ( | (const char *, int, void(*)(struct taginfo *, void *), void *, int, const struct hash_table *, const struct hash_table *) | ) |