Home
last modified time | relevance | path

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

/external/libxml2/
Dschematron.c83 typedef struct _xmlSchematronTest xmlSchematronTest; typedef
84 typedef xmlSchematronTest *xmlSchematronTestPtr;
331 ret = (xmlSchematronTestPtr) xmlMalloc(sizeof(xmlSchematronTest)); in xmlSchematronAddTest()
336 memset(ret, 0, sizeof(xmlSchematronTest)); in xmlSchematronAddTest()