Lines Matching refs:att
1396 const xmlChar *att;
1443 att = NULL;
1446 att = atts[i];
1447 while (att != NULL) {
1448 if (xmlStrEqual(att, fulln))
1451 att = atts[i];
1454 if (att == NULL) {
1509 att = NULL;
1512 att = atts[i];
1513 while (att != NULL) {
1514 if (xmlStrEqual(att, fulln))
1517 att = atts[i];
1520 if (att == NULL) {
1557 const xmlChar *att;
1661 att = atts[i++];
1664 while ((att != NULL) && (value != NULL)) {
1665 if ((att[0] == 'x') && (att[1] == 'm') && (att[2] == 'l') &&
1666 (att[3] == 'n') && (att[4] == 's'))
1667 xmlSAX2AttributeInternal(ctxt, att, value, prefix);
1669 att = atts[i++];
1702 att = atts[i++];
1705 while (att != NULL) {
1706 xmlSAX2AttributeInternal(ctxt, att, value, NULL);
1707 att = atts[i++];
1711 while ((att != NULL) && (value != NULL)) {
1712 if ((att[0] != 'x') || (att[1] != 'm') || (att[2] != 'l') ||
1713 (att[3] != 'n') || (att[4] != 's'))
1714 xmlSAX2AttributeInternal(ctxt, att, value, NULL);
1719 att = atts[i++];