for (int i = 0; i < flowContexts.length; i++)
{
FlowContext.FlowContextState state = flowContexts[i];
final Object currentFlowId = state.getCurrentFlowId();
final State textFactoryState = state.getTextFactoryState();
final RenderableTextFactory textFactory =
(RenderableTextFactory) textFactoryState.restore(layoutProcess);
final NormalFlowRenderBox box = (NormalFlowRenderBox)
renderer.logicalPageBox.findNodeById(currentFlowId);
if (box == null)
{