Searched refs:xmlSchematron (Results 1 – 2 of 2) sorted by relevance
37 typedef struct _xmlSchematron xmlSchematron; typedef38 typedef xmlSchematron *xmlSchematronPtr;
544 ret = (xmlSchematronPtr) xmlMalloc(sizeof(xmlSchematron)); in xmlSchematronNewSchematron()549 memset(ret, 0, sizeof(xmlSchematron)); in xmlSchematronNewSchematron()