// generate a new Scanner (and thus reset the Position to 0)
fScanner = new CLNGScanner(fManager);
// initialize a new Damager/Repairer with the current Scanner
NewDamagerRepairer dr = new NewDamagerRepairer(fScanner);
// generate the reconciler
PresentationReconciler reconciler= new PresentationReconciler();
reconciler.setDamager(dr, IDocument.DEFAULT_CONTENT_TYPE);
reconciler.setRepairer(dr, IDocument.DEFAULT_CONTENT_TYPE);