Uses of Class
org.jsoup.select.Evaluator.AttributeKeyPair
| Package | Description |
|---|---|
| org.jsoup.select |
Packages to support the CSS-style element selector.
|
-
Uses of Evaluator.AttributeKeyPair in org.jsoup.select
Subclasses of Evaluator.AttributeKeyPair in org.jsoup.select Modifier and Type Class Description static classEvaluator.AttributeWithValueEvaluator for attribute name/value matchingstatic classEvaluator.AttributeWithValueContainingEvaluator for attribute name/value matching (value containing)static classEvaluator.AttributeWithValueEndingEvaluator for attribute name/value matching (value ending)static classEvaluator.AttributeWithValueNotEvaluator for attribute name != value matchingstatic classEvaluator.AttributeWithValueStartingEvaluator for attribute name/value matching (value prefix)