|
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/interfaces/html_element.h"Go to the source code of this file.
Functions | |
| lxb_inline bool | lxb_html_tree_insertion_mode_before_html_anything_else (lxb_html_tree_t *tree) |
| lxb_inline lxb_status_t | lxb_html_tree_insertion_mode_before_html_html (lxb_html_tree_t *tree, lxb_dom_node_t *node_html) |
| bool | lxb_html_tree_insertion_mode_before_html (lxb_html_tree_t *tree, lxb_html_token_t *token) |
| 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_inline bool lxb_html_tree_insertion_mode_before_html_anything_else | ( | lxb_html_tree_t * | tree | ) |
Definition at line 127 of file before_html.c.
| lxb_inline lxb_status_t lxb_html_tree_insertion_mode_before_html_html | ( | lxb_html_tree_t * | tree, |
| lxb_dom_node_t * | node_html ) |
Definition at line 149 of file before_html.c.