in src/main/java/org/apache/sling/commons/html/impl/parser/TagParser.java [109:125]
final public Map<String,AttrValue> attributeList() throws ParseException {
Map<String,AttrValue> alist = new HashMap<String,AttrValue>();
label_1:
while (true) {
switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {
case ATTR_NAME:
;
break;
default:
jj_la1[4] = jj_gen;
break label_1;
}
attribute(alist);
}
{if (true) return alist;}
throw new Error("Missing return statement in function");
}