|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HtmlAttributeChangeEvent | |
|---|---|
| com.gargoylesoftware.htmlunit.activex.javascript.msxml | Implementations of the MSXML's (ActiveX) JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. |
| com.gargoylesoftware.htmlunit.html | Classes specific to HTML pages, particularly the HtmlPage which represents an HTML document and provides access to its content. |
| com.gargoylesoftware.htmlunit.javascript.host | Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. |
| Uses of HtmlAttributeChangeEvent in com.gargoylesoftware.htmlunit.activex.javascript.msxml |
|---|
| Methods in com.gargoylesoftware.htmlunit.activex.javascript.msxml with parameters of type HtmlAttributeChangeEvent | |
|---|---|
protected XMLDOMNodeList.EffectOnCache |
XMLDOMNodeList.getEffectOnCache(HtmlAttributeChangeEvent event)
Gets the effect of the change on an attribute of the reference node on this collection's cache. |
| Uses of HtmlAttributeChangeEvent in com.gargoylesoftware.htmlunit.html |
|---|
| Methods in com.gargoylesoftware.htmlunit.html with parameters of type HtmlAttributeChangeEvent | |
|---|---|
void |
HtmlAttributeChangeListener.attributeAdded(HtmlAttributeChangeEvent event)
Notification that a new attribute was added to the HtmlElement. |
void |
HtmlAttributeChangeListener.attributeRemoved(HtmlAttributeChangeEvent event)
Notification that an existing attribute has been removed from the HtmlElement. |
void |
HtmlAttributeChangeListener.attributeReplaced(HtmlAttributeChangeEvent event)
Notification that an attribute on the HtmlElement has been replaced. |
protected void |
HtmlElement.fireHtmlAttributeAdded(HtmlAttributeChangeEvent event)
Support for reporting HTML attribute changes. |
protected void |
HtmlElement.fireHtmlAttributeRemoved(HtmlAttributeChangeEvent event)
Support for reporting HTML attribute changes. |
protected void |
HtmlElement.fireHtmlAttributeReplaced(HtmlAttributeChangeEvent event)
Support for reporting HTML attribute changes. |
| Uses of HtmlAttributeChangeEvent in com.gargoylesoftware.htmlunit.javascript.host |
|---|
| Methods in com.gargoylesoftware.htmlunit.javascript.host with parameters of type HtmlAttributeChangeEvent | |
|---|---|
protected NodeList.EffectOnCache |
NodeList.getEffectOnCache(HtmlAttributeChangeEvent event)
Gets the effect of the change on an attribute of the reference node on this collection's cache. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||