Package org.jsoup.select

Class Evaluator.ContainsWholeOwnText

java.lang.Object
org.jsoup.select.Evaluator
org.jsoup.select.Evaluator.ContainsWholeOwnText
Enclosing class:
Evaluator

public static final class Evaluator.ContainsWholeOwnText extends Evaluator
Evaluator for matching Element (but not its descendants) wholeText. Neither the input nor the element text is normalized. :containsWholeOwnText()
Since:
1.15.1.
  • Constructor Details

    • ContainsWholeOwnText

      public ContainsWholeOwnText(String searchText)
  • Method Details

    • matches

      public boolean matches(Element root, Element element)
      Description copied from class: Evaluator
      Test if the element meets the evaluator's requirements.
      Specified by:
      matches in class Evaluator
      Parameters:
      root - Root of the matching subtree
      element - tested element
      Returns:
      Returns true if the requirements are met or false otherwise
    • toString

      public String toString()
      Overrides:
      toString in class Object