Searched refs:xmlSchematronRulePtr (Results 1 – 1 of 1) sorted by relevance
100 typedef xmlSchematronRule *xmlSchematronRulePtr; typedef102 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 xmlSchematronRulePtr395 xmlSchematronRulePtr ret; in xmlSchematronAddRule()414 ret = (xmlSchematronRulePtr) xmlMalloc(sizeof(xmlSchematronRule)); in xmlSchematronAddRule()428 xmlSchematronRulePtr prev = schema->rules; in xmlSchematronAddRule()[all …]