Searched refs:xmlGetNamespace (Results 1 – 1 of 1) sorted by relevance
8783 xmlGetNamespace(xmlParserCtxtPtr ctxt, const xmlChar *prefix) { in xmlGetNamespace() function9592 nsname = xmlGetNamespace(ctxt, NULL); in xmlParseStartTag2()9607 nsname = xmlGetNamespace(ctxt, attname); in xmlParseStartTag2()9635 atts[nbatts++] = xmlGetNamespace(ctxt, aprefix); in xmlParseStartTag2()9658 nsname = xmlGetNamespace(ctxt, atts[i + 1]); in xmlParseStartTag2()9689 nsname = xmlGetNamespace(ctxt, prefix); in xmlParseStartTag2()13764 if (xmlGetNamespace(ctxt, iprefix) == NULL) { in xmlParseInNodeContext()