Lines Matching refs:processContents
1705 ((xmlSchemaWildcardPtr) item)->processContents)); in xmlSchemaFormatItemForReport()
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()
14412 (wild->processContents < baseWild->processContents)) { in xmlSchemaCheckDerivationOKRestriction2to4()
17047 if ( ((xmlSchemaWildcardPtr) r->children)->processContents < in xmlSchemaCheckRCaseNSSubset()
17048 ((xmlSchemaWildcardPtr) b->children)->processContents) in xmlSchemaCheckRCaseNSSubset()
19279 tmpWild->processContents = (*completeWild)->processContents; in xmlSchemaExpandAttributeGroupRefs()
25406 if (type->attributeWildcard->processContents == in xmlSchemaVAttributesComplex()
25472 } else if (type->attributeWildcard->processContents == in xmlSchemaVAttributesComplex()
25858 if (wild->processContents == XML_SCHEMAS_ANY_SKIP) { in xmlSchemaValidateElemWildcard()
25876 if (wild->processContents == XML_SCHEMAS_ANY_STRICT) { in xmlSchemaValidateElemWildcard()