php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "lexbor/html/tree/insertion_mode.h"
#include "lexbor/html/tree/open_elements.h"
#include "lexbor/html/tree/active_formatting.h"
#include "lexbor/html/tree/template_insertion.h"
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) |
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_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_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_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_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_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_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.