}
protected void firePagebreak() throws NormalizationException
{
// todo: Compute the current page and the pseudo-pages for this one.
final PageContext pageContext = getRenderPageContext().getPageContext();
final LayoutStyle style = pageContext.getStyle();
// todo: Update the pseudo-pages (left | right, first)
getLayoutProcess().pageBreakEncountered(null, new PseudoPage[0]);
}