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

/external/libxml2/include/libxml/
H A DschemasInternals.h373 xmlSchemaWildcardPtr attributeWildcard; member in struct:_xmlSchemaAttributeGroup
625 xmlSchemaWildcardPtr attributeWildcard; member in struct:_xmlSchemaType
/external/libxml2/
H A Dxmlschemas.c7864 ret->attributeWildcard = xmlSchemaParseAnyAttribute(pctxt,
11749 type->attributeWildcard =
11894 ctxt->ctxtType->attributeWildcard =
12364 type->attributeWildcard = xmlSchemaParseAnyAttribute(ctxt, schema, child);
14457 WXS_BASIC_CAST type, &(type->attributeWildcard), uses,
14467 WXS_BASIC_CAST type, &(type->attributeWildcard), uses,
14563 if (baseType->attributeWildcard != NULL) {
14568 if (type->attributeWildcard != NULL) {
14579 if (xmlSchemaUnionWildcards(pctxt, type->attributeWildcard,
14580 baseType->attributeWildcard)
[all...]
H A Dxmlschemastypes.c459 xmlSchemaTypeAnyTypeDef->attributeWildcard = wild;
632 xmlSchemaFreeWildcard(xmlSchemaTypeAnyTypeDef->attributeWildcard);

Completed in 140 milliseconds