Uses of Class
org.verapdf.wcag.algorithms.entities.SemanticTextNode
-
Packages that use SemanticTextNode Package Description org.verapdf.wcag.algorithms.entities org.verapdf.wcag.algorithms.semanticalgorithms.tables org.verapdf.wcag.algorithms.semanticalgorithms.utils -
-
Uses of SemanticTextNode in org.verapdf.wcag.algorithms.entities
Subclasses of SemanticTextNode in org.verapdf.wcag.algorithms.entities Modifier and Type Class Description classSemanticCaptionclassSemanticHeadingclassSemanticListclassSemanticNumberHeadingclassSemanticParagraphclassSemanticPartclassSemanticSpanConstructors in org.verapdf.wcag.algorithms.entities with parameters of type SemanticTextNode Constructor Description SemanticCaption(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 Constructor Description TableCluster(SemanticTextNode textNode, INode node) -
Uses of SemanticTextNode in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils with parameters of type SemanticTextNode Modifier and Type Method Description static 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)
-