Class 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 Detail

      • PseudoTextElement

        public PseudoTextElement​(Tag tag,
                                 String baseUri,
                                 Attributes attributes)