Searched refs:topgrammar (Results 1 – 1 of 1) sorted by relevance
180 xmlRelaxNGGrammarPtr topgrammar; member811 if (schema->topgrammar != NULL) in xmlRelaxNGFree()812 xmlRelaxNGFreeGrammar(schema->topgrammar); in xmlRelaxNGFree()4782 (docu->schema->topgrammar != NULL)) { in xmlRelaxNGProcessExternalRef()4783 docu->content = docu->schema->topgrammar->start; in xmlRelaxNGProcessExternalRef()4784 if (docu->schema->topgrammar->refs) in xmlRelaxNGProcessExternalRef()4785 xmlRelaxNGParseImportRefs(ctxt, docu->schema->topgrammar); in xmlRelaxNGProcessExternalRef()6654 schema->topgrammar = xmlRelaxNGParseGrammar(ctxt, node->children); in xmlRelaxNGParseDocument()6655 if (schema->topgrammar == NULL) { in xmlRelaxNGParseDocument()6662 schema->topgrammar = ret = xmlRelaxNGNewGrammar(ctxt); in xmlRelaxNGParseDocument()[all …]