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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c10559 xmlNodePtr docElem = NULL; local
10562 docElem = xmlDocGetRootElement(doc);
10563 if (docElem == NULL) {
10573 xmlSchemaCleanupDoc(pctxt, docElem);
10577 if (!IS_SCHEMA(docElem, "schema")) {
10588 targetNamespace = xmlSchemaGetProp(pctxt, docElem,

Completed in 70 milliseconds