16 switch (token->
type) {
struct lxb_css_syntax_token lxb_css_syntax_token_t
struct lxb_css_parser lxb_css_parser_t
bool lxb_css_parser_stop(lxb_css_parser_t *parser)
bool lxb_css_parser_success(lxb_css_parser_t *parser)
bool lxb_css_parser_failed(lxb_css_parser_t *parser)
bool lxb_css_state_success(lxb_css_parser_t *parser, const lxb_css_syntax_token_t *token, void *ctx)
bool lxb_css_state_failed(lxb_css_parser_t *parser, const lxb_css_syntax_token_t *token, void *ctx)
bool lxb_css_state_stop(lxb_css_parser_t *parser, const lxb_css_syntax_token_t *token, void *ctx)
void lxb_css_syntax_parser_consume(lxb_css_parser_t *parser)
void lxb_css_syntax_token_consume(lxb_css_syntax_tokenizer_t *tkz)
@ LXB_CSS_SYNTAX_TOKEN_WHITESPACE
@ LXB_CSS_SYNTAX_TOKEN__END
lxb_css_syntax_tokenizer_t * tkz
lxb_css_syntax_token_type_t type