ELinks 0.18.0
html.c File Reference
Include dependency graph for html.c:

Macros

#define HTML_(node, name, id)   SGML_NODE_INFO(HTML, node, name, id)
 
#define HTM2_(node, name, str, id)   SGML_NODE_INF2(HTML, 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
 

Macro Definition Documentation

◆ HTM2_

#define HTM2_ ( node,
name,
str,
id )   SGML_NODE_INF2(HTML, node, name, str, id)

◆ HTML_

#define HTML_ ( node,
name,
id )   SGML_NODE_INFO(HTML, node, name, id)

Variable Documentation

◆ html_attributes

struct sgml_node_info html_attributes[HTML_ATTRIBUTES]
static
Initial value:
= {
SGML_NODE_HEAD(HTML, ATTRIBUTE),
}
#define SGML_NODE_HEAD(doctype, nodetype)
Definition sgml.h:57

◆ html_elements

struct sgml_node_info html_elements[HTML_ELEMENTS]
static
Initial value:
= {
SGML_NODE_HEAD(HTML, ELEMENT),
}

◆ sgml_html_info

struct sgml_info sgml_html_info
Initial value:
= {
}
static struct sgml_node_info html_attributes[HTML_ATTRIBUTES]
Definition html.c:17
static struct sgml_node_info html_elements[HTML_ELEMENTS]
Definition html.c:23
@ SGML_DOCTYPE_HTML
Definition sgml.h:83