Lines Matching refs:child
1296 xmlNodePtr child, node;
1301 child = test->children;
1302 while (child != NULL) {
1303 if ((child->type == XML_TEXT_NODE) ||
1304 (child->type == XML_CDATA_SECTION_NODE))
1305 ret = xmlStrcat(ret, child->content);
1306 else if (IS_SCHEMATRON(child, "name")) {
1309 path = xmlGetNoNsProp(child, BAD_CAST "path");
1327 child = child->next;
1354 child = child->next;