xmlDocGetRootElement  639 lib/common/schemas.c     xml = xmlDocGetRootElement(doc);
xmlDocGetRootElement  743 lib/common/schemas.c     out = xmlDocGetRootElement(res);
xmlDocGetRootElement  803 lib/common/xml.c                 if(xml != xmlDocGetRootElement(xml->doc)) {
xmlDocGetRootElement 1584 lib/common/xml.c     top = xmlDocGetRootElement(xml->doc);
xmlDocGetRootElement 2651 lib/common/xml.c             top = xmlDocGetRootElement(doc);
xmlDocGetRootElement 2775 lib/common/xml.c         xml = xmlDocGetRootElement(output);
xmlDocGetRootElement 2971 lib/common/xml.c     if (output && (xml = xmlDocGetRootElement(output))) {
xmlDocGetRootElement 4137 lib/common/xml.c             xmlNode *top = xmlDocGetRootElement(candidate->doc);