}
if (getContentHandler() instanceof ContextAnnotatingProcess) {
ContextAnnotatingProcess cap =
(ContextAnnotatingProcess) getContentHandler();
cap.stopProcess();
}
}
}
// we always want the content handler to be the next process (even
// if we are in error recovery mode.