Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/
H A Dschematron.c91 struct _xmlSchematronTest { struct
92 xmlSchematronTestPtr next; /* the next test in the list */
93 xmlSchematronTestType type; /* the test type */
94 xmlNodePtr node; /* the node in the tree */
95 xmlChar *test; /* the expression to test */
96 xmlXPathCompExprPtr comp; /* the compiled expression */
97 xmlChar *report; /* the message to report */