Home
last modified time | relevance | path

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

/external/libxml2/
Dschematron.c85 struct _xmlSchematronTest { struct
86 xmlSchematronTestPtr next; /* the next test in the list */
87 xmlSchematronTestType type; /* the test type */
88 xmlNodePtr node; /* the node in the tree */
89 xmlChar *test; /* the expression to test */
90 xmlXPathCompExprPtr comp; /* the compiled expression */
91 xmlChar *report; /* the message to report */