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

/external/libxml2/
H A Dparser.c8860 * xmlGetNamespace:
8870 xmlGetNamespace(xmlParserCtxtPtr ctxt, const xmlChar *prefix) { function
9692 nsname = xmlGetNamespace(ctxt, NULL);
9707 nsname = xmlGetNamespace(ctxt, attname);
9735 atts[nbatts++] = xmlGetNamespace(ctxt, aprefix);
9758 nsname = xmlGetNamespace(ctxt, atts[i + 1]);
9789 nsname = xmlGetNamespace(ctxt, prefix);
13915 if (xmlGetNamespace(ctxt, iprefix) == NULL) {

Completed in 62 milliseconds