Uses of Class
org.jsoup.nodes.TextNode
Packages that use TextNode
Package
Description
HTML document structure nodes.
Packages to support the CSS-style element selector.
-
Uses of TextNode in org.jsoup.nodes
Subclasses of TextNode in org.jsoup.nodesModifier and TypeClassDescriptionclass
A Character Data node, to support CDATA sections.Methods in org.jsoup.nodes that return TextNodeModifier and TypeMethodDescriptionTextNode.clone()
static TextNode
TextNode.createFromEncoded
(String encodedText) Create a new TextNode from HTML encoded (aka escaped) data.TextNode.splitText
(int offset) Split this text node into two nodes at the specified string offset.TextNode.text
(String text) Set the text content of this text node.Methods in org.jsoup.nodes that return types with arguments of type TextNode -
Uses of TextNode in org.jsoup.select
Methods in org.jsoup.select that return types with arguments of type TextNode