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 classDOM change listener which clears the node cache when necessary.private classListens 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 TypeMethodDescriptionvoidDomNode.addDomChangeListener(DomChangeListener listener) Adds aDomChangeListenerto the listener list.voidDomNode.removeDomChangeListener(DomChangeListener listener) Removes aDomChangeListenerfrom 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