Name

DOMErrorHandler

Synopsis

This Level 3 interface defines a handler for DOMError objects that represent errors while processing an XML document. Register an object that implements this interface by setting it as the value of the “error-handler” property through the DOMConfiguration interface.

public interface DOMErrorHandler {
// Public Instance Methods
     boolean handleError(DOMError error);  
}

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.