Searched refs:wxschematron (Results 1 – 1 of 1) sorted by relevance
157 static xmlSchematronPtr wxschematron = NULL; variable2831 if (wxschematron != NULL) { in parseAndPrintFile()2846 ctxt = xmlSchematronNewValidCtxt(wxschematron, flag); in parseAndPrintFile()3577 wxschematron = xmlSchematronParse(ctxt); in main()3578 if (wxschematron == NULL) { in main()3790 if (wxschematron != NULL) in main()3791 xmlSchematronFree(wxschematron); in main()