Uses of Class
org.htmlunit.html.DomCharacterData
-
Packages that use DomCharacterData Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
which represents an HTML document and provides access to its content. -
-
Uses of DomCharacterData in org.htmlunit.html
Subclasses of DomCharacterData in org.htmlunit.html Modifier and Type Class 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.Methods in org.htmlunit.html that return DomCharacterData Modifier and Type Method Description DomCharacterData
CharacterDataChangeEvent. getCharacterData()
Returns the character data that was changed.Constructors in org.htmlunit.html with parameters of type DomCharacterData Constructor Description CharacterDataChangeEvent(DomCharacterData characterData, java.lang.String oldValue)
Constructs a new CharacterDataChangeEvent from the given character data and the old value.
-