php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <token_attr.h>
Data Fields | |
const lxb_char_t * | name_begin |
const lxb_char_t * | name_end |
const lxb_char_t * | value_begin |
const lxb_char_t * | value_end |
const lxb_dom_attr_data_t * | name |
lxb_char_t * | value |
size_t | value_size |
lxb_html_token_attr_t * | next |
lxb_html_token_attr_t * | prev |
lxb_html_token_attr_type_t | type |
Definition at line 31 of file token_attr.h.
const lxb_dom_attr_data_t* lxb_html_token_attr::name |
Definition at line 38 of file token_attr.h.
const lxb_char_t* lxb_html_token_attr::name_begin |
Definition at line 32 of file token_attr.h.
const lxb_char_t* lxb_html_token_attr::name_end |
Definition at line 33 of file token_attr.h.
lxb_html_token_attr_t* lxb_html_token_attr::next |
Definition at line 42 of file token_attr.h.
lxb_html_token_attr_t* lxb_html_token_attr::prev |
Definition at line 43 of file token_attr.h.
lxb_html_token_attr_type_t lxb_html_token_attr::type |
Definition at line 45 of file token_attr.h.
lxb_char_t* lxb_html_token_attr::value |
Definition at line 39 of file token_attr.h.
const lxb_char_t* lxb_html_token_attr::value_begin |
Definition at line 35 of file token_attr.h.
const lxb_char_t* lxb_html_token_attr::value_end |
Definition at line 36 of file token_attr.h.
size_t lxb_html_token_attr::value_size |
Definition at line 40 of file token_attr.h.