rpm  5.4.15
Data Structures | Macros | Functions
html-parse.h File Reference
This graph shows which files directly or indirectly include this file:

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 *))
 

Macro Definition Documentation

#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
Value:
2 /* trim attribute values, e.g. interpret
<a href=" foo "> as "foo" */

Definition at line 60 of file html-parse.h.

Referenced by map_html_tags().

Function Documentation

void map_html_tags PARAMS ( (const char *, int, void(*)(struct taginfo *, void *), void *, int, const struct hash_table *, const struct hash_table *)  )