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

Go to the source code of this file.

Functions

lxb_inline void lxb_html_tree_clear_stack_back_to_table_context (lxb_html_tree_t *tree)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_table_text_open (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_table_comment (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_table_doctype (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_table_caption (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_table_colgroup (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_table_col (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_table_tbtfth (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_table_tdthtr (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_table_table (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_table_table_closed (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_table_bcht_closed (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_table_st_open_closed (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_table_input (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_table_form (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_table_end_of_file (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
bool lxb_html_tree_insertion_mode_in_table_anything_else (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_table_anything_else_closed (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
bool lxb_html_tree_insertion_mode_in_table (lxb_html_tree_t *tree, lxb_html_token_t *token)
 

Function Documentation

◆ lxb_html_tree_clear_stack_back_to_table_context()

lxb_inline void lxb_html_tree_clear_stack_back_to_table_context ( lxb_html_tree_t * tree)

Definition at line 13 of file in_table.c.

◆ lxb_html_tree_insertion_mode_in_table()

bool lxb_html_tree_insertion_mode_in_table ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 371 of file in_table.c.

◆ lxb_html_tree_insertion_mode_in_table_anything_else()

bool lxb_html_tree_insertion_mode_in_table_anything_else ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 348 of file in_table.c.

◆ lxb_html_tree_insertion_mode_in_table_anything_else_closed()

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

Definition at line 364 of file in_table.c.

◆ lxb_html_tree_insertion_mode_in_table_bcht_closed()

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

Definition at line 243 of file in_table.c.

◆ lxb_html_tree_insertion_mode_in_table_caption()

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

Definition at line 78 of file in_table.c.

◆ lxb_html_tree_insertion_mode_in_table_col()

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

Definition at line 123 of file in_table.c.

◆ lxb_html_tree_insertion_mode_in_table_colgroup()

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

Definition at line 103 of file in_table.c.

◆ lxb_html_tree_insertion_mode_in_table_comment()

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

Definition at line 53 of file in_table.c.

◆ lxb_html_tree_insertion_mode_in_table_doctype()

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

Definition at line 69 of file in_table.c.

◆ lxb_html_tree_insertion_mode_in_table_end_of_file()

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

Definition at line 341 of file in_table.c.

◆ lxb_html_tree_insertion_mode_in_table_form()

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

Definition at line 307 of file in_table.c.

◆ lxb_html_tree_insertion_mode_in_table_input()

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

Definition at line 263 of file in_table.c.

◆ lxb_html_tree_insertion_mode_in_table_st_open_closed()

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

Definition at line 256 of file in_table.c.

◆ lxb_html_tree_insertion_mode_in_table_table()

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

Definition at line 199 of file in_table.c.

◆ lxb_html_tree_insertion_mode_in_table_table_closed()

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

Definition at line 219 of file in_table.c.

◆ lxb_html_tree_insertion_mode_in_table_tbtfth()

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

Definition at line 151 of file in_table.c.

◆ lxb_html_tree_insertion_mode_in_table_tdthtr()

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

Definition at line 174 of file in_table.c.

◆ lxb_html_tree_insertion_mode_in_table_text_open()

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

Definition at line 28 of file in_table.c.