Searched refs:xmlGetID (Results 1 – 5 of 5) sorted by relevance
275 xmlGetID (xmlDocPtr doc,
2874 xmlGetID(xmlDocPtr doc, const xmlChar *ID) { in xmlGetID() function6549 id = xmlGetID(ctxt->doc, str); in xmlValidateRef()6563 id = xmlGetID(ctxt->doc, name); in xmlValidateRef()6585 id = xmlGetID(ctxt->doc, str); in xmlValidateRef()
8592 attr = xmlGetID(doc, ID); in xmlXPathGetElementsByIds()
680 id = xmlGetID(node->doc, step->value); in xsltTestStepMatch()
6924 ID = xmlGetID(doc, (const xmlChar *) &(URI->fragment[1])); in xsltLoadStylesheetPI()6926 ID = xmlGetID(doc, (const xmlChar *) URI->fragment); in xsltLoadStylesheetPI()