lastText = (Text) next;
}
}
if ( ( lastText != null ) && ( lastText.getTextTrim().length() == 0 ) )
{
lastText = (Text) lastText.clone();
}
else
{
StringBuilder starter = new StringBuilder( lineSeparator );
for ( int i = 0; i < counter.getDepth(); i++ )