Lines Matching full:child
1294 xmlNodePtr child, node;
1299 child = test->children;
1300 while (child != NULL) {
1301 if ((child->type == XML_TEXT_NODE) ||
1302 (child->type == XML_CDATA_SECTION_NODE))
1303 ret = xmlStrcat(ret, child->content);
1304 else if (IS_SCHEMATRON(child, "name")) {
1307 path = xmlGetNoNsProp(child, BAD_CAST "path");
1325 child = child->next;
1352 child = child->next;