Searched defs:_xmlSchematronRule (Results 1 – 1 of 1) sorted by relevance
101 struct _xmlSchematronRule { struct102 xmlSchematronRulePtr next; /* the next rule in the list */103 xmlSchematronRulePtr patnext;/* the next rule in the pattern list */104 xmlNodePtr node; /* the node in the tree */105 xmlChar *context; /* the context evaluation rule */106 xmlSchematronTestPtr tests; /* the list of tests */107 xmlPatternPtr pattern; /* the compiled pattern associated */108 xmlChar *report; /* the message to report */