Lines Matching refs:xmlSchematronRulePtr
100 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()
438 xmlSchematronRulePtr prev = pat->rules; in xmlSchematronAddRule()
454 xmlSchematronFreeRules(xmlSchematronRulePtr rules) { in xmlSchematronFreeRules()
455 xmlSchematronRulePtr next; in xmlSchematronFreeRules()
858 xmlSchematronRulePtr ruleptr; in xmlSchematronParseRule()
1670 xmlSchematronRulePtr rule; in xmlSchematronValidateDoc()