Home | History | Annotate | Download | only in libxml2

Lines Matching full:atts

5036     xmlChar ** atts; /* An array of name/value attributes pairs, NULL terminated */
5045 atts = gen_const_xmlChar_ptr_ptr(n_atts, 2);
5047 xmlSAX2StartElement(ctx, (const xmlChar *)fullname, (const xmlChar **)atts);
5051 des_const_xmlChar_ptr_ptr(n_atts, (const xmlChar **)atts, 2);