Lines Matching refs:top
122 XML_RELAXNG_NOT_ALLOWED, /* not allowed top */
1442 * Pushes a new include on top of the include stack
1481 * Pops the top include from the include stack
1685 * Check that the top element is a grammar
1753 * Pushes a new error on top of the error stack
1823 * Pops the top error from the error stack
1856 * Pushes a new doc on top of the doc stack
1895 * Pops the top doc from the doc stack
2204 return (xmlCharStrdup("No top grammar defined\n"));
3945 * Compute the list of top elements a definition can generate
4005 * Just gather the element top list
7685 * @top: is this a top grammar
7690 xmlRelaxNGDumpGrammar(FILE * output, xmlRelaxNGGrammarPtr grammar, int top)
7696 if (top)
7747 fprintf(output, "RelaxNG has no top grammar\n");
8369 * @node: the top node.