516517518519520521522523524525526
if (attr != null) { boolean first = tagStack.peek().attrs.add(attr); if (!first) env.messages.error(HTML, tree, "dc.attr.repeated", name); } AttrKind k = currTag.getAttrKind(name); switch (k) { case OK: break; case INVALID: