Lines Matching refs:vctxt
1749 xmlSchematronValidCtxtPtr vctxt;1768 vctxt = xmlSchematronNewValidCtxt(schema);1769 if (vctxt == NULL) {1772 ret = xmlSchematronValidateDoc(vctxt, instance);1773 xmlSchematronFreeValidCtxt(vctxt);