Class SemanticTypeMapper
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.maps.SemanticTypeMapper
-
public class SemanticTypeMapper extends Object
-
-
Constructor Summary
Constructors Constructor Description SemanticTypeMapper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancontainsType(String type)static booleancontainsType(SemanticType type)static SemanticTypegetSemanticType(String type)
-
-
-
Method Detail
-
containsType
public static boolean containsType(String type)
-
containsType
public static boolean containsType(SemanticType type)
-
getSemanticType
public static SemanticType getSemanticType(String type)
-
-