Searched refs:xctxt (Results 1 – 2 of 2) sorted by relevance
193 xmlXPathContextPtr xctxt; member222 xmlXPathContextPtr xctxt; /* the XPath context used for compilation */ member351 comp = xmlXPathCtxtCompile(ctxt->xctxt, test); in xmlSchematronAddTest()639 ret->xctxt = xmlXPathNewContext(NULL); in xmlSchematronNewParserCtxt()640 if (ret->xctxt == NULL) { in xmlSchematronNewParserCtxt()646 ret->xctxt->flags = XML_XPATH_CHECKNS; in xmlSchematronNewParserCtxt()680 ret->xctxt = xmlXPathNewContext(NULL); in xmlSchematronNewMemParserCtxt()681 if (ret->xctxt == NULL) { in xmlSchematronNewMemParserCtxt()720 ret->xctxt = xmlXPathNewContext(doc); in xmlSchematronNewDocParserCtxt()721 if (ret->xctxt == NULL) { in xmlSchematronNewDocParserCtxt()[all …]
164 xmlXPathContextPtr xctxt; member193 xmlXPathContextPtr xctxt; /* the XPath context used for compilation */ member322 comp = xmlXPathCtxtCompile(ctxt->xctxt, test); in xmlSchematronAddTest()610 ret->xctxt = xmlXPathNewContext(NULL); in xmlSchematronNewParserCtxt()611 if (ret->xctxt == NULL) { in xmlSchematronNewParserCtxt()617 ret->xctxt->flags = XML_XPATH_CHECKNS; in xmlSchematronNewParserCtxt()651 ret->xctxt = xmlXPathNewContext(NULL); in xmlSchematronNewMemParserCtxt()652 if (ret->xctxt == NULL) { in xmlSchematronNewMemParserCtxt()691 ret->xctxt = xmlXPathNewContext(doc); in xmlSchematronNewDocParserCtxt()692 if (ret->xctxt == NULL) { in xmlSchematronNewDocParserCtxt()[all …]