Uses of Class
org.htmlunit.html.HtmlAttributeChangeEvent
Packages that use HtmlAttributeChangeEvent
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 HtmlAttributeChangeEvent in org.htmlunit.html
Methods in org.htmlunit.html with parameters of type HtmlAttributeChangeEventModifier and TypeMethodDescriptionvoid
AbstractDomNodeList.DomHtmlAttributeChangeListenerImpl.attributeAdded
(HtmlAttributeChangeEvent event) Notification that a new attribute was added to the HtmlElement.void
HtmlAttributeChangeListener.attributeAdded
(HtmlAttributeChangeEvent event) Notification that a new attribute was added to the HtmlElement.void
HtmlPage.DomHtmlAttributeChangeListenerImpl.attributeAdded
(HtmlAttributeChangeEvent event) Notification that a new attribute was added to the HtmlElement.void
AbstractDomNodeList.DomHtmlAttributeChangeListenerImpl.attributeRemoved
(HtmlAttributeChangeEvent event) Notification that an existing attribute has been removed from the HtmlElement.void
HtmlAttributeChangeListener.attributeRemoved
(HtmlAttributeChangeEvent event) Notification that an existing attribute has been removed from the HtmlElement.void
HtmlPage.DomHtmlAttributeChangeListenerImpl.attributeRemoved
(HtmlAttributeChangeEvent event) Notification that an existing attribute has been removed from the HtmlElement.void
AbstractDomNodeList.DomHtmlAttributeChangeListenerImpl.attributeReplaced
(HtmlAttributeChangeEvent event) Notification that an attribute on the HtmlElement has been replaced.void
HtmlAttributeChangeListener.attributeReplaced
(HtmlAttributeChangeEvent event) Notification that an attribute on the HtmlElement has been replaced.void
HtmlPage.DomHtmlAttributeChangeListenerImpl.attributeReplaced
(HtmlAttributeChangeEvent event) Notification that an attribute on the HtmlElement has been replaced.private void
HtmlElement.fireAttributeChangeImpl
(HtmlAttributeChangeEvent event, HtmlPage htmlPage, boolean mappedElement, String oldAttributeValue) protected void
HtmlElement.fireHtmlAttributeAdded
(HtmlAttributeChangeEvent event) Support for reporting HTML attribute changes.(package private) void
HtmlPage.fireHtmlAttributeAdded
(HtmlAttributeChangeEvent event) Notifies all registered listeners for the given event to add an attribute.protected void
HtmlElement.fireHtmlAttributeRemoved
(HtmlAttributeChangeEvent event) Support for reporting HTML attribute changes.(package private) void
HtmlPage.fireHtmlAttributeRemoved
(HtmlAttributeChangeEvent event) Notifies all registered listeners for the given event to remove an attribute.protected void
HtmlElement.fireHtmlAttributeReplaced
(HtmlAttributeChangeEvent event) Support for reporting HTML attribute changes.(package private) void
HtmlPage.fireHtmlAttributeReplaced
(HtmlAttributeChangeEvent event) Notifies all registered listeners for the given event to replace an attribute.protected static void
HtmlElement.notifyAttributeChangeListeners
(HtmlAttributeChangeEvent event, HtmlElement element, String oldAttributeValue, boolean notifyMutationObservers) Recursively notifies allHtmlAttributeChangeListener
s. -
Uses of HtmlAttributeChangeEvent in org.htmlunit.javascript.host.dom
Fields in org.htmlunit.javascript.host.dom with type parameters of type HtmlAttributeChangeEventMethods in org.htmlunit.javascript.host.dom with parameters of type HtmlAttributeChangeEventModifier and TypeMethodDescriptionvoid
AbstractList.DomHtmlAttributeChangeListenerImpl.attributeAdded
(HtmlAttributeChangeEvent event) Notification that a new attribute was added to the HtmlElement.void
MutationObserver.attributeAdded
(HtmlAttributeChangeEvent event) Notification that a new attribute was added to the HtmlElement.void
AbstractList.DomHtmlAttributeChangeListenerImpl.attributeRemoved
(HtmlAttributeChangeEvent event) Notification that an existing attribute has been removed from the HtmlElement.void
MutationObserver.attributeRemoved
(HtmlAttributeChangeEvent event) Notification that an existing attribute has been removed from the HtmlElement.void
AbstractList.DomHtmlAttributeChangeListenerImpl.attributeReplaced
(HtmlAttributeChangeEvent event) Notification that an attribute on the HtmlElement has been replaced.void
MutationObserver.attributeReplaced
(HtmlAttributeChangeEvent event) Notification that an attribute on the HtmlElement has been replaced.private void
AbstractList.DomHtmlAttributeChangeListenerImpl.handleChangeOnCache
(HtmlAttributeChangeEvent event) Method parameters in org.htmlunit.javascript.host.dom with type arguments of type HtmlAttributeChangeEventModifier and TypeMethodDescriptionvoid
AbstractList.setEffectOnCacheFunction
(Function<HtmlAttributeChangeEvent, AbstractList.EffectOnCache> effectOnCacheFunction)