{
return super.startElement(target);
}
// Skip the processing if the section is a repeating header or footer and we are processing the normal flow ..
final ElementLayoutController clone = (ElementLayoutController) this.clone();
clone.setProcessingState(ElementLayoutController.FINISHED);
return clone;
}