Searched refs:wxschematron (Results 1 – 1 of 1) sorted by relevance
141 static xmlSchematronPtr wxschematron = NULL; variable2813 if (wxschematron != NULL) { in parseAndPrintFile()2828 ctxt = xmlSchematronNewValidCtxt(wxschematron, flag); in parseAndPrintFile()3559 wxschematron = xmlSchematronParse(ctxt); in main()3560 if (wxschematron == NULL) { in main()3772 if (wxschematron != NULL) in main()3773 xmlSchematronFree(wxschematron); in main()