{
alignContext.addChild(new ReplacedContentAlignContext((RenderableReplacedContentBox) next, 0));
}
else if ((next.getNodeType() & LayoutNodeTypes.MASK_BOX_BLOCK) == LayoutNodeTypes.MASK_BOX_BLOCK)
{
alignContext.addChild(new InlineBlockAlignContext((RenderBox) next));
}
else
{
alignContext.addChild(new NodeAlignContext(next));
}