Searched refs:wxschematron (Results 1 – 1 of 1) sorted by relevance
141 static xmlSchematronPtr wxschematron = NULL; variable2827 if (wxschematron != NULL) { in parseAndPrintFile()2842 ctxt = xmlSchematronNewValidCtxt(wxschematron, flag); in parseAndPrintFile()3573 wxschematron = xmlSchematronParse(ctxt); in main()3574 if (wxschematron == NULL) { in main()3777 if (wxschematron != NULL) in main()3778 xmlSchematronFree(wxschematron); in main()