Home
last modified time | relevance | path

Searched refs:topgrammar (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Drelaxng.c178 xmlRelaxNGGrammarPtr topgrammar; member
808 if (schema->topgrammar != NULL) in xmlRelaxNGFree()
809 xmlRelaxNGFreeGrammar(schema->topgrammar); in xmlRelaxNGFree()
4684 (docu->schema->topgrammar != NULL)) { in xmlRelaxNGProcessExternalRef()
4685 docu->content = docu->schema->topgrammar->start; in xmlRelaxNGProcessExternalRef()
6532 schema->topgrammar = xmlRelaxNGParseGrammar(ctxt, node->children); in xmlRelaxNGParseDocument()
6536 schema->topgrammar = ret = xmlRelaxNGNewGrammar(ctxt); in xmlRelaxNGParseDocument()
6537 if (schema->topgrammar == NULL) { in xmlRelaxNGParseDocument()
6561 if (schema->topgrammar->start != NULL) { in xmlRelaxNGParseDocument()
6562 xmlRelaxNGCheckCycles(ctxt, schema->topgrammar->start, 0); in xmlRelaxNGParseDocument()
[all …]