XML_TEXT_NODE     326 include/crm/common/xml_internal.h     while (child && (child->type == XML_TEXT_NODE)) {
XML_TEXT_NODE     345 include/crm/common/xml_internal.h     while (next && (next->type == XML_TEXT_NODE)) {
XML_TEXT_NODE     266 lib/common/xml.c         case XML_TEXT_NODE:
XML_TEXT_NODE     851 lib/common/xml.c             case XML_TEXT_NODE:
XML_TEXT_NODE     454 lib/common/xml_element.c                   || (node->children->type == XML_TEXT_NODE),
XML_TEXT_NODE     369 lib/common/xml_io.c         [XML_TEXT_NODE]          = "text",
XML_TEXT_NODE     427 lib/common/xml_io.c         case XML_TEXT_NODE: