|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xml.serializer.dom3.DOMErrorHandlerImpl
final class DOMErrorHandlerImpl
This is the default implementation of the ErrorHandler interface and is used if one is not provided. The default implementation simply reports DOMErrors to System.err.
Constructor Summary | |
---|---|
DOMErrorHandlerImpl()
Default Constructor |
Method Summary | |
---|---|
boolean |
handleError(org.w3c.dom.DOMError error)
Implementation of DOMErrorHandler.handleError that adds copy of error to list for later retrieval. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
DOMErrorHandlerImpl()
Method Detail |
---|
public boolean handleError(org.w3c.dom.DOMError error)
handleError
in interface org.w3c.dom.DOMErrorHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |