XML_ELEMENT_NODE  287 include/crm/common/xml_internal.h     while (child && (child->type != XML_ELEMENT_NODE)) {
XML_ELEMENT_NODE  306 include/crm/common/xml_internal.h     while (next && (next->type != XML_ELEMENT_NODE)) {
XML_ELEMENT_NODE  819 lib/cib/cib_ops.c                 while (parent && parent->type == XML_ELEMENT_NODE) {
XML_ELEMENT_NODE  239 lib/common/xml.c         case XML_ELEMENT_NODE:
XML_ELEMENT_NODE  264 lib/common/xml.c             CRM_LOG_ASSERT(node->type == XML_ELEMENT_NODE);
XML_ELEMENT_NODE  992 lib/common/xml.c             case XML_ELEMENT_NODE:
XML_ELEMENT_NODE 1639 lib/common/xml.c         case XML_ELEMENT_NODE:
XML_ELEMENT_NODE 2713 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   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  126 lib/pacemaker/pcmk_acl.c         case XML_ELEMENT_NODE:
XML_ELEMENT_NODE   79 tools/cibadmin.c     } else if (xml->type != XML_ELEMENT_NODE) {