233234235236237238239240241242243
page.render(); } public IReportGroupVisitor visitGroup(final String name) throws IOException { groupHandler = new HTMLGroupVisitor(null, root, HTMLFormatter.this, name); createSessionsPage(groupHandler.getPage()); return groupHandler; }
219220221222223224225226227228229
212213214215216217218219220221222