Searched refs:xmlSchemaGetType (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 4817 xmlSchemaGetType(xmlSchemaPtr schema, const xmlChar * name, in xmlSchemaGetType() function 13258 type = xmlSchemaGetType(ctxt->schema, elemDecl->namedType, in xmlSchemaResolveElementReferences() 13348 memberType = xmlSchemaGetType(ctxt->schema, name, nsName); in xmlSchemaResolveUnionMemberTypes() 15071 typeDef->baseType = xmlSchemaGetType(ctxt->schema, in xmlSchemaResolveTypeReferences() 15095 typeDef->subtypes = xmlSchemaGetType(ctxt->schema, in xmlSchemaResolveTypeReferences() 20371 type = xmlSchemaGetType(ctxt->schema, item->typeName, in xmlSchemaResolveAttrTypeReferences() 24954 *localType = xmlSchemaGetType(vctxt->schema, local, nsName); in xmlSchemaProcessXSIType()
|