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

Go to the source code of this file.

Functions

lxb_inline bool lxb_html_tree_insertion_mode_in_column_group_anything_else (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_column_group_text (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_column_group_comment (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_column_group_html (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_column_group_col (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_column_group_colgroup_closed (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_column_group_col_closed (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_column_group_template_open_closed (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_column_group_end_of_file (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_column_group_anything_else_closed (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
bool lxb_html_tree_insertion_mode_in_column_group (lxb_html_tree_t *tree, lxb_html_token_t *token)
 

Function Documentation

◆ lxb_html_tree_insertion_mode_in_column_group()

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

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

Definition at line 12 of file in_column_group.c.

◆ lxb_html_tree_insertion_mode_in_column_group_anything_else_closed()

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

Definition at line 143 of file in_column_group.c.

◆ lxb_html_tree_insertion_mode_in_column_group_col()

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

Definition at line 81 of file in_column_group.c.

◆ lxb_html_tree_insertion_mode_in_column_group_col_closed()

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

Definition at line 120 of file in_column_group.c.

◆ lxb_html_tree_insertion_mode_in_column_group_colgroup_closed()

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

Definition at line 100 of file in_column_group.c.

◆ lxb_html_tree_insertion_mode_in_column_group_comment()

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

Definition at line 58 of file in_column_group.c.

◆ lxb_html_tree_insertion_mode_in_column_group_end_of_file()

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

Definition at line 136 of file in_column_group.c.

◆ lxb_html_tree_insertion_mode_in_column_group_html()

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

Definition at line 74 of file in_column_group.c.

◆ lxb_html_tree_insertion_mode_in_column_group_template_open_closed()

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

Definition at line 129 of file in_column_group.c.

◆ lxb_html_tree_insertion_mode_in_column_group_text()

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

Definition at line 32 of file in_column_group.c.