Home
last modified time | relevance | path

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

/php-src/ext/dom/parentnode/
H A Dtree.c187 …if (child != NULL && (child->type == XML_DTD_NODE || php_dom_has_sibling_following_node(child, XML… in php_dom_fragment_insertion_hierarchy_check_pre_insertion()
218 if (php_dom_has_sibling_following_node(child, XML_DTD_NODE)) { in php_dom_fragment_insertion_hierarchy_check_replace()
281 if (!parent_is_document && node->type == XML_DTD_NODE) { in dom_is_pre_insert_valid_without_step_1()
302 …if (child != NULL && (child->type == XML_DTD_NODE || php_dom_has_sibling_following_node(child, XML… in dom_is_pre_insert_valid_without_step_1()
308 else if (node->type == XML_DTD_NODE) { in dom_is_pre_insert_valid_without_step_1()
310 if (php_dom_has_child_of_type(parentNode, XML_DTD_NODE)) { in dom_is_pre_insert_valid_without_step_1()
522 if (parent->doc && newchild->type == XML_DTD_NODE) { in dom_insert_node_list_unchecked()
545 if (parent->doc && node->type == XML_DTD_NODE) { in dom_insert_node_list_unchecked()
/php-src/ext/dom/
H A Dnode.c104 case XML_DTD_NODE: in dom_node_node_name_read()
226 if (nodep->type == XML_DTD_NODE) { in dom_node_node_type_read()
1039 && node->type != XML_DTD_NODE in dom_replace_node_validity_checks()
1056 if (!parent_is_document && node->type == XML_DTD_NODE) { in dom_replace_node_validity_checks()
1079 if (php_dom_has_sibling_following_node(child, XML_DTD_NODE)) { in dom_replace_node_validity_checks()
1085 else if (node->type == XML_DTD_NODE) { in dom_replace_node_validity_checks()
1313 } else if (child->type == XML_DTD_NODE) { in dom_node_append_child_legacy()
1671 } else if (this->type == XML_DTD_NODE) { in php_dom_node_is_equal_node()
1813 case XML_DTD_NODE: in dom_node_lookup_prefix()
1906 } else if (node->type == XML_DTD_NODE || node->type == XML_DOCUMENT_FRAG_NODE) { in dom_locate_a_namespace()
H A Dphp_dom.c164 case XML_DTD_NODE: in dom_node_is_read_only()
183 case XML_DTD_NODE: in dom_node_children_valid()
1420 case XML_DTD_NODE: in node_list_unlink()
1691 case XML_DTD_NODE: in php_dom_create_object()
2581 } else if (src_node->type == XML_DTD_NODE) { in dom_clone_helper()
2622 if (node->type == XML_DTD_NODE) { in dom_clone_node()
H A Dhtml5_serializer.c275 case XML_DTD_NODE: { in dom_html5_serialize_node()
H A Dxml_serializer.c1288 if (node->type == XML_DTD_NODE) { in dom_xml_serialization_algorithm()
H A Dphp_dom.stub.php76 const XML_DTD_NODE = UNKNOWN; define
H A Ddocument.c1194 || nodep->type == XML_DTD_NODE in dom_document_adopt_node()
H A Dphp_dom_arginfo.h1818 REGISTER_LONG_CONSTANT("XML_DTD_NODE", XML_DTD_NODE, CONST_PERSISTENT); in register_php_dom_symbols()
/php-src/ext/libxml/
H A Dlibxml.c267 case XML_DTD_NODE: { in php_libxml_node_free()
368 case XML_DTD_NODE: in php_libxml_node_free_list()

Completed in 91 milliseconds