API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom. DOMErrorHandler View Source
Author(s)
Since
DOM Level 3
Version
Serial
Hierarchy
 DOMErrorHandler
Subinterfaces
Description
public interface DOMErrorHandler
  DOMErrorHandler is a callback interface that the DOM implementation can call when reporting errors that happens while processing XML data, or when doing some other processing (e.g.
See also:   
Methods
Hide/Show inherited methods
public boolean handleError (DOMError error)
  This method is called on the error handler when an error occurs.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar