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.Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
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.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. -
Uses of DomCharacterData in org.htmlunit.javascript.host.dom
Methods in org.htmlunit.javascript.host.dom that return DomCharacterDataModifier and TypeMethodDescriptionprivate DomCharacterData
CharacterData.getDomCharacterDataOrDie()