Lines Matching refs:processContents
1750 ((xmlSchemaWildcardPtr) item)->processContents)); in xmlSchemaFormatItemForReport()
6824 wildc->processContents = XML_SCHEMAS_ANY_STRICT; in xmlSchemaParseWildcardNs()
6826 wildc->processContents = XML_SCHEMAS_ANY_SKIP; in xmlSchemaParseWildcardNs()
6828 wildc->processContents = XML_SCHEMAS_ANY_LAX; in xmlSchemaParseWildcardNs()
6835 wildc->processContents = XML_SCHEMAS_ANY_STRICT; in xmlSchemaParseWildcardNs()
14457 (wild->processContents < baseWild->processContents)) { in xmlSchemaCheckDerivationOKRestriction2to4()
17132 if ( ((xmlSchemaWildcardPtr) r->children)->processContents < in xmlSchemaCheckRCaseNSSubset()
17133 ((xmlSchemaWildcardPtr) b->children)->processContents) in xmlSchemaCheckRCaseNSSubset()
19364 tmpWild->processContents = (*completeWild)->processContents; in xmlSchemaExpandAttributeGroupRefs()
25588 if (type->attributeWildcard->processContents == in xmlSchemaVAttributesComplex()
25654 } else if (type->attributeWildcard->processContents == in xmlSchemaVAttributesComplex()
26040 if (wild->processContents == XML_SCHEMAS_ANY_SKIP) { in xmlSchemaValidateElemWildcard()
26058 if (wild->processContents == XML_SCHEMAS_ANY_STRICT) { in xmlSchemaValidateElemWildcard()