Home | History | Annotate | Download | only in libxml2

Lines Matching refs:attr

1183     xmlAttrPtr attr;
1193 attr = node->properties;
1194 while (attr != NULL) {
1196 attrs[nbAttrs++] = attr;
1199 attr = attr->next;
1253 attr = node->properties;
1255 while (attr != NULL) {
1256 ret->attrs[nbAttrs++] = attr;
1257 attr = attr->next;
5089 * @attr: 1 if within an attribute, 0 if within an element
5097 xmlNodePtr node, int attr)
5127 if (attr)