Home | History | Annotate | Download | only in libxml2

Lines Matching full:nb_attributes

2179  * @nb_attributes:  the number of attributes on that node
2195 int nb_attributes,
2342 nb_attributes -= nb_defaulted;
2374 if (nb_attributes > 0) {
2375 for (j = 0,i = 0;i < nb_attributes;i++,j+=5) {