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

Go to the source code of this file.

Functions

lxb_inline bool lxb_html_tree_insertion_mode_in_template_ct (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_template_col (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_template_tr (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_template_tdth (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_template_end_of_file (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
lxb_inline bool lxb_html_tree_insertion_mode_in_template_anything_else (lxb_html_tree_t *tree, lxb_html_token_t *token)
 
bool lxb_html_tree_insertion_mode_in_template (lxb_html_tree_t *tree, lxb_html_token_t *token)
 

Function Documentation

◆ lxb_html_tree_insertion_mode_in_template()

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

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

Definition at line 117 of file in_template.c.

◆ lxb_html_tree_insertion_mode_in_template_col()

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

Definition at line 34 of file in_template.c.

◆ lxb_html_tree_insertion_mode_in_template_ct()

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

Definition at line 17 of file in_template.c.

◆ lxb_html_tree_insertion_mode_in_template_end_of_file()

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

Definition at line 88 of file in_template.c.

◆ lxb_html_tree_insertion_mode_in_template_tdth()

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

Definition at line 71 of file in_template.c.

◆ lxb_html_tree_insertion_mode_in_template_tr()

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

Definition at line 51 of file in_template.c.