Home
last modified time | relevance | path

Searched defs:_xmlSchematronRule (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dschematron.c101 struct _xmlSchematronRule { struct
102 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 */