Lines Matching refs:child
132 xmlNode* child = NULL;
175 for (child = cur_node->children; child; child = child->next) {
176 if ((xmlStrcmp(child->name, (const xmlChar*)"UID")==0) &&
177 (child->type == XML_ELEMENT_NODE)) {
184 uid = xmlGetProp(child, (const xmlChar*)"name");
186 uid_value_str = xmlGetProp(child,
189 access = xmlGetProp(child, (const xmlChar *)"access");