Home | History | Annotate | Download | only in libxml2

Lines Matching refs:starts

141     XML_RELAXNG_START           /* Used to keep track of starts on grammars */
5737 xmlRelaxNGDefinePtr starts;
5743 starts = grammar->start;
5744 if ((starts == NULL) || (starts->next == NULL))
5746 cur = starts;
5800 cur = xmlRelaxNGNewDefine(ctxt, starts->node);
6482 * Apply 4.17 mergingd rules to defines and starts