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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c4752 * xmlSchemaGetType:
4762 xmlSchemaGetType(xmlSchemaPtr schema, const xmlChar * name, function
13189 type = xmlSchemaGetType(ctxt->schema, elemDecl->namedType,
13279 memberType = xmlSchemaGetType(ctxt->schema, name, nsName);
15002 typeDef->baseType = xmlSchemaGetType(ctxt->schema,
15026 typeDef->subtypes = xmlSchemaGetType(ctxt->schema,
20301 type = xmlSchemaGetType(ctxt->schema, item->typeName,
24881 *localType = xmlSchemaGetType(vctxt->schema, local, nsName);
/external/libxml2/
H A Dxmlschemas.c4771 * xmlSchemaGetType:
4781 xmlSchemaGetType(xmlSchemaPtr schema, const xmlChar * name, function
13217 type = xmlSchemaGetType(ctxt->schema, elemDecl->namedType,
13307 memberType = xmlSchemaGetType(ctxt->schema, name, nsName);
15030 typeDef->baseType = xmlSchemaGetType(ctxt->schema,
15054 typeDef->subtypes = xmlSchemaGetType(ctxt->schema,
20330 type = xmlSchemaGetType(ctxt->schema, item->typeName,
24910 *localType = xmlSchemaGetType(vctxt->schema, local, nsName);

Completed in 492 milliseconds