Uses of Class
com.gargoylesoftware.htmlunit.html.DomText
-
Packages that use DomText 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 DomText in com.gargoylesoftware.htmlunit.html
Subclasses of DomText in com.gargoylesoftware.htmlunit.html Modifier and Type Class Description classDomCDataSectionRepresentation of a CDATA node in the HTML DOM.Methods in com.gargoylesoftware.htmlunit.html that return DomText Modifier and Type Method Description protected DomTextDomCDataSection. createSplitTextNode(int offset)Creates a new text node split from another text node.protected DomTextDomText. createSplitTextNode(int offset)Creates a new text node split from another text node.DomTextDomText. splitText(int offset)Methods in com.gargoylesoftware.htmlunit.html with parameters of type DomText Modifier and Type Method Description protected voidHtmlSerializer. appendText(HtmlSerializer.HtmlSerializerTextBuilder builder, DomText domText)Deprecated.ProcessDomText.
-