Uses of Interface
com.itextpdf.kernel.pdf.tagutils.IRoleMappingResolver
Packages that use IRoleMappingResolver
-
Uses of IRoleMappingResolver in com.itextpdf.kernel.pdf.tagutils
Methods in com.itextpdf.kernel.pdf.tagutils that return IRoleMappingResolverModifier and TypeMethodDescriptionTagStructureContext.getRoleMappingResolver(String role) Gets an instance of theIRoleMappingResolvercorresponding to the current tag structure target version.TagStructureContext.getRoleMappingResolver(String role, PdfNamespace namespace) Gets an instance of theIRoleMappingResolvercorresponding to the current tag structure target version.TagStructureContext.resolveMappingToStandardOrDomainSpecificRole(String role, PdfNamespace namespace) Gets an instance of theIRoleMappingResolverwhich is already in the "resolved" state: it returns role in the standard or domain-specific namespace for thegetRole()andgetNamespace()methods calls which correspond to the mapping of the given role; or null if the given role is not mapped to the standard or domain-specific one.