Searched refs:reqAttr (Results 1 – 2 of 2) sorted by relevance
373 const Attribute* reqAttr) { in findChildWithAttribute() argument386 if (!reqAttr) { in findChildWithAttribute()390 Attribute* attrName = el->findAttribute(reqAttr->namespaceUri, reqAttr->name); in findChildWithAttribute()391 if (attrName && attrName->value == reqAttr->value) { in findChildWithAttribute()
105 const xml::Attribute* reqAttr);