Home | History | Annotate | Download | only in libxml2

Lines Matching full:nsentry

1840         xmlTextWriterNsStackEntry nsentry, *curns;
1848 nsentry.prefix = buf;
1849 nsentry.uri = (xmlChar *)namespaceURI;
1850 nsentry.elem = xmlListFront(writer->nodes);
1853 (void *)&nsentry);