Searched refs:context_node (Results 1 – 2 of 2) sorted by relevance
203 if (context_node->ns == NULL || context_node->ns->href == NULL) { in dom_html_fragment_parsing_algorithm()207 ns_uri = context_node->ns->href; in dom_html_fragment_parsing_algorithm()232 if (context_node->ns != NULL && context_node->ns->prefix != NULL) { in dom_xml_parser_tag_name()233 …xmlParseChunk(parser, (const char *) context_node->ns->prefix, xmlStrlen(context_node->ns->prefix)… in dom_xml_parser_tag_name()237 xmlParseChunk(parser, (const char *) context_node->name, xmlStrlen(context_node->name), 0); in dom_xml_parser_tag_name()288 if (context_node->doc->dict == NULL) { in dom_xml_fragment_parsing_algorithm()289 context_node->doc->dict = xmlDictCreate(); in dom_xml_fragment_parsing_algorithm()292 parser->dict = context_node->doc->dict; in dom_xml_fragment_parsing_algorithm()370 context_node = php_dom_ensure_templated_content(php_dom_get_private_data(obj), context_node); in dom_element_inner_html_write()371 if (context_node == NULL) { in dom_element_inner_html_write()[all …]
214 xmlNodePtr dom_parse_fragment(dom_object *obj, xmlNodePtr context_node, const zend_string *input);
Completed in 8 milliseconds