ELinks 0.18.0
html.h File Reference
Include dependency graph for html.h:
This graph shows which files directly or indirectly include this file:

Macros

#define HTML_(node, name, flags)   SGML_NODE_INFO_TYPE(HTML, node, name)
 
#define HTM2_(node, name, str, flags)   SGML_NODE_INFO_TYPE(HTML, node, name)
 

Enumerations

enum  html_element_type { HTML_ELEMENT_UNKNOWN , HTML_ELEMENTS }
 
enum  html_attribute_type { HTML_ATTRIBUTE_UNKNOWN , HTML_ATTRIBUTES }
 

Variables

struct sgml_info sgml_html_info
 

Macro Definition Documentation

◆ HTM2_

#define HTM2_ ( node,
name,
str,
flags )   SGML_NODE_INFO_TYPE(HTML, node, name)

◆ HTML_

#define HTML_ ( node,
name,
flags )   SGML_NODE_INFO_TYPE(HTML, node, name)

Enumeration Type Documentation

◆ html_attribute_type

Enumerator
HTML_ATTRIBUTE_UNKNOWN 
HTML_ATTRIBUTES 

◆ html_element_type

Enumerator
HTML_ELEMENT_UNKNOWN 
HTML_ELEMENTS 

Variable Documentation

◆ sgml_html_info

struct sgml_info sgml_html_info
extern