Home | History | Annotate | Download | only in libxml2

Lines Matching full:atts

1131  * @atts:  An array of name/value attributes pairs, NULL terminated
1137 startElement(void *ctx, const xmlChar * fullname, const xmlChar ** atts)
1139 xmlSAX2StartElement(ctx, fullname, atts);