|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.w3c.domts.DOMErrorMonitor
This is a utility implementation of EventListener that captures all events and provides access to lists of all events by mode
Constructor Summary | |
DOMErrorMonitor()
Public constructor |
Method Summary | |
void |
assertLowerSeverity(DOMTestCase testCase,
java.lang.String id,
int severity)
|
java.util.List |
getAllErrors()
Gets list of errors |
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 |
public DOMErrorMonitor()
Method Detail |
public boolean handleError(org.w3c.dom.DOMError error)
handleError
in interface org.w3c.dom.DOMErrorHandler
public java.util.List getAllErrors()
public void assertLowerSeverity(DOMTestCase testCase, java.lang.String id, int severity)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |