Searched refs:negNsSet (Results 1 – 3 of 3) sorted by relevance
3880 if (wildcard->negNsSet != NULL) in xmlSchemaFreeWildcard()3881 xmlFree(wildcard->negNsSet); in xmlSchemaFreeWildcard()6846 wildc->negNsSet = xmlSchemaNewWildcardNsConstraint(ctxt); in xmlSchemaParseWildcardNs()6847 if (wildc->negNsSet == NULL) { in xmlSchemaParseWildcardNs()6850 wildc->negNsSet->value = ctxt->targetNamespace; in xmlSchemaParseWildcardNs()12878 } else if (wild->negNsSet != NULL) { in xmlSchemaBuildAContentModel()12880 start, end, BAD_CAST "*", wild->negNsSet->value, in xmlSchemaBuildAContentModel()12913 } else if (wild->negNsSet != NULL) { in xmlSchemaBuildAContentModel()12915 start, hop, BAD_CAST "*", wild->negNsSet->value, in xmlSchemaBuildAContentModel()13587 if (dest->negNsSet != NULL) in xmlSchemaCloneWildcardNsConstraints()[all …]
317 xmlSchemaWildcardNsPtr negNsSet; /* The negated namespace */ member
427 d negNsSet like(xmlSchemaWildcardNsPtr) Negated namespace