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

/vbox/src/libs/libxml2-2.6.31/
H A 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 */
302 xmlSchematronRulePtr rule,
383 static xmlSchematronRulePtr
388 xmlSchematronRulePtr ret;
407 ret = (xmlSchematronRulePtr) xmlMalloc(sizeof(xmlSchematronRule));
421 xmlSchematronRulePtr pre
[all...]

Completed in 63 milliseconds