XML_ELEMENT_NODE  331 include/crm/common/xml.h         if(child->type == XML_ELEMENT_NODE) {
XML_ELEMENT_NODE  344 include/crm/common/xml.h         if(child && child->type == XML_ELEMENT_NODE) {
XML_ELEMENT_NODE  174 include/crm/compatibility.h 			if(child->type == XML_ELEMENT_NODE) {		\
XML_ELEMENT_NODE  188 include/crm/compatibility.h 		if(child->type == XML_ELEMENT_NODE) {			\
XML_ELEMENT_NODE  771 lib/cib/cib_ops.c                 while (parent && parent->type == XML_ELEMENT_NODE) {
XML_ELEMENT_NODE  337 lib/common/xml.c         case XML_ELEMENT_NODE:
XML_ELEMENT_NODE  354 lib/common/xml.c             CRM_LOG_ASSERT(node->type == XML_ELEMENT_NODE);
XML_ELEMENT_NODE 2919 lib/common/xml.c             case XML_ELEMENT_NODE:
XML_ELEMENT_NODE 3757 lib/common/xml.c         case XML_ELEMENT_NODE:
XML_ELEMENT_NODE   93 lib/common/xpath.c     } else if (match->type != XML_ELEMENT_NODE
XML_ELEMENT_NODE   94 lib/common/xpath.c                && match->parent && match->parent->type == XML_ELEMENT_NODE) {
XML_ELEMENT_NODE   98 lib/common/xpath.c     } else if (match->type != XML_ELEMENT_NODE) {
XML_ELEMENT_NODE  100 lib/common/xpath.c         crm_err("We only support %d not %d", XML_ELEMENT_NODE, match->type);
XML_ELEMENT_NODE  175 tools/cibadmin.c     } else if (xml->type != XML_ELEMENT_NODE) {