Class SemanticDocumentPostprocessingConsumer
- java.lang.Object
-
- org.verapdf.wcag.algorithms.semanticalgorithms.consumers.WCAGConsumer
-
- org.verapdf.wcag.algorithms.semanticalgorithms.consumers.SemanticDocumentPostprocessingConsumer
-
public class SemanticDocumentPostprocessingConsumer extends WCAGConsumer
-
-
Field Summary
-
Fields inherited from class org.verapdf.wcag.algorithms.semanticalgorithms.consumers.WCAGConsumer
wcagProgressStatus
-
-
Constructor Summary
Constructors Constructor Description SemanticDocumentPostprocessingConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckForRepeatedCharacters(ITree tree)voidcheckForTitle(ITree tree)voidrunPostprocessingChecks(ITree tree)voidsetLowestDepthErrorFlag(ITree tree)voidupdateBoundingBoxes(ITree tree)-
Methods inherited from class org.verapdf.wcag.algorithms.semanticalgorithms.consumers.WCAGConsumer
getPercent, getWCAGProgressStatus
-
-
-
-
Method Detail
-
runPostprocessingChecks
public void runPostprocessingChecks(ITree tree)
-
updateBoundingBoxes
public void updateBoundingBoxes(ITree tree)
-
setLowestDepthErrorFlag
public void setLowestDepthErrorFlag(ITree tree)
-
checkForTitle
public void checkForTitle(ITree tree)
-
checkForRepeatedCharacters
public void checkForRepeatedCharacters(ITree tree)
-
-