Home | History | Annotate | Download | only in src

Lines Matching refs:xmlSearchNs

3939       ns = xmlSearchNs(target->doc, target, cur->ns->prefix);
3946 ns = xmlSearchNs(cur->doc, cur->parent, cur->ns->prefix);
4178 ns = xmlSearchNs(doc, ret, node->ns->prefix);
4185 ns = xmlSearchNs(node->doc, node, node->ns->prefix);
5824 * xmlSearchNs:
5840 xmlSearchNs(xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace) {
6096 def = xmlSearchNs(doc, tree, prefix);
6104 def = xmlSearchNs(doc, tree, prefix);
6682 ns = xmlSearchNs(node->doc, node, prefix);