Searched defs:xctxt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dschematron.c164 xmlXPathContextPtr xctxt; member in struct:_xmlSchematronValidCtxt
185 xmlXPathContextPtr xctxt; /* the XPath context used for compilation */ member in struct:_xmlSchematronParserCtxt
315 comp = xmlXPathCtxtCompile(ctxt->xctxt, test);
603 ret->xctxt = xmlXPathNewContext(NULL);
604 if (ret->xctxt == NULL) {
610 ret->xctxt->flags = XML_XPATH_CHECKNS;
644 ret->xctxt = xmlXPathNewContext(NULL);
645 if (ret->xctxt == NULL) {
684 ret->xctxt = xmlXPathNewContext(doc);
685 if (ret->xctxt
[all...]

Completed in 64 milliseconds