Searched refs:xmlSchematronRule (Results 1 – 2 of 2) sorted by relevance
99 typedef struct _xmlSchematronRule xmlSchematronRule; typedef100 typedef xmlSchematronRule *xmlSchematronRulePtr;412 ret = (xmlSchematronRulePtr) xmlMalloc(sizeof(xmlSchematronRule)); in xmlSchematronAddRule()417 memset(ret, 0, sizeof(xmlSchematronRule)); in xmlSchematronAddRule()