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

public class PseudoTextElement extends Element
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)