Home | History | Annotate | Download | only in libxml2

Lines Matching full:xpath

32 #include <libxml/xpath.h>
191 xmlXPathContextPtr xctxt; /* the XPath context used for compilation */
610 xmlSchematronPErrMemory(NULL, "allocating schema parser XPath context",
651 xmlSchematronPErrMemory(NULL, "allocating schema parser XPath context",
691 xmlSchematronPErrMemory(NULL, "allocating schema parser XPath context",
1242 xmlNodePtr cur, const xmlChar *xpath) {
1246 if ((ctxt == NULL) || (cur == NULL) || (xpath == NULL))
1251 ret = xmlXPathEval(xpath, ctxt->xctxt);
1520 xmlSchematronPErrMemory(NULL, "allocating schema parser XPath context",
1713 * TODO convert the pattern rule to a direct XPath and