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