Home | History | Annotate | Download | only in libxml2

Lines Matching refs:np

4309     xmlTextWriterNsStackEntry *np;
4319 np = (xmlTextWriterNsStackEntry *) xmlLinkGetData(lk);
4321 if (np != 0) {
4322 namespaceURI = xmlStrdup(np->uri);
4323 prefix = xmlStrdup(np->prefix);
4328 if (np != 0) {