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

#include <document.h>

Data Fields

lxb_dom_document_t dom_document
 
voidiframe_srcdoc
 
lxb_html_head_element_thead
 
lxb_html_body_element_tbody
 
lxb_html_document_css_t css
 
bool css_init
 
lxb_html_document_done_cb_f done
 
lxb_html_document_ready_state_t ready_state
 
lxb_html_document_opt_t opt
 

Detailed Description

Definition at line 57 of file document.h.

Field Documentation

◆ body

lxb_html_body_element_t* lxb_html_document::body

Definition at line 63 of file document.h.

◆ css

lxb_html_document_css_t lxb_html_document::css

Definition at line 65 of file document.h.

◆ css_init

bool lxb_html_document::css_init

Definition at line 66 of file document.h.

◆ dom_document

lxb_dom_document_t lxb_html_document::dom_document

Definition at line 58 of file document.h.

◆ done

lxb_html_document_done_cb_f lxb_html_document::done

Definition at line 68 of file document.h.

◆ head

lxb_html_head_element_t* lxb_html_document::head

Definition at line 62 of file document.h.

◆ iframe_srcdoc

void* lxb_html_document::iframe_srcdoc

Definition at line 60 of file document.h.

◆ opt

lxb_html_document_opt_t lxb_html_document::opt

Definition at line 71 of file document.h.

◆ ready_state

lxb_html_document_ready_state_t lxb_html_document::ready_state

Definition at line 69 of file document.h.


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