{
final RenderNode node = (RenderNode) pendingElements.get(j);
box.addGeneratedChild(node);
}
pendingElements.clear();
box.addGeneratedChild(child);
}
}
// Remove all spacers and other non printable content that might
// look ugly at the beginning of a new line ..