Searched refs:docElem (Results 1 – 1 of 1) sorted by relevance
10622 xmlNodePtr docElem = NULL; in xmlSchemaAddSchemaDoc() local10625 docElem = xmlDocGetRootElement(doc); in xmlSchemaAddSchemaDoc()10626 if (docElem == NULL) { in xmlSchemaAddSchemaDoc()10636 xmlSchemaCleanupDoc(pctxt, docElem); in xmlSchemaAddSchemaDoc()10640 if (!IS_SCHEMA(docElem, "schema")) { in xmlSchemaAddSchemaDoc()10651 targetNamespace = xmlSchemaGetProp(pctxt, docElem, in xmlSchemaAddSchemaDoc()