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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c10588 xmlNodePtr docElem = NULL; local
10591 docElem = xmlDocGetRootElement(doc);
10592 if (docElem == NULL) {
10602 xmlSchemaCleanupDoc(pctxt, docElem);
10606 if (!IS_SCHEMA(docElem, "schema")) {
10617 targetNamespace = xmlSchemaGetProp(pctxt, docElem,
/external/libxml2/
H A Dxmlschemas.c10588 xmlNodePtr docElem = NULL; local
10591 docElem = xmlDocGetRootElement(doc);
10592 if (docElem == NULL) {
10602 xmlSchemaCleanupDoc(pctxt, docElem);
10606 if (!IS_SCHEMA(docElem, "schema")) {
10617 targetNamespace = xmlSchemaGetProp(pctxt, docElem,

Completed in 151 milliseconds