7#ifndef LXB_CSS_DECLARATION_H
8#define LXB_CSS_DECLARATION_H
struct lxb_css_memory lxb_css_memory_t
struct lxb_css_rule_declaration_list lxb_css_rule_declaration_list_t
struct lxb_css_parser lxb_css_parser_t
LXB_API lxb_css_rule_declaration_list_t * lxb_css_declaration_list_process(lxb_css_parser_t *parser, const lxb_char_t *data, size_t length)
LXB_API lxb_status_t lxb_css_declaration_list_prepare(lxb_css_parser_t *parser, lxb_css_memory_t *mem)
LXB_API void lxb_css_declaration_list_finish(lxb_css_parser_t *parser)
LXB_API lxb_css_rule_declaration_list_t * lxb_css_declaration_list_parse(lxb_css_parser_t *parser, lxb_css_memory_t *mem, const lxb_char_t *data, size_t length)
unsigned int lxb_status_t