Home
last modified time | relevance | path

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

1234

/php-src/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-src/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 Dbase_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_base_element_interface_create()
H A Dbody_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_body_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 Dfont_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_font_element_interface_create()
H A Dform_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_form_element_interface_create()
H A Dmarquee_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_marquee_element_interface_create()
H A Dprogress_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_progress_element_interface_create()
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 Dtable_section_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_table_section_element_interface_create()
H A Dbr_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_br_element_interface_create()
H A Dtext_area_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_text_area_element_interface_create()
H A Dbutton_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_button_element_interface_create()
H A Dtime_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_time_element_interface_create()
H A Dcanvas_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_canvas_element_interface_create()
H A Dtrack_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_track_element_interface_create()
H A Dd_list_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_d_list_element_interface_create()
H A Ddata_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_data_element_interface_create()
H A Du_list_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_u_list_element_interface_create()
H A Dunknown_element.c16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_unknown_element_interface_create()

Completed in 40 milliseconds

1234