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

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

Macro Definition Documentation

◆ HTM2_

#define HTM2_ ( node,
name,
str,
id )
Value:
SGML_NODE_INF2(HTML, node, name, str, id)
#define SGML_NODE_INF2(doctype, nodetype, name, ident, data)
Definition sgml.h:63
Nodes are used for marking areas of text on the document canvas as searchable.
Definition document.h:32

◆ HTML_

#define HTML_ ( node,
name,
id )
Value:
SGML_NODE_INFO(HTML, node, name, id)
#define SGML_NODE_INFO(doctype, nodetype, name, data)
Definition sgml.h:60

Variable Documentation

◆ html_attributes

struct sgml_node_info html_attributes[HTML_ATTRIBUTES]
static

◆ html_elements

struct sgml_node_info html_elements[HTML_ELEMENTS]
static

◆ 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