Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/libxml/
H A Dvalid.h275 xmlGetID (xmlDocPtr doc,
/reactos/sdk/lib/3rdparty/libxml2/
H A Dvalid.c2874 xmlGetID(xmlDocPtr doc, const xmlChar *ID) { in xmlGetID() function
6549 id = xmlGetID(ctxt->doc, str); in xmlValidateRef()
6563 id = xmlGetID(ctxt->doc, name); in xmlValidateRef()
6585 id = xmlGetID(ctxt->doc, str); in xmlValidateRef()
H A Dxpath.c8592 attr = xmlGetID(doc, ID); in xmlXPathGetElementsByIds()
/reactos/dll/3rdparty/libxslt/
H A Dpattern.c680 id = xmlGetID(node->doc, step->value); in xsltTestStepMatch()
H A Dxslt.c6924 ID = xmlGetID(doc, (const xmlChar *) &(URI->fragment[1])); in xsltLoadStylesheetPI()
6926 ID = xmlGetID(doc, (const xmlChar *) URI->fragment); in xsltLoadStylesheetPI()