Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/
H A Dschematron.c107 struct _xmlSchematronRule { struct
108 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 */