Lines Matching refs:attId
148 const struct attribute_id *attId; member
355 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId,
2771 ATTRIBUTE_ID *attId = getAttributeId(parser, enc, currAtt->name, in storeAtts() local
2774 if (!attId) in storeAtts()
2788 if ((attId->name)[-1]) { in storeAtts()
2793 (attId->name)[-1] = 1; in storeAtts()
2794 appAtts[attIndex++] = attId->name; in storeAtts()
2800 if (attId->maybeTokenized) { in storeAtts()
2803 if (attId == elementType->defaultAtts[j].id) { in storeAtts()
2828 if (attId->prefix) { in storeAtts()
2829 if (attId->xmlns) { in storeAtts()
2831 enum XML_Error result = addBinding(parser, attId->prefix, attId, in storeAtts()
2841 (attId->name)[-1] = 2; in storeAtts()
3001 binding->attId->name[-1] = 0; in storeAtts()
3063 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId, in addBinding() argument
3160 b->attId = attId; in addBinding()
3170 if (attId && startNamespaceDeclHandler) in addBinding()
5370 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, in defineAttribute() argument
5379 if (attId == type->defaultAtts[i].id) in defineAttribute()
5381 if (isId && !type->idAtt && !attId->xmlns) in defineAttribute()
5382 type->idAtt = attId; in defineAttribute()
5404 att->id = attId; in defineAttribute()
5408 attId->maybeTokenized = XML_TRUE; in defineAttribute()