php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
lxb_html_document_css_t Struct Reference

#include <document.h>

Data Fields

lxb_css_memory_tmemory
 
lxb_css_selectors_tcss_selectors
 
lxb_css_parser_tparser
 
lexbor_avl_tstyles
 
lexbor_array_tstylesheets
 
lexbor_dobject_tweak
 
lexbor_hash_tcustoms
 
uintptr_t customs_id
 

Detailed Description

Definition at line 43 of file document.h.

Field Documentation

◆ css_selectors

lxb_css_selectors_t* lxb_html_document_css_t::css_selectors

Definition at line 45 of file document.h.

◆ customs

lexbor_hash_t* lxb_html_document_css_t::customs

Definition at line 52 of file document.h.

◆ customs_id

uintptr_t lxb_html_document_css_t::customs_id

Definition at line 53 of file document.h.

◆ memory

lxb_css_memory_t* lxb_html_document_css_t::memory

Definition at line 44 of file document.h.

◆ parser

lxb_css_parser_t* lxb_html_document_css_t::parser

Definition at line 46 of file document.h.

◆ styles

lexbor_avl_t* lxb_html_document_css_t::styles

Definition at line 48 of file document.h.

◆ stylesheets

lexbor_array_t* lxb_html_document_css_t::stylesheets

Definition at line 49 of file document.h.

◆ weak

lexbor_dobject_t* lxb_html_document_css_t::weak

Definition at line 50 of file document.h.


The documentation for this struct was generated from the following file: