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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c4752 * xmlSchemaGetType:
4762 xmlSchemaGetType(xmlSchemaPtr schema, const xmlChar * name, function
13123 type = xmlSchemaGetType(ctxt->schema, elemDecl->namedType,
13213 memberType = xmlSchemaGetType(ctxt->schema, name, nsName);
14934 typeDef->baseType = xmlSchemaGetType(ctxt->schema,
14958 typeDef->subtypes = xmlSchemaGetType(ctxt->schema,
20230 type = xmlSchemaGetType(ctxt->schema, item->typeName,
24808 *localType = xmlSchemaGetType(vctxt->schema, local, nsName);

Completed in 141 milliseconds