Home | History | Annotate | Download | only in examples

Lines Matching refs:cur

206     xmlNodePtr cur;
221 cur = (xmlNodePtr)ns->next;
222 if(cur->ns) {
224 ns->prefix, ns->href, cur->ns->href, cur->name);
227 ns->prefix, ns->href, cur->name);
230 cur = nodes->nodeTab[i];
231 if(cur->ns) {
233 cur->ns->href, cur->name);
236 cur->name);
239 cur = nodes->nodeTab[i];
240 fprintf(output, "= node \"%s\": type %d\n", cur->name, cur->type);