Package | Description |
---|---|
org.htmlunit.html |
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content. |
Modifier and Type | Class and Description |
---|---|
class |
DomCDataSection
Representation of a CDATA node in the HTML DOM.
|
class |
DomComment
Wrapper for the DOM node Comment.
|
class |
DomText
Representation of a text node in the HTML DOM.
|
Modifier and Type | Method and Description |
---|---|
DomCharacterData |
CharacterDataChangeEvent.getCharacterData()
Returns the character data that was changed.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DomNode.fireCharacterDataChanged(DomCharacterData characterData,
String oldValue)
Support for reporting Character Data changes.
|
Constructor and Description |
---|
CharacterDataChangeEvent(DomCharacterData characterData,
String oldValue)
Constructs a new CharacterDataChangeEvent from the given character data and the old value.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.