Home | History | Annotate | Download | only in libxml2

Lines Matching refs:relaxngschemas

2359     xmlRelaxNGPtr relaxngschemas;
2369 relaxngschemas = xmlRelaxNGParse(ctxt);
2371 if (relaxngschemas == NULL) {
2376 vctxt = xmlRelaxNGNewValidCtxt(relaxngschemas);
2391 if (relaxngschemas != NULL)
2392 xmlRelaxNGFree(relaxngschemas);