Searched refs:schemaDoc (Results 1 – 2 of 2) sorted by relevance
35 schemaDoc = None39 schemaDoc = libxml2.parseFile(schemaFile)40 if (schemaDoc is None):44 xpmainCtx = schemaDoc.xpathNewContext()80 newElem = schemaDoc.newDocNode(schemaNs, "import", None)86 schemaDoc.saveFile(schemaFile)89 schemaDoc.freeDoc()
10300 xmlDocPtr schemaDoc, in xmlSchemaAddSchemaDoc() argument10532 if (schemaDoc != NULL) { in xmlSchemaAddSchemaDoc()10533 doc = schemaDoc; in xmlSchemaAddSchemaDoc()10537 if (schemaDoc->URL != NULL) in xmlSchemaAddSchemaDoc()10539 schemaDoc->URL, -1); in xmlSchemaAddSchemaDoc()