Class StructuralEvaluator.Root

java.lang.Object
org.jsoup.select.Evaluator
org.jsoup.select.StructuralEvaluator.Root
Enclosing class:
StructuralEvaluator

static class StructuralEvaluator.Root extends Evaluator
  • Constructor Details

    • Root

      Root()
  • 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