112113114115116117118119
attrs.addAll(Arrays.asList(attr)); return this; } public Tag id(String id) { attr(new Id(id)); return this; }