php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
stylesheet.h File Reference

Go to the source code of this file.

Data Structures

struct  lxb_css_stylesheet
 

Functions

LXB_API lxb_css_stylesheet_tlxb_css_stylesheet_create (lxb_css_memory_t *memory)
 
LXB_API lxb_css_stylesheet_tlxb_css_stylesheet_destroy (lxb_css_stylesheet_t *sst, bool destroy_memory)
 
LXB_API lxb_css_stylesheet_tlxb_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_tlxb_css_stylesheet_process (lxb_css_parser_t *parser, const lxb_char_t *data, size_t length)
 
LXB_API void lxb_css_stylesheet_finish (lxb_css_parser_t *parser)
 

Function Documentation

◆ lxb_css_stylesheet_create()

LXB_API lxb_css_stylesheet_t * lxb_css_stylesheet_create ( lxb_css_memory_t * memory)

◆ lxb_css_stylesheet_destroy()

LXB_API lxb_css_stylesheet_t * lxb_css_stylesheet_destroy ( lxb_css_stylesheet_t * sst,
bool destroy_memory )

◆ lxb_css_stylesheet_finish()

LXB_API void lxb_css_stylesheet_finish ( lxb_css_parser_t * parser)

◆ lxb_css_stylesheet_parse()

LXB_API lxb_css_stylesheet_t * lxb_css_stylesheet_parse ( lxb_css_parser_t * parser,
const lxb_char_t * data,
size_t length )

◆ lxb_css_stylesheet_prepare()

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_css_stylesheet_process()

LXB_API lxb_css_stylesheet_t * lxb_css_stylesheet_process ( lxb_css_parser_t * parser,
const lxb_char_t * data,
size_t length )