Package org.jsoup.nodes

Class PseudoTextElement

java.lang.Object
org.jsoup.nodes.Node
org.jsoup.nodes.Element
org.jsoup.nodes.PseudoTextElement
All Implemented Interfaces:
Cloneable, Iterable<Element>

@Deprecated public class PseudoTextElement extends Element
Deprecated.
use Element.selectNodes(String, Class) instead, with selector of ::textnode and class TextNode.
Represents a TextNode as an Element, to enable text nodes to be selected with the Selector :matchText syntax.
  • Constructor Details

    • PseudoTextElement

      public PseudoTextElement(Tag tag, String baseUri, Attributes attributes)
      Deprecated.