Searched refs:attributeWildcard (Results 1 – 3 of 3) sorted by relevance
/external/libxml2/include/libxml/ |
D | schemasInternals.h | 373 xmlSchemaWildcardPtr attributeWildcard; member 625 xmlSchemaWildcardPtr attributeWildcard; member
|
/external/libxml2/ |
D | xmlschemas.c | 7830 ret->attributeWildcard = xmlSchemaParseAnyAttribute(pctxt, in xmlSchemaParseAttributeGroupDefinition() 11715 type->attributeWildcard = in xmlSchemaParseRestriction() 11860 ctxt->ctxtType->attributeWildcard = in xmlSchemaParseExtension() 12330 type->attributeWildcard = xmlSchemaParseAnyAttribute(ctxt, schema, child); in xmlSchemaParseComplexType() 14414 WXS_BASIC_CAST type, &(type->attributeWildcard), uses, in xmlSchemaFixupTypeAttributeUses() 14424 WXS_BASIC_CAST type, &(type->attributeWildcard), uses, in xmlSchemaFixupTypeAttributeUses() 14520 if (baseType->attributeWildcard != NULL) { in xmlSchemaFixupTypeAttributeUses() 14525 if (type->attributeWildcard != NULL) { in xmlSchemaFixupTypeAttributeUses() 14536 if (xmlSchemaUnionWildcards(pctxt, type->attributeWildcard, in xmlSchemaFixupTypeAttributeUses() 14537 baseType->attributeWildcard) == -1) in xmlSchemaFixupTypeAttributeUses() [all …]
|
D | xmlschemastypes.c | 455 xmlSchemaTypeAnyTypeDef->attributeWildcard = wild; in xmlSchemaInitTypes() 628 xmlSchemaFreeWildcard(xmlSchemaTypeAnyTypeDef->attributeWildcard); in xmlSchemaCleanupTypes()
|