Uses of Interface
com.itextpdf.kernel.pdf.tagutils.IRoleMappingResolver
Packages that use IRoleMappingResolver
-
Uses of IRoleMappingResolver in com.itextpdf.kernel.pdf.tagutils
Classes in com.itextpdf.kernel.pdf.tagutils that implement IRoleMappingResolverModifier and TypeClassDescription(package private) class
(package private) class
Methods in com.itextpdf.kernel.pdf.tagutils that return IRoleMappingResolverModifier and TypeMethodDescriptionTagStructureContext.getRoleMappingResolver
(String role) Gets an instance of theIRoleMappingResolver
corresponding to the current tag structure target version.TagStructureContext.getRoleMappingResolver
(String role, PdfNamespace namespace) Gets an instance of theIRoleMappingResolver
corresponding to the current tag structure target version.TagStructureContext.resolveMappingToStandardOrDomainSpecificRole
(String role, PdfNamespace namespace) Gets an instance of theIRoleMappingResolver
which 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.Methods in com.itextpdf.kernel.pdf.tagutils with parameters of type IRoleMappingResolverModifier and TypeMethodDescriptionprivate void
RootTagNormalizer.logCreatedRootTagHasMappingIssue
(PdfNamespace rootTagOriginalNs, IRoleMappingResolver mapping) -
Uses of IRoleMappingResolver in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer that return IRoleMappingResolverModifier and TypeMethodDescriptionprivate static IRoleMappingResolver
AccessibleAttributesApplier.resolveMappingToStandard
(TagTreePointer taggingPointer)