Home | History | Annotate | Download | only in libxml2

Lines Matching full:wxschemas

153 static xmlSchemaPtr wxschemas = NULL;
1662 if (wxschemas != NULL) {
1666 vctxt = xmlSchemaNewValidCtxt(wxschemas);
2871 } else if (wxschemas != NULL) {
2879 ctxt = xmlSchemaNewValidCtxt(wxschemas);
3593 wxschemas = xmlSchemaParse(ctxt);
3594 if (wxschemas == NULL) {
3754 if (wxschemas != NULL)
3755 xmlSchemaFree(wxschemas);