Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c10622 xmlNodePtr docElem = NULL; in xmlSchemaAddSchemaDoc() local
10625 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()