7#ifndef LXB_CSS_STYLESHEET_H
8#define LXB_CSS_STYLESHEET_H
struct lxb_css_stylesheet lxb_css_stylesheet_t
struct lxb_css_memory lxb_css_memory_t
struct lxb_css_parser lxb_css_parser_t
struct lxb_css_selectors lxb_css_selectors_t
struct lxb_css_rule lxb_css_rule_t
lxb_css_memory_t * memory
LXB_API void lxb_css_stylesheet_finish(lxb_css_parser_t *parser)
LXB_API lxb_css_stylesheet_t * lxb_css_stylesheet_parse(lxb_css_parser_t *parser, const lxb_char_t *data, size_t length)
LXB_API lxb_status_t lxb_css_stylesheet_prepare(lxb_css_parser_t *parser, lxb_css_memory_t *memory, lxb_css_selectors_t *selectors)
LXB_API lxb_css_stylesheet_t * lxb_css_stylesheet_process(lxb_css_parser_t *parser, const lxb_char_t *data, size_t length)
LXB_API lxb_css_stylesheet_t * lxb_css_stylesheet_create(lxb_css_memory_t *memory)
LXB_API lxb_css_stylesheet_t * lxb_css_stylesheet_destroy(lxb_css_stylesheet_t *sst, bool destroy_memory)
unsigned int lxb_status_t