Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/libxml/
H A DschemasInternals.h373 xmlSchemaWildcardPtr attributeWildcard; member
625 xmlSchemaWildcardPtr attributeWildcard; member
/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlschemas.c11826 type->attributeWildcard = in xmlSchemaParseRestriction()
11971 ctxt->ctxtType->attributeWildcard = in xmlSchemaParseExtension()
14657 baseType->attributeWildcard) == -1) in xmlSchemaFixupTypeAttributeUses()
14664 type->attributeWildcard = baseType->attributeWildcard; in xmlSchemaFixupTypeAttributeUses()
16358 if (base->attributeWildcard != NULL) { in xmlSchemaCheckCOSCTExtends()
16371 base->attributeWildcard, type->attributeWildcard)) in xmlSchemaCheckCOSCTExtends()
16556 type->attributeWildcard, in xmlSchemaCheckDerivationOKRestriction()
16557 base->attributeWildcard) == -1) in xmlSchemaCheckDerivationOKRestriction()
19347 if (gr->attributeWildcard != NULL) { in xmlSchemaExpandAttributeGroupRefs()
19376 gr->attributeWildcard) == -1) in xmlSchemaExpandAttributeGroupRefs()
[all …]
H A Dxmlschemastypes.c460 xmlSchemaTypeAnyTypeDef->attributeWildcard = wild; in xmlSchemaInitTypes()
643 xmlSchemaFreeWildcard(xmlSchemaTypeAnyTypeDef->attributeWildcard); in xmlSchemaCleanupTypes()