Package org.verapdf.tools
Class TaggedPDFRoleMapHelper
- java.lang.Object
-
- org.verapdf.tools.TaggedPDFRoleMapHelper
-
public class TaggedPDFRoleMapHelper extends Object
- Author:
- Maksim Bezrukov
-
-
Constructor Summary
Constructors Constructor Description TaggedPDFRoleMapHelper(Map<ASAtom,ASAtom> roleMap)Creates new TaggedPDFRoleMapHelper
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleancircularMappingExist(ASAtom type)StringgetStandardType(ASAtom type, boolean isPDFA1, boolean isWCAG)Obtains standard type for the given one
-
-
-
Method Detail
-
getStandardType
public String getStandardType(ASAtom type, boolean isPDFA1, boolean isWCAG)
Obtains standard type for the given one- Parameters:
type- the type for obtaining the standard- Returns:
- standard type for the given one or null in cases when there is no standard for the given or there is a cycle of the custom types
-
-