Package | Description |
---|---|
com.gargoylesoftware.htmlunit.html |
Classes specific to html pages
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.