Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dschematron.h37 typedef struct _xmlSchematron xmlSchematron; typedef
38 typedef xmlSchematron *xmlSchematronPtr;
/external/libxml2/
Dschematron.c544 ret = (xmlSchematronPtr) xmlMalloc(sizeof(xmlSchematron)); in xmlSchematronNewSchematron()
549 memset(ret, 0, sizeof(xmlSchematron)); in xmlSchematronNewSchematron()