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

Go to the source code of this file.

Data Structures

struct  lxb_html_tree_template_insertion_t
 

Functions

lxb_inline lxb_html_tree_insertion_mode_f lxb_html_tree_template_insertion_current (lxb_html_tree_t *tree)
 
lxb_inline lxb_html_tree_insertion_mode_f lxb_html_tree_template_insertion_get (lxb_html_tree_t *tree, size_t idx)
 
lxb_inline lxb_html_tree_insertion_mode_f lxb_html_tree_template_insertion_first (lxb_html_tree_t *tree)
 
lxb_inline lxb_status_t lxb_html_tree_template_insertion_push (lxb_html_tree_t *tree, lxb_html_tree_insertion_mode_f mode)
 
lxb_inline lxb_html_tree_insertion_mode_f lxb_html_tree_template_insertion_pop (lxb_html_tree_t *tree)
 

Function Documentation

◆ lxb_html_tree_template_insertion_current()

lxb_inline lxb_html_tree_insertion_mode_f lxb_html_tree_template_insertion_current ( lxb_html_tree_t * tree)

Definition at line 29 of file template_insertion.h.

◆ lxb_html_tree_template_insertion_first()

lxb_inline lxb_html_tree_insertion_mode_f lxb_html_tree_template_insertion_first ( lxb_html_tree_t * tree)

Definition at line 58 of file template_insertion.h.

◆ lxb_html_tree_template_insertion_get()

lxb_inline lxb_html_tree_insertion_mode_f lxb_html_tree_template_insertion_get ( lxb_html_tree_t * tree,
size_t idx )

Definition at line 44 of file template_insertion.h.

◆ lxb_html_tree_template_insertion_pop()

lxb_inline lxb_html_tree_insertion_mode_f lxb_html_tree_template_insertion_pop ( lxb_html_tree_t * tree)

Definition at line 81 of file template_insertion.h.

◆ lxb_html_tree_template_insertion_push()

lxb_inline lxb_status_t lxb_html_tree_template_insertion_push ( lxb_html_tree_t * tree,
lxb_html_tree_insertion_mode_f mode )

Definition at line 64 of file template_insertion.h.