Lines Matching defs:ch
418 Inkscape::XML::Node *ch = root->firstChild();
419 while (ch != NULL &&
420 strcmp(ch->name(), "svg:g") &&
421 strcmp(ch->name(), "svg:path") &&
422 strcmp(ch->name(), "svg:use") &&
423 strcmp(ch->name(), "svg:text") &&
424 strcmp(ch->name(), "svg:image") &&
425 strcmp(ch->name(), "svg:rect")
427 ch = ch->next();
430 if (ch) {
431 return ch->attribute("id");