Uses of Class
org.htmlunit.html.DomCharacterData
Packages that use DomCharacterData
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage
which represents
an HTML document and provides access to its content.-
Uses of DomCharacterData in org.htmlunit.html
Subclasses of DomCharacterData in org.htmlunit.htmlModifier and TypeClassDescriptionclass
Representation of a CDATA node in the HTML DOM.class
Wrapper for the DOM node Comment.class
Representation of a text node in the HTML DOM.Methods in org.htmlunit.html that return DomCharacterDataModifier and TypeMethodDescriptionCharacterDataChangeEvent.getCharacterData()
Returns the character data that was changed.Methods in org.htmlunit.html with parameters of type DomCharacterDataModifier and TypeMethodDescriptionprotected void
DomNode.fireCharacterDataChanged
(DomCharacterData characterData, String oldValue) Support for reporting Character Data changes.Constructors in org.htmlunit.html with parameters of type DomCharacterDataModifierConstructorDescriptionCharacterDataChangeEvent
(DomCharacterData characterData, String oldValue) Constructs a new CharacterDataChangeEvent from the given character data and the old value.