{
getInsertationPoint().addChilds(textFactory.finishText());
try
{
final RenderableTextBox token = new RenderableTextBox
(textFactory.saveState(), resolvedToken, context);
token.appyStyle(context, getLayoutProcess().getOutputMetaData());
getInsertationPoint().addChild(token);
token.close();
tryValidateOutput(null);
return;