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

#include <selectors.h>

Data Fields

lxb_css_selector_list_tlist
 
lxb_css_selector_list_tlist_last
 
lxb_css_selector_tparent
 
lxb_css_selector_combinator_t combinator
 
lxb_css_selector_combinator_t comb_default
 
uintptr_t error
 
bool status
 
bool err_in_function
 
bool failed
 

Detailed Description

Definition at line 23 of file selectors.h.

Field Documentation

◆ comb_default

lxb_css_selector_combinator_t lxb_css_selectors::comb_default

Definition at line 30 of file selectors.h.

◆ combinator

lxb_css_selector_combinator_t lxb_css_selectors::combinator

Definition at line 29 of file selectors.h.

◆ err_in_function

bool lxb_css_selectors::err_in_function

Definition at line 34 of file selectors.h.

◆ error

uintptr_t lxb_css_selectors::error

Definition at line 32 of file selectors.h.

◆ failed

bool lxb_css_selectors::failed

Definition at line 35 of file selectors.h.

◆ list

lxb_css_selector_list_t* lxb_css_selectors::list

Definition at line 24 of file selectors.h.

◆ list_last

lxb_css_selector_list_t* lxb_css_selectors::list_last

Definition at line 25 of file selectors.h.

◆ parent

lxb_css_selector_t* lxb_css_selectors::parent

Definition at line 27 of file selectors.h.

◆ status

bool lxb_css_selectors::status

Definition at line 33 of file selectors.h.


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