Home
last modified time | relevance | path

Searched refs:dom_document (Results 1 – 25 of 90) sorted by relevance

1234

/PHP-8.4/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Din_table_text.c43 tree->document->dom_document.text); in lxb_html_tree_insertion_mode_in_table_text()
47 tree->document->dom_document.text); in lxb_html_tree_insertion_mode_in_table_text()
58 lexbor_str_destroy(text, tree->document->dom_document.text, false); in lxb_html_tree_insertion_mode_in_table_text()
125 lexbor_str_destroy(text, tree->document->dom_document.text, false); in lxb_html_tree_insertion_mode_in_table_text_erase()
H A Dinitial.c167 lxb_dom_document_t *document = &tree->document->dom_document; in lxb_html_tree_insertion_mode_initial()
216 lxb_dom_node_insert_child_wo_events(&tree->document->dom_document.node, in lxb_html_tree_insertion_mode_initial_doctype()
219 lxb_dom_document_attach_doctype(&tree->document->dom_document, doc_type); in lxb_html_tree_insertion_mode_initial_doctype()
234 lxb_dom_document_t *document = &tree->document->dom_document; in lxb_html_tree_insertion_mode_initial_doctype_ckeck()
/PHP-8.4/ext/dom/lexbor/lexbor/html/interfaces/
H A Ddocument.h58 lxb_dom_document_t dom_document; member
221 != &document->dom_document) in lxb_html_document_original_ref()
233 == &document->dom_document; in lxb_html_document_is_original()
264 return document->dom_document.tags; in lxb_html_document_tags()
286 return (lxb_html_element_t *) lxb_dom_document_create_element(&document->dom_document, in lxb_html_document_create_element()
H A Ddocument.c273 document->dom_document.ev_insert = lxb_html_document_event_insert;
274 document->dom_document.ev_remove = lxb_html_document_event_remove;
275 document->dom_document.ev_destroy = lxb_html_document_event_destroy;
309 document->dom_document.ev_insert = NULL;
310 document->dom_document.ev_remove = NULL;
311 document->dom_document.ev_destroy = NULL;
312 document->dom_document.ev_set_value = NULL;
783 return lxb_html_parse_chunk_prepare(document->dom_document.parser, in lxb_html_document_parse_chunk_begin()
798 return lxb_html_parse_chunk_end(document->dom_document.parser); in lxb_html_document_parse_chunk_end()
815 parser = document->dom_document.parser; in lxb_html_document_parse_fragment()
[all …]
H A Danchor_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_anchor_element_interface_create()
H A Darea_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_area_element_interface_create()
H A Daudio_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_audio_element_interface_create()
H A Dbase_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_base_element_interface_create()
H A Ddetails_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_details_element_interface_create()
H A Ddialog_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_dialog_element_interface_create()
H A Ddirectory_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_directory_element_interface_create()
H A Ddiv_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_div_element_interface_create()
H A Dembed_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_embed_element_interface_create()
H A Dfield_set_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_field_set_element_interface_create()
H A Dframe_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_frame_element_interface_create()
H A Dframe_set_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_frame_set_element_interface_create()
H A Dhead_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_head_element_interface_create()
H A Dheading_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_heading_element_interface_create()
H A Dmeta_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_meta_element_interface_create()
H A Dmeter_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_meter_element_interface_create()
H A Dmod_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_mod_element_interface_create()
H A Do_list_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_o_list_element_interface_create()
H A Dobject_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_object_element_interface_create()
H A Dopt_group_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_opt_group_element_interface_create()
H A Doption_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_option_element_interface_create()

Completed in 32 milliseconds

1234