Searched defs:_xmlSchematronTest (Results 1 – 1 of 1) sorted by relevance
100 struct _xmlSchematronTest { struct101 xmlSchematronTestPtr next; /* the next test in the list */102 xmlSchematronTestType type; /* the test type */103 xmlNodePtr node; /* the node in the tree */104 xmlChar *test; /* the expression to test */105 xmlXPathCompExprPtr comp; /* the compiled expression */106 xmlChar *report; /* the message to report */