Home
last modified time | relevance | path

Searched refs:negNsSet (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
Dxmlschemas.c3841 if (wildcard->negNsSet != NULL) in xmlSchemaFreeWildcard()
3842 xmlFree(wildcard->negNsSet); in xmlSchemaFreeWildcard()
6801 wildc->negNsSet = xmlSchemaNewWildcardNsConstraint(ctxt); in xmlSchemaParseWildcardNs()
6802 if (wildc->negNsSet == NULL) { in xmlSchemaParseWildcardNs()
6805 wildc->negNsSet->value = ctxt->targetNamespace; in xmlSchemaParseWildcardNs()
12833 } else if (wild->negNsSet != NULL) { in xmlSchemaBuildAContentModel()
12835 start, end, BAD_CAST "*", wild->negNsSet->value, in xmlSchemaBuildAContentModel()
12868 } else if (wild->negNsSet != NULL) { in xmlSchemaBuildAContentModel()
12870 start, hop, BAD_CAST "*", wild->negNsSet->value, in xmlSchemaBuildAContentModel()
13542 if (dest->negNsSet != NULL) in xmlSchemaCloneWildcardNsConstraints()
[all …]
/external/libxml2/include/libxml/
DschemasInternals.h317 xmlSchemaWildcardNsPtr negNsSet; /* The negated namespace */ member
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle427 d negNsSet like(xmlSchemaWildcardNsPtr) Negated namespace