Lines Matching defs:attId
275 const struct attribute_id *attId;
506 const ATTRIBUTE_ID *attId, const XML_Char *uri,
508 static int defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId,
3439 ATTRIBUTE_ID *attId
3442 if (! attId)
3458 if ((attId->name)[-1]) {
3463 (attId->name)[-1] = 1;
3464 appAtts[attIndex++] = attId->name;
3470 if (attId->maybeTokenized) {
3473 if (attId == elementType->defaultAtts[j].id) {
3498 if (attId->prefix) {
3499 if (attId->xmlns) {
3501 enum XML_Error result = addBinding(parser, attId->prefix, attId,
3510 (attId->name)[-1] = 2;
3725 binding->attId->name[-1] = 0;
3918 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId,
4065 b->attId = attId;
4074 /* if attId == NULL then we are not starting a namespace scope */
4075 if (attId && parser->m_startNamespaceDeclHandler)
6523 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata,
6531 if (attId == type->defaultAtts[i].id)
6533 if (isId && ! type->idAtt && ! attId->xmlns)
6534 type->idAtt = attId;
6574 att->id = attId;
6578 attId->maybeTokenized = XML_TRUE;