Searched refs:baseNs (Results 1 – 5 of 5) sorted by relevance
/third_party/gettext/gnulib-local/lib/libxml/ |
D | schemasInternals.in.h | 647 const xmlChar *baseNs; /* Base type's target namespace */ member
|
D | xmlschemas.c | 4536 if (type->baseNs != NULL) in xmlSchemaTypeDump() 4537 fprintf(output, " ns '%s'\n", type->baseNs); in xmlSchemaTypeDump() 9140 node, "itemType", &(type->baseNs), &(type->base)); in xmlSchemaParseList() 11594 &(type->baseNs), &(type->base)) == 0) in xmlSchemaParseRestriction() 11608 (! xmlStrEqual(type->baseNs, type->targetNamespace))) in xmlSchemaParseRestriction() 11622 xmlSchemaFormatQName(&str1, type->baseNs, type->base), in xmlSchemaParseRestriction() 11629 type->baseNs = NULL; in xmlSchemaParseRestriction() 11888 "base", &(type->baseNs), &(type->base)) == 0) && in xmlSchemaParseExtension() 15101 typeDef->base, typeDef->baseNs); in xmlSchemaResolveTypeReferences() 15106 "base", typeDef->base, typeDef->baseNs, in xmlSchemaResolveTypeReferences() [all …]
|
/third_party/libxml2/include/libxml/ |
D | schemasInternals.h | 619 const xmlChar *baseNs; /* Base type's target namespace */ member
|
/third_party/libxml2/os400/libxmlrpg/ |
D | schemasInternals.rpgle | 767 d baseNs * const xmlChar *
|
/third_party/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 …]
|