if (getProgress() == FONodePL.START) {
setProgress(0);
}
final BlockContainerRefArea blockContainer =
bcArea.makeBlockContainerArea(this.node, graftingPoint);
for (int i = this.getProgress(); i < this.node.getChildCount(); i++) {
final Fo fo = this.node.getChildAt(i);
final FObjPL fobjPL = (FObjPL) getLayoutProxy(fo);