* handler. Mutations to the document from within an error handler will
* result in implementation dependent behavour.
*/
public void setErrorHandler(DOMErrorHandler errorHandler) {
try {
fErrorHandler = new DOMErrorHandlerWrapper(errorHandler);
fConfiguration.setProperty(ERROR_HANDLER,
fErrorHandler);
} catch (XMLConfigurationException e) {
}