20#ifndef GUMBO_TOKENIZER_H_
21#define GUMBO_TOKENIZER_H_
27#include "token_type.h"
28#include "tokenizer_states.h"
39 const char* public_identifier;
40 const char* system_identifier;
45 bool has_public_identifier;
46 bool has_system_identifier;
74void gumbo_tokenizer_state_init(
84void gumbo_tokenizer_set_state(
91void gumbo_tokenizer_set_is_current_node_foreign(