Class TableBorderConsumer
- java.lang.Object
-
- org.verapdf.wcag.algorithms.semanticalgorithms.consumers.WCAGConsumer
-
- org.verapdf.wcag.algorithms.semanticalgorithms.consumers.TableBorderConsumer
-
public class TableBorderConsumer extends WCAGConsumer
-
-
Constructor Summary
Constructors Constructor Description TableBorderConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WCAGProgressStatusgetWCAGProgressStatus()voidrecognizeTables(ITree tree)-
Methods inherited from class org.verapdf.wcag.algorithms.semanticalgorithms.consumers.WCAGConsumer
getPercent
-
-
-
-
Method Detail
-
recognizeTables
public void recognizeTables(ITree tree)
-
getWCAGProgressStatus
public WCAGProgressStatus getWCAGProgressStatus()
- Overrides:
getWCAGProgressStatusin classWCAGConsumer
-
-