Uses of Class
org.verapdf.wcag.algorithms.entities.maps.AccumulatedNodeMapper
-
Packages that use AccumulatedNodeMapper Package Description org.verapdf.wcag.algorithms.semanticalgorithms.consumers org.verapdf.wcag.algorithms.semanticalgorithms.utils -
-
Uses of AccumulatedNodeMapper in org.verapdf.wcag.algorithms.semanticalgorithms.consumers
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.consumers that return AccumulatedNodeMapper Modifier and Type Method Description AccumulatedNodeMapperAccumulatedNodeConsumer. getAccumulatedNodeMapper()Methods in org.verapdf.wcag.algorithms.semanticalgorithms.consumers with parameters of type AccumulatedNodeMapper Modifier and Type Method Description static voidClusterTableConsumer. detectTableCaptions(BoundingBox tableBoundingBox, INode tableRoot, AccumulatedNodeMapper accumulatedNodeMapper)Constructors in org.verapdf.wcag.algorithms.semanticalgorithms.consumers with parameters of type AccumulatedNodeMapper Constructor Description ClusterTableConsumer(TableBordersCollection tableBorders, AccumulatedNodeMapper accumulatedNodeMapper)SemanticDocumentPostprocessingConsumer(AccumulatedNodeMapper accumulatedNodeMapper)TableBorderConsumer(TableBordersCollection tableBorders, AccumulatedNodeMapper accumulatedNodeMapper) -
Uses of AccumulatedNodeMapper in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils with parameters of type AccumulatedNodeMapper Modifier and Type Method Description static voidListUtils. updateTreeWithRecognizedList(INode node, List<INode> children, Set<ListInterval> listIntervals, AccumulatedNodeMapper accumulatedNodeMapper)static voidListUtils. updateTreeWithRecognizedList(INode node, List<INode> children, ListInterval listInterval, AccumulatedNodeMapper accumulatedNodeMapper)
-