XML_ELEMENT_NODE 213 include/crm/common/xml_internal.h while (child && (child->type != XML_ELEMENT_NODE)) { XML_ELEMENT_NODE 232 include/crm/common/xml_internal.h while (next && (next->type != XML_ELEMENT_NODE)) { XML_ELEMENT_NODE 764 lib/cib/cib_ops.c while (parent && parent->type == XML_ELEMENT_NODE) { XML_ELEMENT_NODE 246 lib/common/xml.c case XML_ELEMENT_NODE: XML_ELEMENT_NODE 263 lib/common/xml.c CRM_LOG_ASSERT(node->type == XML_ELEMENT_NODE); XML_ELEMENT_NODE 1003 lib/common/xml.c case XML_ELEMENT_NODE: XML_ELEMENT_NODE 1918 lib/common/xml.c case XML_ELEMENT_NODE: XML_ELEMENT_NODE 86 lib/common/xpath.c } else if (match->type != XML_ELEMENT_NODE XML_ELEMENT_NODE 87 lib/common/xpath.c && match->parent && match->parent->type == XML_ELEMENT_NODE) { XML_ELEMENT_NODE 91 lib/common/xpath.c } else if (match->type != XML_ELEMENT_NODE) { XML_ELEMENT_NODE 93 lib/common/xpath.c crm_err("We only support %d not %d", XML_ELEMENT_NODE, match->type); XML_ELEMENT_NODE 358 tools/cibadmin.c } else if (xml->type != XML_ELEMENT_NODE) {