Home | History | Annotate | Download | only in libxml2

Lines Matching full:atts

1430 	const xmlChar *prefix, const xmlChar **atts) {
1480 if (atts != NULL) {
1482 att = atts[i];
1487 att = atts[i];
1546 if (atts != NULL) {
1548 att = atts[i];
1553 att = atts[i];
1580 * @atts: An array of name/value attributes pairs, NULL terminated
1585 xmlSAX2StartElement(void *ctx, const xmlChar *fullname, const xmlChar **atts)
1689 xmlCheckDefaultedAttributes(ctxt, name, prefix, atts);
1695 if (atts != NULL) {
1697 att = atts[i++];
1698 value = atts[i++];
1705 att = atts[i++];
1706 value = atts[i++];
1736 if (atts != NULL) {
1738 att = atts[i++];
1739 value = atts[i++];
1743 att = atts[i++];
1744 value = atts[i++];
1755 att = atts[i++];
1756 value = atts[i++];