Home | History | Annotate | Download | only in libxml2

Lines Matching refs:relaxngschemas

2353     xmlRelaxNGPtr relaxngschemas;
2363 relaxngschemas = xmlRelaxNGParse(ctxt);
2365 if (relaxngschemas == NULL) {
2370 vctxt = xmlRelaxNGNewValidCtxt(relaxngschemas);
2385 if (relaxngschemas != NULL)
2386 xmlRelaxNGFree(relaxngschemas);