Searched refs:xmlGetNamespace (Results 1 – 1 of 1) sorted by relevance
8663 xmlGetNamespace(xmlParserCtxtPtr ctxt, const xmlChar *prefix) { in xmlGetNamespace() function9467 nsname = xmlGetNamespace(ctxt, NULL); in xmlParseStartTag2()9482 nsname = xmlGetNamespace(ctxt, attname); in xmlParseStartTag2()9510 atts[nbatts++] = xmlGetNamespace(ctxt, aprefix); in xmlParseStartTag2()9533 nsname = xmlGetNamespace(ctxt, atts[i + 1]); in xmlParseStartTag2()9564 nsname = xmlGetNamespace(ctxt, prefix); in xmlParseStartTag2()13658 if (xmlGetNamespace(ctxt, iprefix) == NULL) { in xmlParseInNodeContext()