Home
last modified time | relevance | path

Searched refs:document_element (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/dom/
H A Dinner_outer_html_mixin.c319 xmlNodePtr document_element = doc->children; in dom_xml_fragment_parsing_algorithm() local
320 if (document_element == NULL || document_element->next != NULL) { in dom_xml_fragment_parsing_algorithm()
329 xmlNodePtr child = document_element->children; in dom_xml_fragment_parsing_algorithm()
332 xmlSetTreeDoc(document_element, context_node->doc); in dom_xml_fragment_parsing_algorithm()
335 document_element->children = NULL; in dom_xml_fragment_parsing_algorithm()
336 document_element->last = NULL; in dom_xml_fragment_parsing_algorithm()

Completed in 13 milliseconds