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.utils -
-
Uses of SemanticTextNode in org.verapdf.wcag.algorithms.entities
Subclasses of SemanticTextNode in org.verapdf.wcag.algorithms.entities Modifier and Type Class Description classSemanticCaptionclassSemanticHeadingclassSemanticNumberHeadingclassSemanticParagraphclassSemanticSpanConstructors in org.verapdf.wcag.algorithms.entities with parameters of type SemanticTextNode Constructor Description SemanticCaption(SemanticTextNode textNode)SemanticHeading(SemanticTextNode textNode)SemanticNumberHeading(SemanticTextNode textNode)SemanticParagraph(SemanticTextNode textNode)SemanticTextNode(SemanticTextNode textNode) -
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 doubleNodeUtils. headingProbability(SemanticTextNode textNode, INode neighborNode)
-