Searched refs:baseNs (Results 1 – 3 of 3) sorted by relevance
/external/libxml2/include/libxml/ |
D | schemasInternals.h | 619 const xmlChar *baseNs; /* Base type's target namespace */ member
|
/external/libxml2/ |
D | xmlschemas.c | 4491 if (type->baseNs != NULL) in xmlSchemaTypeDump() 4492 fprintf(output, " ns '%s'\n", type->baseNs); in xmlSchemaTypeDump() 9084 node, "itemType", &(type->baseNs), &(type->base)); in xmlSchemaParseList() 11539 &(type->baseNs), &(type->base)) == 0) in xmlSchemaParseRestriction() 11553 (! xmlStrEqual(type->baseNs, type->targetNamespace))) in xmlSchemaParseRestriction() 11567 xmlSchemaFormatQName(&str1, type->baseNs, type->base), in xmlSchemaParseRestriction() 11574 type->baseNs = NULL; in xmlSchemaParseRestriction() 11833 "base", &(type->baseNs), &(type->base)) == 0) && in xmlSchemaParseExtension() 15046 typeDef->base, typeDef->baseNs); in xmlSchemaResolveTypeReferences() 15051 "base", typeDef->base, typeDef->baseNs, in xmlSchemaResolveTypeReferences() [all …]
|
/external/libxml2/os400/libxmlrpg/ |
D | schemasInternals.rpgle | 767 d baseNs * const xmlChar *
|