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 class
Evaluator.AttributeWithValue
Evaluator for attribute name/value matchingstatic class
Evaluator.AttributeWithValueContaining
Evaluator for attribute name/value matching (value containing)static class
Evaluator.AttributeWithValueEnding
Evaluator for attribute name/value matching (value ending)static class
Evaluator.AttributeWithValueNot
Evaluator for attribute name != value matchingstatic class
Evaluator.AttributeWithValueStarting
Evaluator for attribute name/value matching (value prefix)
-