Searched defs:_xmlSchematronRule (Results 1 – 1 of 1) sorted by relevance
107 struct _xmlSchematronRule { struct108 xmlSchematronRulePtr next; /* the next rule in the list */109 xmlSchematronRulePtr patnext;/* the next rule in the pattern list */110 xmlNodePtr node; /* the node in the tree */111 xmlChar *context; /* the context evaluation rule */112 xmlSchematronTestPtr tests; /* the list of tests */113 xmlPatternPtr pattern; /* the compiled pattern associated */114 xmlChar *report; /* the message to report */115 xmlSchematronLetPtr lets; /* the list of let variables */