Uses of Class
org.verapdf.wcag.algorithms.entities.enums.SemanticType
-
-
Uses of SemanticType in org.verapdf.wcag.algorithms.entities
Methods in org.verapdf.wcag.algorithms.entities that return SemanticType Modifier and Type Method Description SemanticTypeINode. getInitialSemanticType()SemanticTypeSemanticNode. getInitialSemanticType()SemanticTypeINode. getSemanticType()SemanticTypeSemanticNode. getSemanticType()Methods in org.verapdf.wcag.algorithms.entities with parameters of type SemanticType Modifier and Type Method Description voidINode. setSemanticType(SemanticType semanticType)voidSemanticNode. setSemanticType(SemanticType semanticType) -
Uses of SemanticType in org.verapdf.wcag.algorithms.entities.enums
Methods in org.verapdf.wcag.algorithms.entities.enums that return SemanticType Modifier and Type Method Description static SemanticTypeSemanticType. valueOf(String name)Returns the enum constant of this type with the specified name.static SemanticType[]SemanticType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.verapdf.wcag.algorithms.entities.enums with parameters of type SemanticType Modifier and Type Method Description static booleanSemanticType. isIgnoredStandardType(SemanticType type) -
Uses of SemanticType in org.verapdf.wcag.algorithms.entities.lists
Methods in org.verapdf.wcag.algorithms.entities.lists that return SemanticType Modifier and Type Method Description SemanticTypeListElement. getSemanticType()SemanticTypeListItem. getSemanticType()Methods in org.verapdf.wcag.algorithms.entities.lists with parameters of type SemanticType Modifier and Type Method Description voidListElement. setSemanticType(SemanticType semanticType)voidListItem. setSemanticType(SemanticType semanticType)Constructors in org.verapdf.wcag.algorithms.entities.lists with parameters of type SemanticType Constructor Description ListElement(TableCell cell, SemanticType semanticType) -
Uses of SemanticType in org.verapdf.wcag.algorithms.entities.maps
Methods in org.verapdf.wcag.algorithms.entities.maps that return SemanticType Modifier and Type Method Description static SemanticTypeSemanticTypeMapper. getSemanticType(String type)Methods in org.verapdf.wcag.algorithms.entities.maps with parameters of type SemanticType Modifier and Type Method Description static booleanSemanticTypeMapper. containsType(SemanticType type) -
Uses of SemanticType in org.verapdf.wcag.algorithms.entities.tables
Methods in org.verapdf.wcag.algorithms.entities.tables that return SemanticType Modifier and Type Method Description SemanticTypeTableCell. getSemanticType()SemanticTypeTableRow. getSemanticType()Methods in org.verapdf.wcag.algorithms.entities.tables with parameters of type SemanticType Modifier and Type Method Description voidTableCell. setSemanticType(SemanticType semanticType)voidTableRow. setSemanticType(SemanticType semanticType)Constructors in org.verapdf.wcag.algorithms.entities.tables with parameters of type SemanticType Constructor Description TableCell(SemanticType semanticType)TableCell(TableTokenRow row, SemanticType semanticType)TableCell(TableCluster cluster, SemanticType semanticType)TableRow(SemanticType semanticType) -
Uses of SemanticType in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils with parameters of type SemanticType Modifier and Type Method Description static doubleNodeUtils. headingProbability(INode node, INode previousNode, INode nextNode, SemanticType initialSemanticType)
-