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

#include <token.h>

Data Fields

const lxb_char_tbegin
 
const lxb_char_tend
 
size_t line
 
size_t column
 
const lxb_char_ttext_start
 
const lxb_char_ttext_end
 
lxb_html_token_attr_tattr_first
 
lxb_html_token_attr_tattr_last
 
voidbase_element
 
size_t null_count
 
lxb_tag_id_t tag_id
 
lxb_html_token_type_t type
 

Detailed Description

Definition at line 33 of file token.h.

Field Documentation

◆ attr_first

lxb_html_token_attr_t* lxb_html_token_t::attr_first

Definition at line 42 of file token.h.

◆ attr_last

lxb_html_token_attr_t* lxb_html_token_t::attr_last

Definition at line 43 of file token.h.

◆ base_element

void* lxb_html_token_t::base_element

Definition at line 45 of file token.h.

◆ begin

const lxb_char_t* lxb_html_token_t::begin

Definition at line 34 of file token.h.

◆ column

size_t lxb_html_token_t::column

Definition at line 37 of file token.h.

◆ end

const lxb_char_t* lxb_html_token_t::end

Definition at line 35 of file token.h.

◆ line

size_t lxb_html_token_t::line

Definition at line 36 of file token.h.

◆ null_count

size_t lxb_html_token_t::null_count

Definition at line 47 of file token.h.

◆ tag_id

lxb_tag_id_t lxb_html_token_t::tag_id

Definition at line 48 of file token.h.

◆ text_end

const lxb_char_t* lxb_html_token_t::text_end

Definition at line 40 of file token.h.

◆ text_start

const lxb_char_t* lxb_html_token_t::text_start

Definition at line 39 of file token.h.

◆ type

lxb_html_token_type_t lxb_html_token_t::type

Definition at line 49 of file token.h.


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