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

#include <token_attr.h>

Data Fields

const lxb_char_tname_begin
 
const lxb_char_tname_end
 
const lxb_char_tvalue_begin
 
const lxb_char_tvalue_end
 
const lxb_dom_attr_data_tname
 
lxb_char_tvalue
 
size_t value_size
 
lxb_html_token_attr_tnext
 
lxb_html_token_attr_tprev
 
lxb_html_token_attr_type_t type
 

Detailed Description

Definition at line 31 of file token_attr.h.

Field Documentation

◆ name

const lxb_dom_attr_data_t* lxb_html_token_attr::name

Definition at line 38 of file token_attr.h.

◆ name_begin

const lxb_char_t* lxb_html_token_attr::name_begin

Definition at line 32 of file token_attr.h.

◆ name_end

const lxb_char_t* lxb_html_token_attr::name_end

Definition at line 33 of file token_attr.h.

◆ next

lxb_html_token_attr_t* lxb_html_token_attr::next

Definition at line 42 of file token_attr.h.

◆ prev

lxb_html_token_attr_t* lxb_html_token_attr::prev

Definition at line 43 of file token_attr.h.

◆ type

lxb_html_token_attr_type_t lxb_html_token_attr::type

Definition at line 45 of file token_attr.h.

◆ value

lxb_char_t* lxb_html_token_attr::value

Definition at line 39 of file token_attr.h.

◆ value_begin

const lxb_char_t* lxb_html_token_attr::value_begin

Definition at line 35 of file token_attr.h.

◆ value_end

const lxb_char_t* lxb_html_token_attr::value_end

Definition at line 36 of file token_attr.h.

◆ value_size

size_t lxb_html_token_attr::value_size

Definition at line 40 of file token_attr.h.


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