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

#include <parser.h>

Data Fields

lxb_html_tokenizer_ttkz
 
lxb_html_tree_ttree
 
lxb_html_tree_toriginal_tree
 
lxb_dom_node_troot
 
lxb_dom_node_tform
 
lxb_html_parser_state_t state
 
lxb_status_t status
 
size_t ref_count
 

Detailed Description

Definition at line 30 of file parser.h.

Field Documentation

◆ form

lxb_dom_node_t* lxb_html_parser_t::form

Definition at line 36 of file parser.h.

◆ original_tree

lxb_html_tree_t* lxb_html_parser_t::original_tree

Definition at line 33 of file parser.h.

◆ ref_count

size_t lxb_html_parser_t::ref_count

Definition at line 41 of file parser.h.

◆ root

lxb_dom_node_t* lxb_html_parser_t::root

Definition at line 35 of file parser.h.

◆ state

lxb_html_parser_state_t lxb_html_parser_t::state

Definition at line 38 of file parser.h.

◆ status

lxb_status_t lxb_html_parser_t::status

Definition at line 39 of file parser.h.

◆ tkz

lxb_html_tokenizer_t* lxb_html_parser_t::tkz

Definition at line 31 of file parser.h.

◆ tree

lxb_html_tree_t* lxb_html_parser_t::tree

Definition at line 32 of file parser.h.


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