Home
last modified time | relevance | path

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

/external/libxml2/
Dschematron.c100 struct _xmlSchematronTest { struct
101 xmlSchematronTestPtr next; /* the next test in the list */
102 xmlSchematronTestType type; /* the test type */
103 xmlNodePtr node; /* the node in the tree */
104 xmlChar *test; /* the expression to test */
105 xmlXPathCompExprPtr comp; /* the compiled expression */
106 xmlChar *report; /* the message to report */