ELinks 0.16.1.1
sgml_parser_state Struct Reference

SGML parser state. More...

#include <parser.h>

Collaboration diagram for sgml_parser_state:

Data Fields

struct sgml_node_infoinfo
 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.

Detailed Description

SGML parser state.

The SGML parser has only little state.

Field Documentation

◆ end_token

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.

◆ info

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.


The documentation for this struct was generated from the following file: