Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c6727 xmlSchemaWildcardPtr wildc, in xmlSchemaParseWildcardNs() argument
6739 wildc->processContents = XML_SCHEMAS_ANY_STRICT; in xmlSchemaParseWildcardNs()
6741 wildc->processContents = XML_SCHEMAS_ANY_SKIP; in xmlSchemaParseWildcardNs()
6743 wildc->processContents = XML_SCHEMAS_ANY_LAX; in xmlSchemaParseWildcardNs()
6750 wildc->processContents = XML_SCHEMAS_ANY_STRICT; in xmlSchemaParseWildcardNs()
6759 wildc->any = 1; in xmlSchemaParseWildcardNs()
6761 wildc->negNsSet = xmlSchemaNewWildcardNsConstraint(ctxt); in xmlSchemaParseWildcardNs()
6762 if (wildc->negNsSet == NULL) { in xmlSchemaParseWildcardNs()
6765 wildc->negNsSet->value = ctxt->targetNamespace; in xmlSchemaParseWildcardNs()
6805 tmp = wildc->nsSet; in xmlSchemaParseWildcardNs()
[all …]