Searched refs:wxschematron (Results 1 – 1 of 1) sorted by relevance
155 static xmlSchematronPtr wxschematron = NULL; variable2656 if (wxschematron != NULL) { in parseAndPrintFile()2671 ctxt = xmlSchematronNewValidCtxt(wxschematron, flag); in parseAndPrintFile()3345 wxschematron = xmlSchematronParse(ctxt); in main()3346 if (wxschematron == NULL) { in main()3546 if (wxschematron != NULL) in main()3547 xmlSchematronFree(wxschematron); in main()