Home | History | Annotate | Download | only in libxml2

Lines Matching full:nslist

6396 	    xmlNsPtr *nsList, *cur;
6402 nsList = xmlGetNsList(node->doc, node);
6403 if (nsList == NULL) {
6408 cur = nsList;
6424 xmlFree(nsList);
7844 * @nsList: a list of ns-structs
7847 * Searches for a ns-decl with the given prefix in @nsList.
7853 xmlTreeNSListLookupByPrefix(xmlNsPtr nsList, const xmlChar *prefix)
7855 if (nsList == NULL)
7859 ns = nsList;