DOMErrorHandler


DOMErrorHandler org.w3c.dom

Java 5.0

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  );   } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net