Searched defs:xmlSchematronRule (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dschematron.c99 typedef struct _xmlSchematronRule xmlSchematronRule; typedef in typeref:struct:_xmlSchematronRule
100 typedef xmlSchematronRule *xmlSchematronRulePtr;
407 ret = (xmlSchematronRulePtr) xmlMalloc(sizeof(xmlSchematronRule));
412 memset(ret, 0, sizeof(xmlSchematronRule));

Completed in 37 milliseconds