Home | History | Annotate | Download | only in libxml2

Lines Matching full:prop

1249 	xmlAttrPtr prop;
1257 prop = ctxt->node->properties;
1258 while (prop != NULL) {
1259 if (prop->ns != NULL) {
1260 if ((xmlStrEqual(name, prop->name)) &&
1261 ((namespace == prop->ns) ||
1262 (xmlStrEqual(namespace->href, prop->ns->href)))) {
1271 prop = prop->next;