Treerow row = new Treerow();
Treecell cell = new Treecell();
Component component = createComponent(line);
item.appendChild(row);
row.appendChild(cell);
cell.appendChild(component);
}
private Component createComponent(LimitingResourceQueue line) {
return isTopLevel(line) ? createFirstLevel(line)