Lines Matching refs:attId
275 const struct attribute_id *attId; member
517 const ATTRIBUTE_ID *attId, const XML_Char *uri,
519 static int defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId,
3563 ATTRIBUTE_ID *attId in storeAtts() local
3566 if (! attId) in storeAtts()
3582 if ((attId->name)[-1]) { in storeAtts()
3587 (attId->name)[-1] = 1; in storeAtts()
3588 appAtts[attIndex++] = attId->name; in storeAtts()
3594 if (attId->maybeTokenized) { in storeAtts()
3597 if (attId == elementType->defaultAtts[j].id) { in storeAtts()
3622 if (attId->prefix) { in storeAtts()
3623 if (attId->xmlns) { in storeAtts()
3625 enum XML_Error result = addBinding(parser, attId->prefix, attId, in storeAtts()
3634 (attId->name)[-1] = 2; in storeAtts()
3849 binding->attId->name[-1] = 0; in storeAtts()
4042 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId, in addBinding() argument
4189 b->attId = attId; in addBinding()
4199 if (attId && parser->m_startNamespaceDeclHandler) in addBinding()
6791 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, in defineAttribute() argument
6799 if (attId == type->defaultAtts[i].id) in defineAttribute()
6801 if (isId && ! type->idAtt && ! attId->xmlns) in defineAttribute()
6802 type->idAtt = attId; in defineAttribute()
6842 att->id = attId; in defineAttribute()
6846 attId->maybeTokenized = XML_TRUE; in defineAttribute()