Lines Matching refs:processContents
1692 ((xmlSchemaWildcardPtr) item)->processContents)); in xmlSchemaFormatItemForReport()
6718 wildc->processContents = XML_SCHEMAS_ANY_STRICT; in xmlSchemaParseWildcardNs()
6720 wildc->processContents = XML_SCHEMAS_ANY_SKIP; in xmlSchemaParseWildcardNs()
6722 wildc->processContents = XML_SCHEMAS_ANY_LAX; in xmlSchemaParseWildcardNs()
6729 wildc->processContents = XML_SCHEMAS_ANY_STRICT; in xmlSchemaParseWildcardNs()
14343 (wild->processContents < baseWild->processContents)) { in xmlSchemaCheckDerivationOKRestriction2to4()
16978 if ( ((xmlSchemaWildcardPtr) r->children)->processContents < in xmlSchemaCheckRCaseNSSubset()
16979 ((xmlSchemaWildcardPtr) b->children)->processContents) in xmlSchemaCheckRCaseNSSubset()
19210 tmpWild->processContents = (*completeWild)->processContents; in xmlSchemaExpandAttributeGroupRefs()
25334 if (type->attributeWildcard->processContents == in xmlSchemaVAttributesComplex()
25400 } else if (type->attributeWildcard->processContents == in xmlSchemaVAttributesComplex()
25786 if (wild->processContents == XML_SCHEMAS_ANY_SKIP) { in xmlSchemaValidateElemWildcard()
25804 if (wild->processContents == XML_SCHEMAS_ANY_STRICT) { in xmlSchemaValidateElemWildcard()