Uses of Interface
org.loboevolution.html.dom.DOMError
Packages that use DOMError
Package
Description
Contains an implementation of the W3C HTML DOM Level 2 interfaces.
-
Uses of DOMError in org.loboevolution.html.dom
Methods in org.loboevolution.html.dom with parameters of type DOMError -
Uses of DOMError in org.loboevolution.html.dom.domimpl
Classes in org.loboevolution.html.dom.domimpl that implement DOMErrorModifier and TypeClassDescriptionclassThis is a utility implementation of EventListener that captures all events and provides access to lists of all events by modeMethods in org.loboevolution.html.dom.domimpl with parameters of type DOMErrorModifier and TypeMethodDescriptionbooleanDOMErrorMonitor.handleError(DOMError error) Implementation of DOMErrorHandler.handleError that adds copy of error to list for later retrieval.Constructors in org.loboevolution.html.dom.domimpl with parameters of type DOMError