Searched refs:xmlSchemaGetType (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 4796 xmlSchemaGetType(xmlSchemaPtr schema, const xmlChar * name, in xmlSchemaGetType() function 13232 type = xmlSchemaGetType(ctxt->schema, elemDecl->namedType, in xmlSchemaResolveElementReferences() 13322 memberType = xmlSchemaGetType(ctxt->schema, name, nsName); in xmlSchemaResolveUnionMemberTypes() 15045 typeDef->baseType = xmlSchemaGetType(ctxt->schema, in xmlSchemaResolveTypeReferences() 15069 typeDef->subtypes = xmlSchemaGetType(ctxt->schema, in xmlSchemaResolveTypeReferences() 20345 type = xmlSchemaGetType(ctxt->schema, item->typeName, in xmlSchemaResolveAttrTypeReferences() 24925 *localType = xmlSchemaGetType(vctxt->schema, local, nsName); in xmlSchemaProcessXSIType()
|