Home
last modified time | relevance | path

Searched refs:xmlSchematronRulePtr (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dschematron.c100 typedef xmlSchematronRule *xmlSchematronRulePtr; typedef
102 xmlSchematronRulePtr next; /* the next rule in the list */
103 xmlSchematronRulePtr patnext;/* the next rule in the pattern list */
120 xmlSchematronRulePtr rules; /* the list of rules */
144 xmlSchematronRulePtr rules; /* the rules gathered */
309 xmlSchematronRulePtr rule, in xmlSchematronAddTest()
390 static xmlSchematronRulePtr
395 xmlSchematronRulePtr ret; in xmlSchematronAddRule()
414 ret = (xmlSchematronRulePtr) xmlMalloc(sizeof(xmlSchematronRule)); in xmlSchematronAddRule()
428 xmlSchematronRulePtr prev = schema->rules; in xmlSchematronAddRule()
[all …]