Package | Description |
---|---|
org.htmlunit.html |
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content. |
org.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 . |
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.