Searched refs:nsSet (Results 1 – 2 of 2) sorted by relevance
3790 if (wildcard->nsSet != NULL) in xmlSchemaFreeWildcard()3791 xmlSchemaFreeWildcardNsSet(wildcard->nsSet); in xmlSchemaFreeWildcard()6784 tmp = wildc->nsSet; in xmlSchemaParseWildcardNs()6798 if (wildc->nsSet == NULL) in xmlSchemaParseWildcardNs()6799 wildc->nsSet = tmp; in xmlSchemaParseWildcardNs()12728 } else if (wild->nsSet != NULL) { in xmlSchemaBuildAContentModel()12729 ns = wild->nsSet; in xmlSchemaBuildAContentModel()12762 } else if (wild->nsSet != NULL) { in xmlSchemaBuildAContentModel()12763 ns = wild->nsSet; in xmlSchemaBuildAContentModel()13391 cur = source->nsSet; in xmlSchemaCloneWildcardNsConstraints()[all …]
316 xmlSchemaWildcardNsPtr nsSet; /* The list of allowed namespaces */ member