Class ListLabelsUtils
java.lang.Object
org.verapdf.wcag.algorithms.semanticalgorithms.utils.ListLabelsUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetCommonStartLength(String s1, String s2) static Set<ListInterval>getImageListItemsIntervals(List<? extends ListItemInfo> itemsInfo) static Set<ListInterval>getItemsWithEqualsLabels(List<ListItemTextInfo> itemsInfo) static Set<ListInterval>getListItemsIntervals(List<ListItemTextInfo> itemsInfo) static booleanisLetterLabel(String value) static booleanisListLabel(String value) static booleanisListLabels(List<String> listLabels)
-
Constructor Details
-
ListLabelsUtils
public ListLabelsUtils()
-
-
Method Details
-
isListLabel
-
isLetterLabel
-
isListLabels
-
getCommonStartLength
-
getImageListItemsIntervals
-
getListItemsIntervals
-
getItemsWithEqualsLabels
-