Uses of Class
org.verapdf.wcag.algorithms.entities.SemanticTextNode
Packages that use SemanticTextNode
Package
Description
-
Uses of SemanticTextNode in org.verapdf.wcag.algorithms.entities
Subclasses of SemanticTextNode in org.verapdf.wcag.algorithms.entitiesModifier and TypeClassDescriptionclassclassclassclassclassclassclassConstructors in org.verapdf.wcag.algorithms.entities with parameters of type SemanticTextNodeModifierConstructorDescriptionSemanticCaption(SemanticTextNode textNode) SemanticHeading(SemanticTextNode textNode) SemanticList(SemanticTextNode node, ListInterval listInterval) SemanticNumberHeading(SemanticTextNode textNode) SemanticParagraph(SemanticTextNode textNode) SemanticTextNode(SemanticTextNode textNode) -
Uses of SemanticTextNode in org.verapdf.wcag.algorithms.semanticalgorithms.tables
Constructors in org.verapdf.wcag.algorithms.semanticalgorithms.tables with parameters of type SemanticTextNode -
Uses of SemanticTextNode in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils with parameters of type SemanticTextNodeModifier and TypeMethodDescriptionstatic doubleCaptionUtils.captionContentProbability(SemanticTextNode textNode, String prefix) static doubleChunksMergeUtils.countOneLineProbability(SemanticTextNode secondNode, TextLine lastLine, TextLine nextLine) static doubleChunksMergeUtils.getFootnoteProbability(SemanticTextNode firstNode, SemanticTextNode secondNode, TextLine lastLine, TextLine nextLine) static booleanNodeUtils.hasSameStyle(SemanticTextNode textNode, SemanticTextNode neighborTextNode, double weightEps, double fontEps) static doubleNodeUtils.headingProbability(SemanticTextNode textNode, INode neighborNode) static doubleNodeUtils.headingProbability(SemanticTextNode textNode, SemanticTextNode previousNode, SemanticTextNode nextNode, INode initialNode)