Herb C Reference
Loading...
Searching...
No Matches
PARSER_STRUCT Struct Reference

#include <parser.h>

Data Fields

lexer_Tlexer
 
token_Tcurrent_token
 
hb_array_T * open_tags_stack
 
parser_state_T state
 
foreign_content_type_T foreign_content_type
 
parser_options_T options
 
size_t consecutive_error_count
 
bool in_recovery_mode
 

Field Documentation

◆ lexer

lexer_T* PARSER_STRUCT::lexer

◆ current_token

token_T* PARSER_STRUCT::current_token

◆ open_tags_stack

hb_array_T* PARSER_STRUCT::open_tags_stack

◆ state

parser_state_T PARSER_STRUCT::state

◆ foreign_content_type

foreign_content_type_T PARSER_STRUCT::foreign_content_type

◆ options

parser_options_T PARSER_STRUCT::options

◆ consecutive_error_count

size_t PARSER_STRUCT::consecutive_error_count

◆ in_recovery_mode

bool PARSER_STRUCT::in_recovery_mode

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