{
String key = iter.next();
if (!node.isNode(key))
continue;
Attributes attrs = AttributeParser.getAttributes(node);
int idx = attrs.indexOf(map.get(key));
if (idx < 0)
continue;
attr = attrs.get(idx);
String value = attr.getValue();
if (verifier != null && !verifier.verify(value))