HomeSort by relevance Sort by last modified time
    Searched refs:xmlSchematron (Results 1 - 2 of 2) sorted by null

  /external/libxml2/include/libxml/
schematron.h 37 typedef struct _xmlSchematron xmlSchematron;
38 typedef xmlSchematron *xmlSchematronPtr;
  /external/libxml2/
schematron.c 544 ret = (xmlSchematronPtr) xmlMalloc(sizeof(xmlSchematron));
549 memset(ret, 0, sizeof(xmlSchematron));
    [all...]

Completed in 33 milliseconds