Searched refs:wxschematron (Results 1 – 1 of 1) sorted by relevance
157 static xmlSchematronPtr wxschematron = NULL; variable2824 if (wxschematron != NULL) { in parseAndPrintFile()2839 ctxt = xmlSchematronNewValidCtxt(wxschematron, flag); in parseAndPrintFile()3569 wxschematron = xmlSchematronParse(ctxt); in main()3570 if (wxschematron == NULL) { in main()3782 if (wxschematron != NULL) in main()3783 xmlSchematronFree(wxschematron); in main()