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 TypeMethodDescriptionvoidHtmlAttributeChangeListener.attributeAdded(HtmlAttributeChangeEvent event) Notification that a new attribute was added to the HtmlElement.voidHtmlAttributeChangeListener.attributeRemoved(HtmlAttributeChangeEvent event) Notification that an existing attribute has been removed from the HtmlElement.voidHtmlAttributeChangeListener.attributeReplaced(HtmlAttributeChangeEvent event) Notification that an attribute on the HtmlElement has been replaced.protected voidHtmlElement.fireHtmlAttributeAdded(HtmlAttributeChangeEvent event) Support for reporting HTML attribute changes.protected voidHtmlElement.fireHtmlAttributeRemoved(HtmlAttributeChangeEvent event) Support for reporting HTML attribute changes.protected voidHtmlElement.fireHtmlAttributeReplaced(HtmlAttributeChangeEvent event) Support for reporting HTML attribute changes.protected static voidHtmlElement.notifyAttributeChangeListeners(HtmlAttributeChangeEvent event, HtmlElement element, String oldAttributeValue, boolean notifyMutationObservers) Recursively notifies allHtmlAttributeChangeListeners. -
Uses of HtmlAttributeChangeEvent in org.htmlunit.javascript.host.dom
Methods in org.htmlunit.javascript.host.dom with parameters of type HtmlAttributeChangeEventModifier and TypeMethodDescriptionvoidMutationObserver.attributeAdded(HtmlAttributeChangeEvent event) Notification that a new attribute was added to the HtmlElement.voidMutationObserver.attributeRemoved(HtmlAttributeChangeEvent event) Notification that an existing attribute has been removed from the HtmlElement.voidMutationObserver.attributeReplaced(HtmlAttributeChangeEvent event) Notification that an attribute on the HtmlElement has been replaced.Method parameters in org.htmlunit.javascript.host.dom with type arguments of type HtmlAttributeChangeEventModifier and TypeMethodDescriptionvoidAbstractList.setEffectOnCacheFunction(Function<HtmlAttributeChangeEvent, AbstractList.EffectOnCache> effectOnCacheFunction)