Uses of Class
org.htmlunit.html.DomText
-
Packages that use DomText Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
which represents an HTML document and provides access to its content.org.htmlunit.html.serializer Contains the html serializer implementations. -
-
Uses of DomText in org.htmlunit.html
Subclasses of DomText in org.htmlunit.html Modifier and Type Class Description class
DomCDataSection
Representation of a CDATA node in the HTML DOM.Methods in org.htmlunit.html that return DomText Modifier and Type Method Description protected DomText
DomCDataSection. createSplitTextNode(int offset)
Creates a new text node split from another text node.protected DomText
DomText. createSplitTextNode(int offset)
Creates a new text node split from another text node.private DomText
HtmlElement. getDoTypeNode()
Returns the node to type into.DomText
DomText. splitText(int offset)
-
Uses of DomText in org.htmlunit.html.serializer
Methods in org.htmlunit.html.serializer with parameters of type DomText Modifier and Type Method Description protected void
HtmlSerializerInnerOuterText. appendText(HtmlSerializerInnerOuterText.HtmlSerializerTextBuilder builder, DomText domText, HtmlSerializerInnerOuterText.HtmlSerializerTextBuilder.Mode mode)
ProcessDomText
.protected void
HtmlSerializerNormalizedText. appendText(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder, DomText domText)
ProcessDomText
.protected void
HtmlSerializerVisibleText. appendText(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder, DomText domText, HtmlSerializerVisibleText.Mode mode)
ProcessDomText
.
-