php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <selectors.h>
Data Fields | |
lxb_selectors_adapted_id | id |
lxb_css_selector_combinator_t | combinator |
const lxb_css_selector_t * | selector |
const xmlNode * | node |
lxb_selectors_entry_t * | next |
lxb_selectors_entry_t * | prev |
lxb_selectors_entry_t * | following |
lxb_selectors_nested_t * | nested |
uintptr_t | id |
lxb_dom_node_t * | node |
Definition at line 84 of file selectors.h.
lxb_css_selector_combinator_t lxb_selectors_entry::combinator |
Definition at line 86 of file selectors.h.
lxb_selectors_entry_t * lxb_selectors_entry::following |
Definition at line 91 of file selectors.h.
lxb_selectors_adapted_id lxb_selectors_entry::id |
Definition at line 85 of file selectors.h.
uintptr_t lxb_selectors_entry::id |
Definition at line 74 of file selectors.h.
lxb_selectors_nested_t * lxb_selectors_entry::nested |
Definition at line 92 of file selectors.h.
lxb_selectors_entry_t * lxb_selectors_entry::next |
Definition at line 89 of file selectors.h.
const xmlNode* lxb_selectors_entry::node |
Definition at line 88 of file selectors.h.
lxb_dom_node_t* lxb_selectors_entry::node |
Definition at line 77 of file selectors.h.
lxb_selectors_entry_t * lxb_selectors_entry::prev |
Definition at line 90 of file selectors.h.
const lxb_css_selector_t * lxb_selectors_entry::selector |
Definition at line 87 of file selectors.h.