php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <selectors.h>
Data Fields | |
lxb_selectors_entry_t * | entry |
lxb_selectors_state_cb_f | return_state |
lxb_selectors_cb_f | cb |
void * | ctx |
const xmlNode * | root |
lxb_selectors_entry_t * | last |
lxb_selectors_nested_t * | parent |
size_t | index |
bool | found |
lxb_dom_node_t * | root |
Definition at line 95 of file selectors.h.
lxb_selectors_cb_f lxb_selectors_nested::cb |
Definition at line 99 of file selectors.h.
void * lxb_selectors_nested::ctx |
Definition at line 100 of file selectors.h.
lxb_selectors_entry_t * lxb_selectors_nested::entry |
Definition at line 96 of file selectors.h.
bool lxb_selectors_nested::found |
Definition at line 107 of file selectors.h.
size_t lxb_selectors_nested::index |
Definition at line 106 of file selectors.h.
lxb_selectors_entry_t * lxb_selectors_nested::last |
Definition at line 103 of file selectors.h.
lxb_selectors_nested_t * lxb_selectors_nested::parent |
Definition at line 104 of file selectors.h.
lxb_selectors_state_cb_f lxb_selectors_nested::return_state |
Definition at line 97 of file selectors.h.
const xmlNode* lxb_selectors_nested::root |
Definition at line 102 of file selectors.h.
lxb_dom_node_t* lxb_selectors_nested::root |
Definition at line 91 of file selectors.h.