Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c3880 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 …]
/external/libxml2/include/libxml/
DschemasInternals.h317 xmlSchemaWildcardNsPtr negNsSet; /* The negated namespace */ member
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle427 d negNsSet like(xmlSchemaWildcardNsPtr) Negated namespace