|
ELinks 0.19.1
|
#include "elinks.h"#include "dom/sgml/html/html.h"#include "dom/sgml/sgml.h"#include "dom/sgml/html/attribute.inc"#include "dom/sgml/html/element.inc"
Macros | |
| #define | HTML_(node, name, id) |
| #define | HTM2_(node, name, str, id) |
Variables | |
| static struct sgml_node_info | html_attributes [HTML_ATTRIBUTES] |
| static struct sgml_node_info | html_elements [HTML_ELEMENTS] |
| struct sgml_info | sgml_html_info |
| #define HTM2_ | ( | node, | |
| name, | |||
| str, | |||
| id ) |
| #define HTML_ | ( | node, | |
| name, | |||
| id ) |
|
static |
|
static |
| struct sgml_info sgml_html_info |