php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
lxb_html_tree Struct Reference

#include <tree.h>

Data Fields

lxb_html_tokenizer_ttkz_ref
 
lxb_html_document_tdocument
 
lxb_dom_node_tfragment
 
lxb_html_form_element_tform
 
lexbor_array_topen_elements
 
lexbor_array_tactive_formatting
 
lexbor_array_obj_ttemplate_insertion_modes
 
lxb_html_tree_pending_table_t pending_table
 
lexbor_array_obj_tparse_errors
 
bool foster_parenting
 
bool frameset_ok
 
bool scripting
 
bool has_explicit_html_tag
 
bool has_explicit_head_tag
 
bool has_explicit_body_tag
 
lxb_html_tree_insertion_mode_f mode
 
lxb_html_tree_insertion_mode_f original_mode
 
lxb_html_tree_append_attr_f before_append_attr
 
lxb_status_t status
 
size_t ref_count
 

Detailed Description

Definition at line 39 of file tree.h.

Field Documentation

◆ active_formatting

lexbor_array_t* lxb_html_tree::active_formatting

Definition at line 48 of file tree.h.

◆ before_append_attr

lxb_html_tree_append_attr_f lxb_html_tree::before_append_attr

Definition at line 64 of file tree.h.

◆ document

lxb_html_document_t* lxb_html_tree::document

Definition at line 42 of file tree.h.

◆ form

lxb_html_form_element_t* lxb_html_tree::form

Definition at line 45 of file tree.h.

◆ foster_parenting

bool lxb_html_tree::foster_parenting

Definition at line 55 of file tree.h.

◆ fragment

lxb_dom_node_t* lxb_html_tree::fragment

Definition at line 43 of file tree.h.

◆ frameset_ok

bool lxb_html_tree::frameset_ok

Definition at line 56 of file tree.h.

◆ has_explicit_body_tag

bool lxb_html_tree::has_explicit_body_tag

Definition at line 60 of file tree.h.

◆ has_explicit_head_tag

bool lxb_html_tree::has_explicit_head_tag

Definition at line 59 of file tree.h.

◆ has_explicit_html_tag

bool lxb_html_tree::has_explicit_html_tag

Definition at line 58 of file tree.h.

◆ mode

lxb_html_tree_insertion_mode_f lxb_html_tree::mode

Definition at line 62 of file tree.h.

◆ open_elements

lexbor_array_t* lxb_html_tree::open_elements

Definition at line 47 of file tree.h.

◆ original_mode

lxb_html_tree_insertion_mode_f lxb_html_tree::original_mode

Definition at line 63 of file tree.h.

◆ parse_errors

lexbor_array_obj_t* lxb_html_tree::parse_errors

Definition at line 53 of file tree.h.

◆ pending_table

lxb_html_tree_pending_table_t lxb_html_tree::pending_table

Definition at line 51 of file tree.h.

◆ ref_count

size_t lxb_html_tree::ref_count

Definition at line 68 of file tree.h.

◆ scripting

bool lxb_html_tree::scripting

Definition at line 57 of file tree.h.

◆ status

lxb_status_t lxb_html_tree::status

Definition at line 66 of file tree.h.

◆ template_insertion_modes

lexbor_array_obj_t* lxb_html_tree::template_insertion_modes

Definition at line 49 of file tree.h.

◆ tkz_ref

lxb_html_tokenizer_t* lxb_html_tree::tkz_ref

Definition at line 40 of file tree.h.


The documentation for this struct was generated from the following file: