Home
last modified time | relevance | path

Searched refs:xmlGetNamespace (Results 1 – 1 of 1) sorted by relevance

/third_party/libxml2/
Dparser.c8763 xmlGetNamespace(xmlParserCtxtPtr ctxt, const xmlChar *prefix) { in xmlGetNamespace() function
9550 nsname = xmlGetNamespace(ctxt, NULL); in xmlParseStartTag2()
9565 nsname = xmlGetNamespace(ctxt, attname); in xmlParseStartTag2()
9594 atts[nbatts++] = xmlGetNamespace(ctxt, aprefix); in xmlParseStartTag2()
9617 nsname = xmlGetNamespace(ctxt, atts[i + 1]); in xmlParseStartTag2()
9648 nsname = xmlGetNamespace(ctxt, prefix); in xmlParseStartTag2()
13626 if (xmlGetNamespace(ctxt, iprefix) == NULL) { in xmlParseInNodeContext()