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 classGFSANodeclassGFSARootMethods 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
Classes in org.verapdf.wcag.algorithms.entities that implement INode Modifier and Type Class Description classSemanticCaptionclassSemanticDocumentclassSemanticGroupingNodeAllowed semantic types: PART, SECT, DIV, ASIDE, NON_STRUCT (TABLE ???)classSemanticHeadingclassSemanticImageNodeclassSemanticNodeclassSemanticNumberHeadingclassSemanticParagraphclassSemanticSpanclassSemanticTextNodeMethods in org.verapdf.wcag.algorithms.entities that return INode Modifier and Type Method Description INodeINode. getParent()INodeSemanticNode. getParent()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) -
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 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()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.semanticalgorithms.consumers
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.consumers with parameters of type INode Modifier and Type Method Description voidAccumulatedNodeConsumer. accept(INode node)voidClusterTableConsumer. accept(INode node)voidContrastRatioConsumer. accept(INode node)voidSemanticDocumentPreprocessingConsumer. accept(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 doubleNodeUtils. captionProbability(INode node, INode neighborNode)static doubleNodeUtils. headingProbability(INode node, INode previousNode, INode nextNode, SemanticType initialSemanticType)static doubleNodeUtils. headingProbability(SemanticTextNode textNode, INode neighborNode)static booleanListUtils. isListNode(INode node)static booleanTableUtils. isTableNode(INode node)static voidListUtils. updateTreeWithRecognizedList(INode node, List<INode> children, Set<ListInterval> listIntervals)static voidListUtils. updateTreeWithRecognizedListItem(INode item, Long listId)Method parameters in org.verapdf.wcag.algorithms.semanticalgorithms.utils with type arguments of type INode Modifier and Type Method Description static voidListUtils. updateTreeWithRecognizedList(INode node, List<INode> children, Set<ListInterval> listIntervals)
-