Uses of Class
org.htmlunit.html.DomChangeEvent
Packages that use DomChangeEvent
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 DomChangeEvent in org.htmlunit.html
Methods in org.htmlunit.html with parameters of type DomChangeEventModifier and TypeMethodDescriptionprotected void
DomNode.fireNodeAdded
(DomChangeEvent event) Support for reporting DOM changes.protected void
DomNode.fireNodeDeleted
(DomChangeEvent event) Support for reporting DOM changes.void
AbstractDomNodeList.DomHtmlAttributeChangeListenerImpl.nodeAdded
(DomChangeEvent event) Notification that a new node was added.void
DomChangeListener.nodeAdded
(DomChangeEvent event) Notification that a new node was added.void
HtmlPage.DomHtmlAttributeChangeListenerImpl.nodeAdded
(DomChangeEvent event) Notification that a new node was added.void
AbstractDomNodeList.DomHtmlAttributeChangeListenerImpl.nodeDeleted
(DomChangeEvent event) Notification that a new node was deleted.void
DomChangeListener.nodeDeleted
(DomChangeEvent event) Notification that a new node was deleted.void
HtmlPage.DomHtmlAttributeChangeListenerImpl.nodeDeleted
(DomChangeEvent event) Notification that a new node was deleted. -
Uses of DomChangeEvent in org.htmlunit.javascript.host.dom
Methods in org.htmlunit.javascript.host.dom with parameters of type DomChangeEventModifier and TypeMethodDescriptionvoid
AbstractList.DomHtmlAttributeChangeListenerImpl.nodeAdded
(DomChangeEvent event) Notification that a new node was added.void
AbstractList.DomHtmlAttributeChangeListenerImpl.nodeDeleted
(DomChangeEvent event) Notification that a new node was deleted.