Class ListDetectionConsumer
- java.lang.Object
-
- org.verapdf.wcag.algorithms.semanticalgorithms.consumers.WCAGConsumer
-
- org.verapdf.wcag.algorithms.semanticalgorithms.consumers.ListDetectionConsumer
-
public class ListDetectionConsumer extends WCAGConsumer implements Consumer<INode>
-
-
Constructor Summary
Constructors Constructor Description ListDetectionConsumer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(INode node)WCAGProgressStatusgetWCAGProgressStatus()static booleanisTwoListItemsOnTwoPages(INode node)-
Methods inherited from class org.verapdf.wcag.algorithms.semanticalgorithms.consumers.WCAGConsumer
getPercent
-
-
-
-
Method Detail
-
isTwoListItemsOnTwoPages
public static boolean isTwoListItemsOnTwoPages(INode node)
-
getWCAGProgressStatus
public WCAGProgressStatus getWCAGProgressStatus()
- Overrides:
getWCAGProgressStatusin classWCAGConsumer
-
-