Searched refs:XML_DTD_NODE (Results 1 – 9 of 9) sorted by relevance
187 …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()284 if (!parent_is_document && node->type == XML_DTD_NODE) { in dom_is_pre_insert_valid_without_step_1()305 …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()311 else if (node->type == XML_DTD_NODE) { in dom_is_pre_insert_valid_without_step_1()313 if (php_dom_has_child_of_type(parentNode, XML_DTD_NODE)) { in dom_is_pre_insert_valid_without_step_1()525 if (parent->doc && newchild->type == XML_DTD_NODE) { in dom_insert_node_list_unchecked()548 if (parent->doc && node->type == XML_DTD_NODE) { in dom_insert_node_list_unchecked()
104 case XML_DTD_NODE: in dom_node_node_name_read()226 if (nodep->type == XML_DTD_NODE) { in dom_node_node_type_read()1096 && node->type != XML_DTD_NODE in dom_replace_node_validity_checks()1113 if (!parent_is_document && node->type == XML_DTD_NODE) { in dom_replace_node_validity_checks()1136 if (php_dom_has_sibling_following_node(child, XML_DTD_NODE)) { in dom_replace_node_validity_checks()1142 else if (node->type == XML_DTD_NODE) { in dom_replace_node_validity_checks()1367 } else if (child->type == XML_DTD_NODE) { in dom_node_append_child_legacy()1725 } else if (this->type == XML_DTD_NODE) { in php_dom_node_is_equal_node()1867 case XML_DTD_NODE: in dom_node_lookup_prefix()1960 } else if (node->type == XML_DTD_NODE || node->type == XML_DOCUMENT_FRAG_NODE) { in dom_locate_a_namespace()
164 case XML_DTD_NODE: in dom_node_is_read_only()178 case XML_DTD_NODE: in dom_node_children_valid()1416 case XML_DTD_NODE: in node_list_unlink()1683 case XML_DTD_NODE: in php_dom_create_object()2573 } else if (src_node->type == XML_DTD_NODE) { in dom_clone_helper()2614 if (node->type == XML_DTD_NODE) { in dom_clone_node()
275 case XML_DTD_NODE: { in dom_html5_serialize_node()
1288 if (node->type == XML_DTD_NODE) { in dom_xml_serialization_algorithm()
76 const XML_DTD_NODE = UNKNOWN; define
1198 || nodep->type == XML_DTD_NODE in dom_document_adopt_node()
1825 REGISTER_LONG_CONSTANT("XML_DTD_NODE", XML_DTD_NODE, CONST_PERSISTENT); in register_php_dom_symbols()
267 case XML_DTD_NODE: { in php_libxml_node_free()368 case XML_DTD_NODE: in php_libxml_node_free_list()
Completed in 56 milliseconds