Class SemanticDocumentPostprocessingConsumer

java.lang.Object
org.verapdf.wcag.algorithms.semanticalgorithms.consumers.WCAGConsumer
org.verapdf.wcag.algorithms.semanticalgorithms.consumers.SemanticDocumentPostprocessingConsumer

public class SemanticDocumentPostprocessingConsumer extends WCAGConsumer
  • Constructor Details

    • SemanticDocumentPostprocessingConsumer

      public SemanticDocumentPostprocessingConsumer()
  • Method Details

    • 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)
    • checkForRepeatedCharacters

      public void checkForRepeatedCharacters(INode node, List<TextChunk> chunks)
    • getWCAGProgressStatus

      public WCAGProgressStatus getWCAGProgressStatus()
      Overrides:
      getWCAGProgressStatus in class WCAGConsumer