Home
last modified time | relevance | path

Searched refs:xmlSchematronRule (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dschematron.c99 typedef struct _xmlSchematronRule xmlSchematronRule; typedef
100 typedef xmlSchematronRule *xmlSchematronRulePtr;
414 ret = (xmlSchematronRulePtr) xmlMalloc(sizeof(xmlSchematronRule)); in xmlSchematronAddRule()
419 memset(ret, 0, sizeof(xmlSchematronRule)); in xmlSchematronAddRule()