Home | History | Annotate | Download | only in libxml2

Lines Matching refs:pctxt

1748     xmlSchematronParserCtxtPtr pctxt;
1752 pctxt = xmlSchematronNewParserCtxt("tst.sct");
1753 if (pctxt == NULL) {
1756 schema = xmlSchematronParse(pctxt);
1760 xmlSchematronFreeParserCtxt(pctxt);