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

Go to the source code of this file.

Functions

LXB_API bool lxb_html_tree_insertion_mode_initial (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
LXB_API bool lxb_html_tree_insertion_mode_before_html (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
LXB_API bool lxb_html_tree_insertion_mode_before_head (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
LXB_API bool lxb_html_tree_insertion_mode_in_head (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
LXB_API bool lxb_html_tree_insertion_mode_in_head_noscript (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
LXB_API bool lxb_html_tree_insertion_mode_after_head (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
LXB_API bool lxb_html_tree_insertion_mode_in_body (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
LXB_API bool lxb_html_tree_insertion_mode_in_body_skip_new_line (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
LXB_API bool lxb_html_tree_insertion_mode_in_body_skip_new_line_textarea (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
LXB_API lxb_status_t lxb_html_tree_insertion_mode_in_body_text_append (lxb_html_tree_t *tree, lexbor_str_t *str)
 
LXB_API bool lxb_html_tree_insertion_mode_text (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
LXB_API bool lxb_html_tree_insertion_mode_in_table (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
LXB_API bool lxb_html_tree_insertion_mode_in_table_anything_else (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
LXB_API bool lxb_html_tree_insertion_mode_in_table_text (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
LXB_API bool lxb_html_tree_insertion_mode_in_caption (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
LXB_API bool lxb_html_tree_insertion_mode_in_column_group (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
LXB_API bool lxb_html_tree_insertion_mode_in_table_body (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
LXB_API bool lxb_html_tree_insertion_mode_in_row (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
LXB_API bool lxb_html_tree_insertion_mode_in_cell (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
LXB_API bool lxb_html_tree_insertion_mode_in_select (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
LXB_API bool lxb_html_tree_insertion_mode_in_select_in_table (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
LXB_API bool lxb_html_tree_insertion_mode_in_template (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
LXB_API bool lxb_html_tree_insertion_mode_after_body (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
LXB_API bool lxb_html_tree_insertion_mode_in_frameset (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
LXB_API bool lxb_html_tree_insertion_mode_after_frameset (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
LXB_API bool lxb_html_tree_insertion_mode_after_after_body (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
LXB_API bool lxb_html_tree_insertion_mode_after_after_frameset (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
LXB_API bool lxb_html_tree_insertion_mode_foreign_content (lxb_html_tree_t *tree, lxb_html_token_t *token)
 

Function Documentation

◆ lxb_html_tree_insertion_mode_after_after_body()

LXB_API bool lxb_html_tree_insertion_mode_after_after_body ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 11 of file after_after_body.c.

◆ lxb_html_tree_insertion_mode_after_after_frameset()

LXB_API bool lxb_html_tree_insertion_mode_after_after_frameset ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 11 of file after_after_frameset.c.

◆ lxb_html_tree_insertion_mode_after_body()

LXB_API bool lxb_html_tree_insertion_mode_after_body ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 12 of file after_body.c.

◆ lxb_html_tree_insertion_mode_after_frameset()

LXB_API bool lxb_html_tree_insertion_mode_after_frameset ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 11 of file after_frameset.c.

◆ lxb_html_tree_insertion_mode_after_head()

LXB_API bool lxb_html_tree_insertion_mode_after_head ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 27 of file after_head.c.

◆ lxb_html_tree_insertion_mode_before_head()

LXB_API bool lxb_html_tree_insertion_mode_before_head ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 27 of file before_head.c.

◆ lxb_html_tree_insertion_mode_before_html()

LXB_API bool lxb_html_tree_insertion_mode_before_html ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 29 of file before_html.c.

◆ lxb_html_tree_insertion_mode_foreign_content()

LXB_API bool lxb_html_tree_insertion_mode_foreign_content ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 281 of file foreign_content.c.

◆ lxb_html_tree_insertion_mode_in_body()

LXB_API bool lxb_html_tree_insertion_mode_in_body ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 1685 of file in_body.c.

◆ lxb_html_tree_insertion_mode_in_body_skip_new_line()

LXB_API bool lxb_html_tree_insertion_mode_in_body_skip_new_line ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 26 of file in_body.c.

◆ lxb_html_tree_insertion_mode_in_body_skip_new_line_textarea()

LXB_API bool lxb_html_tree_insertion_mode_in_body_skip_new_line_textarea ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 53 of file in_body.c.

◆ lxb_html_tree_insertion_mode_in_body_text_append()

LXB_API lxb_status_t lxb_html_tree_insertion_mode_in_body_text_append ( lxb_html_tree_t * tree,
lexbor_str_t * str )

Definition at line 113 of file in_body.c.

◆ lxb_html_tree_insertion_mode_in_caption()

LXB_API bool lxb_html_tree_insertion_mode_in_caption ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 113 of file in_caption.c.

◆ lxb_html_tree_insertion_mode_in_cell()

LXB_API bool lxb_html_tree_insertion_mode_in_cell ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 142 of file in_cell.c.

◆ lxb_html_tree_insertion_mode_in_column_group()

LXB_API bool lxb_html_tree_insertion_mode_in_column_group ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 150 of file in_column_group.c.

◆ lxb_html_tree_insertion_mode_in_frameset()

LXB_API bool lxb_html_tree_insertion_mode_in_frameset ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 12 of file in_frameset.c.

◆ lxb_html_tree_insertion_mode_in_head()

LXB_API bool lxb_html_tree_insertion_mode_in_head ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 41 of file in_head.c.

◆ lxb_html_tree_insertion_mode_in_head_noscript()

LXB_API bool lxb_html_tree_insertion_mode_in_head_noscript ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 21 of file in_head_noscript.c.

◆ lxb_html_tree_insertion_mode_in_row()

LXB_API 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_select()

LXB_API bool lxb_html_tree_insertion_mode_in_select ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 311 of file in_select.c.

◆ lxb_html_tree_insertion_mode_in_select_in_table()

LXB_API bool lxb_html_tree_insertion_mode_in_select_in_table ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 69 of file in_select_in_table.c.

◆ lxb_html_tree_insertion_mode_in_table()

LXB_API 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()

LXB_API 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_body()

LXB_API bool lxb_html_tree_insertion_mode_in_table_body ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 159 of file in_table_body.c.

◆ lxb_html_tree_insertion_mode_in_table_text()

LXB_API bool lxb_html_tree_insertion_mode_in_table_text ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 16 of file in_table_text.c.

◆ lxb_html_tree_insertion_mode_in_template()

LXB_API bool lxb_html_tree_insertion_mode_in_template ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 134 of file in_template.c.

◆ lxb_html_tree_insertion_mode_initial()

LXB_API bool lxb_html_tree_insertion_mode_initial ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 134 of file initial.c.

◆ lxb_html_tree_insertion_mode_text()

LXB_API bool lxb_html_tree_insertion_mode_text ( lxb_html_tree_t * tree,
lxb_html_token_t * token )

Definition at line 14 of file text.c.