Home | History | Annotate | Download | only in libxml2

Lines Matching full:nb_attributes

2187  * @nb_attributes:  the number of attributes on that node
2203 int nb_attributes,
2350 nb_attributes -= nb_defaulted;
2382 if (nb_attributes > 0) {
2383 for (j = 0,i = 0;i < nb_attributes;i++,j+=5) {