Uses of Class
com.itextpdf.styledxmlparser.jsoup.select.Evaluator.AttributeKeyPair
-
Packages that use Evaluator.AttributeKeyPair Package Description com.itextpdf.styledxmlparser.jsoup.select -
-
Uses of Evaluator.AttributeKeyPair in com.itextpdf.styledxmlparser.jsoup.select
Subclasses of Evaluator.AttributeKeyPair in com.itextpdf.styledxmlparser.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)
-