135136137138139140141142143
builder.append(token.text); } } parsedCss.add(builder.toString()); } catch (ParseException pe) { throw new GadgetException(GadgetException.Code.CSS_PARSE_ERROR, pe); } return parsedCss; }