Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c6767 xmlSchemaWildcardPtr wildc, in xmlSchemaParseWildcardNs() argument
6779 wildc->processContents = XML_SCHEMAS_ANY_STRICT; in xmlSchemaParseWildcardNs()
6781 wildc->processContents = XML_SCHEMAS_ANY_SKIP; in xmlSchemaParseWildcardNs()
6783 wildc->processContents = XML_SCHEMAS_ANY_LAX; in xmlSchemaParseWildcardNs()
6790 wildc->processContents = XML_SCHEMAS_ANY_STRICT; in xmlSchemaParseWildcardNs()
6799 wildc->any = 1; in xmlSchemaParseWildcardNs()
6801 wildc->negNsSet = xmlSchemaNewWildcardNsConstraint(ctxt); in xmlSchemaParseWildcardNs()
6802 if (wildc->negNsSet == NULL) { in xmlSchemaParseWildcardNs()
6805 wildc->negNsSet->value = ctxt->targetNamespace; in xmlSchemaParseWildcardNs()
6845 tmp = wildc->nsSet; in xmlSchemaParseWildcardNs()
[all …]