XML_TEXT_NODE     380 include/crm/common/xml_internal.h     while (child && (child->type == XML_TEXT_NODE)) {
XML_TEXT_NODE     399 include/crm/common/xml_internal.h     while (next && (next->type == XML_TEXT_NODE)) {
XML_TEXT_NODE     264 lib/common/xml.c         case XML_TEXT_NODE:
XML_TEXT_NODE     851 lib/common/xml.c                   || (node->children->type == XML_TEXT_NODE),
XML_TEXT_NODE    1020 lib/common/xml.c             case XML_TEXT_NODE:
XML_TEXT_NODE     448 lib/common/xml_io.c         [XML_TEXT_NODE]          = "text",
XML_TEXT_NODE     506 lib/common/xml_io.c         case XML_TEXT_NODE: