Class HeadingCaptionConsumer
- java.lang.Object
-
- org.verapdf.wcag.algorithms.semanticalgorithms.consumers.WCAGConsumer
-
- org.verapdf.wcag.algorithms.semanticalgorithms.consumers.HeadingCaptionConsumer
-
public class HeadingCaptionConsumer extends WCAGConsumer implements Consumer<INode>
-
-
Field Summary
Fields Modifier and Type Field Description static doubleMERGE_PROBABILITY_THRESHOLD
-
Constructor Summary
Constructors Constructor Description HeadingCaptionConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(INode node)WCAGProgressStatusgetWCAGProgressStatus()-
Methods inherited from class org.verapdf.wcag.algorithms.semanticalgorithms.consumers.WCAGConsumer
getPercent
-
-
-
-
Field Detail
-
MERGE_PROBABILITY_THRESHOLD
public static final double MERGE_PROBABILITY_THRESHOLD
- See Also:
- Constant Field Values
-
-
Method Detail
-
getWCAGProgressStatus
public WCAGProgressStatus getWCAGProgressStatus()
- Overrides:
getWCAGProgressStatusin classWCAGConsumer
-
-