private List positionsList = new ArrayList();
private String trailingData;
public HTMLInjectionTarget(String html) throws ParseException, IOException {
HTMLParser htmlparser = new HTMLParser(html, new String[]{"iwindow", "igroup", "irow"});
parse(htmlparser);
}