Package | Description |
---|---|
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.dom |
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Method and Description |
---|---|
void |
DomNode.addCharacterDataChangeListener(CharacterDataChangeListener listener)
Adds a
CharacterDataChangeListener to the listener list. |
void |
DomNode.removeCharacterDataChangeListener(CharacterDataChangeListener listener)
Removes a
CharacterDataChangeListener from the listener list. |
Modifier and Type | Class and Description |
---|---|
class |
MutationObserver
A JavaScript object for
MutationObserver . |
class |
WebKitMutationObserver
A JavaScript object for
WebKitMutationObserver . |
Copyright © 2002–2018 Gargoyle Software Inc.. All rights reserved.