Searched refs:negNsSet (Results 1 – 2 of 2) sorted by relevance
3792 if (wildcard->negNsSet != NULL) in xmlSchemaFreeWildcard()3793 xmlFree(wildcard->negNsSet); in xmlSchemaFreeWildcard()6740 wildc->negNsSet = xmlSchemaNewWildcardNsConstraint(ctxt); in xmlSchemaParseWildcardNs()6741 if (wildc->negNsSet == NULL) { in xmlSchemaParseWildcardNs()6744 wildc->negNsSet->value = ctxt->targetNamespace; in xmlSchemaParseWildcardNs()12773 } else if (wild->negNsSet != NULL) { in xmlSchemaBuildAContentModel()12775 start, end, BAD_CAST "*", wild->negNsSet->value, in xmlSchemaBuildAContentModel()12808 } else if (wild->negNsSet != NULL) { in xmlSchemaBuildAContentModel()12810 start, hop, BAD_CAST "*", wild->negNsSet->value, in xmlSchemaBuildAContentModel()13473 if (dest->negNsSet != NULL) in xmlSchemaCloneWildcardNsConstraints()[all …]
317 xmlSchemaWildcardNsPtr negNsSet; /* The negated namespace */ member