Lines Matching defs:vctxt
1747 xmlSchematronValidCtxtPtr vctxt;1766 vctxt = xmlSchematronNewValidCtxt(schema);1767 if (vctxt == NULL) {1770 ret = xmlSchematronValidateDoc(vctxt, instance);1771 xmlSchematronFreeValidCtxt(vctxt);