Uses of Class
com.gargoylesoftware.htmlunit.html.DomCharacterData
-
Packages that use DomCharacterData Package Description com.gargoylesoftware.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich represents an HTML document and provides access to its content. -
-
Uses of DomCharacterData in com.gargoylesoftware.htmlunit.html
Subclasses of DomCharacterData in com.gargoylesoftware.htmlunit.html Modifier and Type Class Description classDomCDataSectionRepresentation of a CDATA node in the HTML DOM.classDomCommentWrapper for the DOM node Comment.classDomTextRepresentation of a text node in the HTML DOM.Methods in com.gargoylesoftware.htmlunit.html that return DomCharacterData Modifier and Type Method Description DomCharacterDataCharacterDataChangeEvent. getCharacterData()Returns the character data that was changed.Constructors in com.gargoylesoftware.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.
-