Searched defs:_xmlSchematronTest (Results 1 – 1 of 1) sorted by relevance
85 struct _xmlSchematronTest { struct86 xmlSchematronTestPtr next; /* the next test in the list */87 xmlSchematronTestType type; /* the test type */88 xmlNodePtr node; /* the node in the tree */89 xmlChar *test; /* the expression to test */90 xmlXPathCompExprPtr comp; /* the compiled expression */91 xmlChar *report; /* the message to report */