Class PseudoTextElement

All Implemented Interfaces:
Cloneable, Iterable<Element>

Deprecated.
use Element.selectNodes(String, Class) instead, with selector of ::textnode and class TextNode; will be removed in jsoup 1.24.1.
Represents a TextNode as an Element, to enable text nodes to be selected with the Selector :matchText syntax.