Searched refs:attribute (Results 1 – 1 of 1) sorted by relevance
135 String attribute = exif.getAttribute(tag); in getAttrib() local136 return (attribute == null) ? "???" : attribute; in getAttrib()