hu.soft4d.minerva.wsdl
Class DOMErrorHandlerImpl

java.lang.Object
  extended by hu.soft4d.minerva.wsdl.DOMErrorHandlerImpl
All Implemented Interfaces:
org.w3c.dom.DOMErrorHandler

public class DOMErrorHandlerImpl
extends java.lang.Object
implements org.w3c.dom.DOMErrorHandler

Class used for handling DOM parsing errors.

Author:
Zsolt Kiss Gere, 4D Soft Ltd.

Constructor Summary
DOMErrorHandlerImpl()
           
 
Method Summary
 boolean handleError(org.w3c.dom.DOMError error)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMErrorHandlerImpl

public DOMErrorHandlerImpl()
Method Detail

handleError

public boolean handleError(org.w3c.dom.DOMError error)
Specified by:
handleError in interface org.w3c.dom.DOMErrorHandler