if (accessor != null) {
Object value = eval(accessor, source);
if (value != null)
title = toString(value);
}
if (title == null && _link != null && !_link.title().equals(DEFAULT)) {
title = _link.title();
}
if (title != null)
sw.writeAttribute("title", title);