Searched refs:xmlGetNamespace (Results 1 – 1 of 1) sorted by relevance
8751 xmlGetNamespace(xmlParserCtxtPtr ctxt, const xmlChar *prefix) { in xmlGetNamespace() function9541 nsname = xmlGetNamespace(ctxt, NULL); in xmlParseStartTag2()9556 nsname = xmlGetNamespace(ctxt, attname); in xmlParseStartTag2()9585 atts[nbatts++] = xmlGetNamespace(ctxt, aprefix); in xmlParseStartTag2()9608 nsname = xmlGetNamespace(ctxt, atts[i + 1]); in xmlParseStartTag2()9639 nsname = xmlGetNamespace(ctxt, prefix); in xmlParseStartTag2()13615 if (xmlGetNamespace(ctxt, iprefix) == NULL) { in xmlParseInNodeContext()