Uses of Class
org.htmlunit.html.DomChangeEvent
-
Packages that use DomChangeEvent Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
which represents an HTML document and provides access to its content.org.htmlunit.javascript.host.dom 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 DomChangeEvent Modifier and Type Method Description protected 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 DomChangeEvent Modifier and Type Method Description void
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.
-