Uses of Interface
org.verapdf.wcag.algorithms.entities.INode
-
-
Uses of INode in org.verapdf.gf.model.impl.sa
Classes in org.verapdf.gf.model.impl.sa that implement INode Modifier and Type Class Description classGFSAAnnotationNodeclassGFSANodeclassGFSARootMethods in org.verapdf.gf.model.impl.sa that return INode Modifier and Type Method Description INodeGFSAStructElem. getNode()INodeGFSAStructTreeRoot. getRoot()Methods in org.verapdf.gf.model.impl.sa that return types with arguments of type INode Modifier and Type Method Description List<INode>GFSANode. getChildren()List<INode>GFSARoot. getChildren()Methods in org.verapdf.gf.model.impl.sa with parameters of type INode Modifier and Type Method Description voidGFSAStructElem. setNode(INode node) -
Uses of INode in org.verapdf.wcag.algorithms.entities
Subinterfaces of INode in org.verapdf.wcag.algorithms.entities Modifier and Type Interface Description interfaceIAnnotationClasses in org.verapdf.wcag.algorithms.entities that implement INode Modifier and Type Class Description classAnnotationNodeclassSemanticCaptionclassSemanticDocumentclassSemanticFigureclassSemanticGroupingNodeAllowed semantic types: PART, SECT, DIV, ASIDE, NON_STRUCT (TABLE ???)classSemanticHeadingclassSemanticImageNodeclassSemanticListclassSemanticNodeclassSemanticNumberHeadingclassSemanticParagraphclassSemanticPartclassSemanticSpanclassSemanticTableclassSemanticTextNodeMethods in org.verapdf.wcag.algorithms.entities that return INode Modifier and Type Method Description INodeINode. getNextNeighbor()INodeSemanticNode. getNextNeighbor()INodeINode. getNextNode()INodeSemanticNode. getNextNode()INodeINode. getParent()INodeSemanticNode. getParent()INodeINode. getPreviousNeighbor()INodeSemanticNode. getPreviousNeighbor()INodeINode. getPreviousNode()INodeSemanticNode. getPreviousNode()INodeITree. getRoot()INodeSemanticTree. getRoot()Methods in org.verapdf.wcag.algorithms.entities that return types with arguments of type INode Modifier and Type Method Description List<INode>INode. getChildren()List<INode>SemanticNode. getChildren()default Iterator<INode>ITree. iterator()Iterator<INode>SemanticTree. iterator()Methods in org.verapdf.wcag.algorithms.entities with parameters of type INode Modifier and Type Method Description voidINode. addChild(INode child)voidSemanticNode. addChild(INode child)voidINode. setParent(INode node)voidSemanticNode. setParent(INode node)Constructors in org.verapdf.wcag.algorithms.entities with parameters of type INode Constructor Description SemanticTree(INode root) -
Uses of INode in org.verapdf.wcag.algorithms.entities.maps
Methods in org.verapdf.wcag.algorithms.entities.maps that return INode Modifier and Type Method Description INodeAccumulatedNodeMapper. get(INode node)Methods in org.verapdf.wcag.algorithms.entities.maps with parameters of type INode Modifier and Type Method Description INodeAccumulatedNodeMapper. get(INode node)voidAccumulatedNodeMapper. put(INode node, INode accumulatedNode)voidAccumulatedNodeMapper. 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 INode Modifier and Type Method Description INodeTable. getBodyNode()INodeTableToken. getNode()Methods in org.verapdf.wcag.algorithms.entities.tables that return types with arguments of type INode Modifier and Type Method Description List<INode>Table. getRestNodes()Methods in org.verapdf.wcag.algorithms.entities.tables with parameters of type INode Modifier and Type Method Description voidTable. setBodyNode(INode bodyNode)Constructors in org.verapdf.wcag.algorithms.entities.tables with parameters of type INode Constructor Description TableToken(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 INode Modifier and Type Method Description INodeTableBorder. getNode()INodeTableBorderCell. getNode()INodeTableBorderRow. getNode()Methods in org.verapdf.wcag.algorithms.entities.tables.tableBorders with parameters of type INode Modifier and Type Method Description voidTableBorder. setNode(INode node)voidTableBorderCell. setNode(INode node)voidTableBorderRow. setNode(INode node)Constructors in org.verapdf.wcag.algorithms.entities.tables.tableBorders with parameters of type INode Constructor Description TableBorderCell(INode node, int rowNumber, int colNumber) -
Uses of INode in org.verapdf.wcag.algorithms.semanticalgorithms.consumers
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.consumers with parameters of type INode Modifier and Type Method Description voidAccumulatedNodeConsumer. accept(INode node)voidContrastRatioConsumer. accept(INode node)voidListDetectionConsumer. accept(INode node)voidSemanticDocumentPreprocessingConsumer. accept(INode node)voidTableChecker. accept(INode node)voidTOCDetectionConsumer. accept(INode node)voidTOCDetectionConsumer. checkTOC(INode node)static voidClusterTableConsumer. detectTableCaptions(BoundingBox tableBoundingBox, INode tableRoot)voidClusterTableConsumer. findTables(INode root)static booleanClusterTableConsumer. isNodeInsideTable(INode node, Long id, BoundingBox boundingBox, SemanticType semanticType) -
Uses of INode in org.verapdf.wcag.algorithms.semanticalgorithms.tables
Constructors in org.verapdf.wcag.algorithms.semanticalgorithms.tables with parameters of type INode Constructor Description TableCluster(SemanticTextNode textNode, INode node) -
Uses of INode in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils with parameters of type INode Modifier and Type Method Description static voidErrorCodes. addErrorCodeWithArguments(INode node, int errorCode, Object... arguments)static doubleNodeUtils. headingProbability(INode node, INode previousNode, INode nextNode, INode nextNextNode, INode initialNode)static doubleNodeUtils. headingProbability(SemanticTextNode textNode, INode neighborNode)static doubleCaptionUtils. imageCaptionProbability(INode node, SemanticImageNode imageNode)static booleanListUtils. isInitialListNode(INode node)static booleanTableUtils. isInitialTableNode(INode node)static booleanTOCUtils. isInitialTOCNode(INode node)static booleanListUtils. isListNode(INode node)static booleanTableUtils. isTableNode(INode node)static booleanTOCUtils. isTOCNode(INode node)static 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 INode Modifier and Type Method Description static voidListUtils. checkChildrenListInterval(ListIntervalsCollection listIntervalsCollection, ListInterval listInterval, List<INode> children)static Set<ListInterval>ListUtils. getChildrenListIntervals(Set<ListInterval> listIntervals, List<INode> children)
-