XML_ELEMENT_NODE 418 include/crm/common/xml_internal.h while (next && (next->type != XML_ELEMENT_NODE)) { XML_ELEMENT_NODE 861 lib/cib/cib_ops.c while (parent && parent->type == XML_ELEMENT_NODE) { XML_ELEMENT_NODE 81 lib/common/tests/xml/crm_xml_init_test.c assert_int_equal(node->type, XML_ELEMENT_NODE); XML_ELEMENT_NODE 272 lib/common/xml.c case XML_ELEMENT_NODE: XML_ELEMENT_NODE 297 lib/common/xml.c CRM_LOG_ASSERT(node->type == XML_ELEMENT_NODE); XML_ELEMENT_NODE 450 lib/common/xml.c while ((child != NULL) && (child->type != XML_ELEMENT_NODE)) { XML_ELEMENT_NODE 895 lib/common/xml.c CRM_ASSERT(src->type == XML_ELEMENT_NODE); XML_ELEMENT_NODE 936 lib/common/xml.c case XML_ELEMENT_NODE: XML_ELEMENT_NODE 2297 lib/common/xml.c if ((node->type == XML_ELEMENT_NODE) XML_ELEMENT_NODE 207 lib/common/xml_display.c case XML_ELEMENT_NODE: XML_ELEMENT_NODE 444 lib/common/xml_io.c [XML_ELEMENT_NODE] = "element", XML_ELEMENT_NODE 500 lib/common/xml_io.c case XML_ELEMENT_NODE: XML_ELEMENT_NODE 87 lib/common/xpath.c } else if (match->type != XML_ELEMENT_NODE XML_ELEMENT_NODE 88 lib/common/xpath.c && match->parent && match->parent->type == XML_ELEMENT_NODE) { XML_ELEMENT_NODE 92 lib/common/xpath.c } else if (match->type != XML_ELEMENT_NODE) { XML_ELEMENT_NODE 94 lib/common/xpath.c crm_err("We only support %d not %d", XML_ELEMENT_NODE, match->type); XML_ELEMENT_NODE 128 lib/pacemaker/pcmk_acl.c case XML_ELEMENT_NODE: XML_ELEMENT_NODE 77 tools/cibadmin.c } else if (xml->type != XML_ELEMENT_NODE) {