final RenderNode firstChild = nBox.getFirstChild();
if (firstChild != null)
{
// Open a non-empty box context
contextStack.push(context);
alignContextStack.push(alignContext);
next = firstChild;
final BoxAlignContext childBoxContext = new BoxAlignContext(nBox);
alignContext.addChild(childBoxContext);