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/os400/libxmlrpg/ |
D | schemasInternals.rpgle | 767 d baseNs * const xmlChar *
|
/external/libxml2/ |
D | xmlschemas.c | 4546 if (type->baseNs != NULL) in xmlSchemaTypeDump() 4547 fprintf(output, " ns '%s'\n", type->baseNs); in xmlSchemaTypeDump() 9156 node, "itemType", &(type->baseNs), &(type->base)); in xmlSchemaParseList() 11610 &(type->baseNs), &(type->base)) == 0) in xmlSchemaParseRestriction() 11624 (! xmlStrEqual(type->baseNs, type->targetNamespace))) in xmlSchemaParseRestriction() 11638 xmlSchemaFormatQName(&str1, type->baseNs, type->base), in xmlSchemaParseRestriction() 11645 type->baseNs = NULL; in xmlSchemaParseRestriction() 11904 "base", &(type->baseNs), &(type->base)) == 0) && in xmlSchemaParseExtension() 15157 typeDef->base, typeDef->baseNs); in xmlSchemaResolveTypeReferences() 15162 "base", typeDef->base, typeDef->baseNs, in xmlSchemaResolveTypeReferences() [all …]
|