Package org.verapdf.tools
Class TaggedPDFRoleMapHelper
java.lang.Object
org.verapdf.tools.TaggedPDFRoleMapHelper
- Author:
- Maksim Bezrukov
-
Constructor Summary
ConstructorsConstructorDescriptionTaggedPDFRoleMapHelper(Map<ASAtom, ASAtom> roleMap) Creates new TaggedPDFRoleMapHelper -
Method Summary
Modifier and TypeMethodDescriptioncircularMappingExist(ASAtom type) getStandardType(ASAtom type) Obtains standard type for the given one
-
Constructor Details
-
TaggedPDFRoleMapHelper
Creates new TaggedPDFRoleMapHelper- Parameters:
roleMap- role map from PDF
-
-
Method Details
-
getStandardType
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
-
circularMappingExist
-