Home | History | Annotate | Download | only in libxml2

Lines Matching refs:relaxngschemas

151 static xmlRelaxNGPtr relaxngschemas = NULL;
2871 if (relaxngschemas != NULL) {
2879 ctxt = xmlRelaxNGNewValidCtxt(relaxngschemas);
3609 relaxngschemas = xmlRelaxNGParse(ctxt);
3610 if (relaxngschemas == NULL) {
3794 if (relaxngschemas != NULL)
3795 xmlRelaxNGFree(relaxngschemas);