Uses of Interface
org.verapdf.wcag.algorithms.entities.INode
Packages that use INode
Package
Description
-
Uses of INode in org.verapdf.gf.model.impl.sa
Classes in org.verapdf.gf.model.impl.sa that implement INodeMethods in org.verapdf.gf.model.impl.sa that return INodeMethods in org.verapdf.gf.model.impl.sa that return types with arguments of type INodeMethods in org.verapdf.gf.model.impl.sa with parameters of type INode -
Uses of INode in org.verapdf.wcag.algorithms.entities
Classes in org.verapdf.wcag.algorithms.entities that implement INodeModifier and TypeClassDescriptionclassclassclassclassclassAllowed semantic types: PART, SECT, DIV, ASIDE, NON_STRUCT (TABLE ???)classclassclassclassclassclassclassclassclassMethods in org.verapdf.wcag.algorithms.entities that return INodeModifier and TypeMethodDescriptionINode.getNextNeighbor()SemanticNode.getNextNeighbor()INode.getNextNode()SemanticNode.getNextNode()INode.getParent()SemanticNode.getParent()INode.getPreviousNeighbor()SemanticNode.getPreviousNeighbor()INode.getPreviousNode()SemanticNode.getPreviousNode()ITree.getRoot()SemanticTree.getRoot()DFSTreeNodeIterator.next()Methods in org.verapdf.wcag.algorithms.entities that return types with arguments of type INodeModifier and TypeMethodDescriptionINode.getChildren()SemanticNode.getChildren()ITree.iterator()SemanticTree.iterator()Methods in org.verapdf.wcag.algorithms.entities with parameters of type INodeModifier and TypeMethodDescriptionvoidvoidvoidvoidConstructors in org.verapdf.wcag.algorithms.entities with parameters of type INode -
Uses of INode in org.verapdf.wcag.algorithms.entities.maps
Methods in org.verapdf.wcag.algorithms.entities.maps that return INodeModifier and TypeMethodDescriptionMethods in org.verapdf.wcag.algorithms.entities.maps with parameters of type INodeModifier and TypeMethodDescriptionvoidvoidvoidAccumulatedNodeMapper.updateNode(INode node, INode accumulatedNode, double correctSemanticScore, SemanticType semanticType) -
Uses of INode in org.verapdf.wcag.algorithms.entities.tables
Methods in org.verapdf.wcag.algorithms.entities.tables that return INodeMethods in org.verapdf.wcag.algorithms.entities.tables that return types with arguments of type INodeMethods in org.verapdf.wcag.algorithms.entities.tables with parameters of type INodeConstructors in org.verapdf.wcag.algorithms.entities.tables with parameters of type INodeModifierConstructorDescriptionTableToken(ImageChunk imageChunk, INode node) TableToken(TextChunk textChunk, INode node) -
Uses of INode in org.verapdf.wcag.algorithms.entities.tables.tableBorders
Methods in org.verapdf.wcag.algorithms.entities.tables.tableBorders that return INodeModifier and TypeMethodDescriptionTableBorder.getNode()TableBorderCell.getNode()TableBorderRow.getNode()Methods in org.verapdf.wcag.algorithms.entities.tables.tableBorders with parameters of type INodeModifier and TypeMethodDescriptionvoidvoidvoidConstructors in org.verapdf.wcag.algorithms.entities.tables.tableBorders with parameters of type INode -
Uses of INode in org.verapdf.wcag.algorithms.semanticalgorithms.consumers
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.consumers that return INodeModifier and TypeMethodDescriptionstatic INodeTableBorderConsumer.findCommonParent(Set<INode> nodes) static INodeClusterTableConsumer.findLocalRoot(Set<INode> nodes) static INodeClusterTableConsumer.getTableCellNode(TableCell cell) Methods in org.verapdf.wcag.algorithms.semanticalgorithms.consumers with parameters of type INodeModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidSemanticDocumentPostprocessingConsumer.checkForRepeatedCharacters(INode node, List<TextChunk> chunks) voidstatic voidClusterTableConsumer.detectTableCaptions(BoundingBox tableBoundingBox, INode tableRoot) voidvoidClusterTableConsumer.findTables(INode root) static booleanClusterTableConsumer.isNodeInsideTable(INode node, Long id, BoundingBox boundingBox, SemanticType semanticType) static booleanListDetectionConsumer.isTwoListItemsOnTwoPages(INode node) Method parameters in org.verapdf.wcag.algorithms.semanticalgorithms.consumers with type arguments of type INodeModifier and TypeMethodDescriptionstatic INodeTableBorderConsumer.findCommonParent(Set<INode> nodes) static INodeClusterTableConsumer.findLocalRoot(Set<INode> nodes) -
Uses of INode in org.verapdf.wcag.algorithms.semanticalgorithms.tables
Constructors in org.verapdf.wcag.algorithms.semanticalgorithms.tables with parameters of type INode -
Uses of INode in org.verapdf.wcag.algorithms.semanticalgorithms.tocs
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.tocs that return INodeMethods in org.verapdf.wcag.algorithms.semanticalgorithms.tocs with parameters of type INodeModifier and TypeMethodDescriptionvoidTOCIInfo.setDestinationStructElem(INode destinationStructElem) -
Uses of INode in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils that return INodeMethods in org.verapdf.wcag.algorithms.semanticalgorithms.utils with parameters of type INodeModifier and TypeMethodDescriptionstatic voidErrorCodes.addErrorCodeWithArguments(INode node, int errorCode, Object... arguments) static INodeNodeUtils.getNextNonEmptyNode(INode node) static doubleNodeUtils.headingProbability(SemanticTextNode textNode, INode neighborNode) static doubleNodeUtils.headingProbability(SemanticTextNode textNode, SemanticTextNode previousNode, SemanticTextNode nextNode, INode initialNode) static doubleCaptionUtils.imageCaptionProbability(INode node, SemanticFigure imageNode) static booleanHeadingUtils.isDetectedHeadingNode(INode node) static booleanListUtils.isDetectedListNode(INode node) static booleanHeadingUtils.isInitialHeadingNode(INode node) static booleanListUtils.isInitialListNode(INode node) static booleanTableUtils.isInitialTableNode(INode node) static booleanTOCUtils.isInitialTOCNode(INode node) static booleanTableUtils.isTableNode(INode node) static booleanstatic voidErrorCodes.removeErrorCodeWithArgumentsAfterIndex(INode node, int index) static doubleCaptionUtils.tableCaptionProbability(INode node, BoundingBox tableBoundingBox) static voidListUtils.updateTreeWithRecognizedList(INode node, ListInterval listInterval) static voidListUtils.updateTreeWithRecognizedListItem(INode item, Long listId) static voidListUtils.updateTreeWithRecognizedLists(INode node, Set<ListInterval> listIntervals) Method parameters in org.verapdf.wcag.algorithms.semanticalgorithms.utils with type arguments of type INodeModifier and TypeMethodDescriptionstatic voidListUtils.checkChildrenListInterval(ListIntervalsCollection listIntervalsCollection, ListInterval listInterval, List<INode> children) static Set<ListInterval>ListUtils.getChildrenListIntervals(Set<ListInterval> listIntervals, List<INode> children)