Lines Matching refs:XML_ELEMENT_NODE
38 while (first && first->type != XML_ELEMENT_NODE) { in dom_parent_node_first_element_child_read()
57 while (last && last->type != XML_ELEMENT_NODE) { in dom_parent_node_last_element_child_read()
78 if (first->type == XML_ELEMENT_NODE) { in dom_parent_node_child_element_count()
155 if (iter->type == XML_ELEMENT_NODE) { in dom_fragment_common_hierarchy_check_part()
182 if (php_dom_has_child_of_type(parent, XML_ELEMENT_NODE)) { in php_dom_fragment_insertion_hierarchy_check_pre_insertion()
210 if (iter->type == XML_ELEMENT_NODE && iter != child) { in php_dom_fragment_insertion_hierarchy_check_replace()
232 && parent->type != XML_ELEMENT_NODE in php_dom_pre_insert_is_parent_invalid()
299 else if (node->type == XML_ELEMENT_NODE) { in dom_is_pre_insert_valid_without_step_1()
301 if (php_dom_has_child_of_type(parentNode, XML_ELEMENT_NODE)) { in dom_is_pre_insert_valid_without_step_1()
317 if ((child != NULL && php_dom_has_sibling_preceding_node(child, XML_ELEMENT_NODE)) in dom_is_pre_insert_valid_without_step_1()
318 || (child == NULL && php_dom_has_child_of_type(parentNode, XML_ELEMENT_NODE))) { in dom_is_pre_insert_valid_without_step_1()