php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "lexbor/dom/interfaces/node.h"
#include "lexbor/html/tree/active_formatting.h"
#include "lexbor/html/tree/open_elements.h"
#include "lexbor/html/interfaces/element.h"
Go to the source code of this file.
Functions | |
lxb_html_element_t * | lxb_html_tree_active_formatting_marker (void) |
void | lxb_html_tree_active_formatting_up_to_last_marker (lxb_html_tree_t *tree) |
void | lxb_html_tree_active_formatting_remove_by_node (lxb_html_tree_t *tree, lxb_dom_node_t *node) |
bool | lxb_html_tree_active_formatting_find_by_node (lxb_html_tree_t *tree, lxb_dom_node_t *node, size_t *return_pos) |
bool | lxb_html_tree_active_formatting_find_by_node_reverse (lxb_html_tree_t *tree, lxb_dom_node_t *node, size_t *return_pos) |
lxb_status_t | lxb_html_tree_active_formatting_reconstruct_elements (lxb_html_tree_t *tree) |
lxb_dom_node_t * | lxb_html_tree_active_formatting_between_last_marker (lxb_html_tree_t *tree, lxb_tag_id_t tag_idx, size_t *return_idx) |
void | lxb_html_tree_active_formatting_push_with_check_dupl (lxb_html_tree_t *tree, lxb_dom_node_t *node) |
lxb_dom_node_t * lxb_html_tree_active_formatting_between_last_marker | ( | lxb_html_tree_t * | tree, |
lxb_tag_id_t | tag_idx, | ||
size_t * | return_idx ) |
Definition at line 185 of file active_formatting.c.
bool lxb_html_tree_active_formatting_find_by_node | ( | lxb_html_tree_t * | tree, |
lxb_dom_node_t * | node, | ||
size_t * | return_pos ) |
Definition at line 66 of file active_formatting.c.
bool lxb_html_tree_active_formatting_find_by_node_reverse | ( | lxb_html_tree_t * | tree, |
lxb_dom_node_t * | node, | ||
size_t * | return_pos ) |
Definition at line 90 of file active_formatting.c.
lxb_html_element_t * lxb_html_tree_active_formatting_marker | ( | void | ) |
Definition at line 21 of file active_formatting.c.
void lxb_html_tree_active_formatting_push_with_check_dupl | ( | lxb_html_tree_t * | tree, |
lxb_dom_node_t * | node ) |
Definition at line 212 of file active_formatting.c.
lxb_status_t lxb_html_tree_active_formatting_reconstruct_elements | ( | lxb_html_tree_t * | tree | ) |
Definition at line 117 of file active_formatting.c.
void lxb_html_tree_active_formatting_remove_by_node | ( | lxb_html_tree_t * | tree, |
lxb_dom_node_t * | node ) |
Definition at line 43 of file active_formatting.c.
void lxb_html_tree_active_formatting_up_to_last_marker | ( | lxb_html_tree_t * | tree | ) |
Definition at line 27 of file active_formatting.c.