Package org.jsoup.select

Class Evaluator.AttributeKeyPair

java.lang.Object
org.jsoup.select.Evaluator
org.jsoup.select.Evaluator.AttributeKeyPair
Direct Known Subclasses:
Evaluator.AttributeWithValue, Evaluator.AttributeWithValueContaining, Evaluator.AttributeWithValueEnding, Evaluator.AttributeWithValueNot, Evaluator.AttributeWithValueStarting
Enclosing class:
Evaluator

public abstract static class Evaluator.AttributeKeyPair extends Evaluator
Abstract evaluator for attribute name/value matching
  • Constructor Details

    • AttributeKeyPair

      public AttributeKeyPair(String key, String value)
    • AttributeKeyPair

      public AttributeKeyPair(String key, String value, boolean trimValue)