php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
in_row.c File Reference

Go to the source code of this file.

Functions

lxb_inline bool lxb_html_tree_insertion_mode_in_row_thtd (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_row_tr_closed (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_row_ct_open_closed (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_row_tbtfth_closed (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_row_bcht_closed (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_row_anything_else (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_row_anything_else_closed (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
bool lxb_html_tree_insertion_mode_in_row (lxb_html_tree_t *tree, lxb_html_token_t *token)
 

Function Documentation

◆ lxb_html_tree_insertion_mode_in_row()

bool lxb_html_tree_insertion_mode_in_row ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 162 of file in_row.c.

◆ lxb_html_tree_insertion_mode_in_row_anything_else()

lxb_inline bool lxb_html_tree_insertion_mode_in_row_anything_else ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 148 of file in_row.c.

◆ lxb_html_tree_insertion_mode_in_row_anything_else_closed()

lxb_inline bool lxb_html_tree_insertion_mode_in_row_anything_else_closed ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 155 of file in_row.c.

◆ lxb_html_tree_insertion_mode_in_row_bcht_closed()

lxb_inline bool lxb_html_tree_insertion_mode_in_row_bcht_closed ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 139 of file in_row.c.

◆ lxb_html_tree_insertion_mode_in_row_ct_open_closed()

lxb_inline bool lxb_html_tree_insertion_mode_in_row_ct_open_closed ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 83 of file in_row.c.

◆ lxb_html_tree_insertion_mode_in_row_tbtfth_closed()

lxb_inline bool lxb_html_tree_insertion_mode_in_row_tbtfth_closed ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 108 of file in_row.c.

◆ lxb_html_tree_insertion_mode_in_row_thtd()

lxb_inline bool lxb_html_tree_insertion_mode_in_row_thtd ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 31 of file in_row.c.

◆ lxb_html_tree_insertion_mode_in_row_tr_closed()

lxb_inline bool lxb_html_tree_insertion_mode_in_row_tr_closed ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 56 of file in_row.c.