Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dinner_html_mixin.c196 if (context_node->ns == NULL || context_node->ns->href == NULL) { in dom_html_fragment_parsing_algorithm()
200 ns_uri = context_node->ns->href; in dom_html_fragment_parsing_algorithm()
225 if (context_node->ns != NULL && context_node->ns->prefix != NULL) { in dom_xml_parser_tag_name()
226 …xmlParseChunk(parser, (const char *) context_node->ns->prefix, xmlStrlen(context_node->ns->prefix)… in dom_xml_parser_tag_name()
230 xmlParseChunk(parser, (const char *) context_node->name, xmlStrlen(context_node->name), 0); in dom_xml_parser_tag_name()
281 if (context_node->doc->dict == NULL) { in dom_xml_fragment_parsing_algorithm()
282 context_node->doc->dict = xmlDictCreate(); in dom_xml_fragment_parsing_algorithm()
285 parser->dict = context_node->doc->dict; in dom_xml_fragment_parsing_algorithm()
355 context_node = php_dom_ensure_templated_content(php_dom_get_private_data(obj), context_node); in dom_element_inner_html_write()
356 if (context_node == NULL) { in dom_element_inner_html_write()
[all …]

Completed in 7 milliseconds