Searched refs:patnext (Results 1 – 1 of 1) sorted by relevance
116 xmlSchematronRulePtr patnext;/* the next rule in the pattern list */ member470 ret->patnext = NULL; in xmlSchematronAddRule()476 while (prev->patnext != NULL) in xmlSchematronAddRule()477 prev = prev->patnext; in xmlSchematronAddRule()478 prev->patnext = ret; in xmlSchematronAddRule()2005 rule = rule->patnext; in xmlSchematronValidateDoc()