Uses of Interface
org.htmlunit.html.DomChangeListener
Packages that use DomChangeListener
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage
which represents
an HTML document and provides access to its content.Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of DomChangeListener in org.htmlunit.html
Classes in org.htmlunit.html that implement DomChangeListenerModifier and TypeClassDescriptionprivate static final class
DOM change listener which clears the node cache when necessary.private class
Listens for changes anywhere in the document and evicts cached computed styles whenever something relevant changes.Fields in org.htmlunit.html with type parameters of type DomChangeListenerMethods in org.htmlunit.html that return types with arguments of type DomChangeListenerMethods in org.htmlunit.html with parameters of type DomChangeListenerModifier and TypeMethodDescriptionvoid
DomNode.addDomChangeListener
(DomChangeListener listener) Adds aDomChangeListener
to the listener list.void
DomNode.removeDomChangeListener
(DomChangeListener listener) Removes aDomChangeListener
from the listener list. -
Uses of DomChangeListener in org.htmlunit.javascript.host.dom
Classes in org.htmlunit.javascript.host.dom that implement DomChangeListenerModifier and TypeClassDescriptionprivate static final class