ELinks 0.16.1.1
|
SGML parser state. More...
#include <parser.h>
Data Fields | |
struct sgml_node_info * | info |
Info about the properties of the node contained by state. | |
struct dom_scanner_token | end_token |
This is used by the DOM source renderer for highlighting the end-tag of an element. |
SGML parser state.
The SGML parser has only little state.
struct dom_scanner_token sgml_parser_state::end_token |
This is used by the DOM source renderer for highlighting the end-tag of an element.
struct sgml_node_info* sgml_parser_state::info |
Info about the properties of the node contained by state.
This is only meaningful to element and attribute nodes. For unknown nodes it points to the common 'unknown node' info.