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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dparser.c11711 const xmlChar *iprefix, *ihref; local
11715 iprefix = xmlDictLookup(ctxt->dict, ns->prefix, -1);
11718 iprefix = ns->prefix;
11722 if (xmlGetNamespace(ctxt, iprefix) == NULL) {
11723 nsPush(ctxt, iprefix, ihref);

Completed in 100 milliseconds