Uses of Interface
com.itextpdf.kernel.pdf.tagutils.IRoleMappingResolver
-
Packages that use IRoleMappingResolver Package Description com.itextpdf.kernel.pdf.tagutils com.itextpdf.layout.renderer -
-
Uses of IRoleMappingResolver in com.itextpdf.kernel.pdf.tagutils
Classes in com.itextpdf.kernel.pdf.tagutils that implement IRoleMappingResolver Modifier and Type Class Description (package private) classRoleMappingResolver(package private) classRoleMappingResolverPdf2Methods in com.itextpdf.kernel.pdf.tagutils that return IRoleMappingResolver Modifier and Type Method Description IRoleMappingResolverTagStructureContext. getRoleMappingResolver(java.lang.String role)Gets an instance of theIRoleMappingResolvercorresponding to the current tag structure target version.IRoleMappingResolverTagStructureContext. getRoleMappingResolver(java.lang.String role, PdfNamespace namespace)Gets an instance of theIRoleMappingResolvercorresponding to the current tag structure target version.IRoleMappingResolverTagStructureContext. resolveMappingToStandardOrDomainSpecificRole(java.lang.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.Methods in com.itextpdf.kernel.pdf.tagutils with parameters of type IRoleMappingResolver Modifier and Type Method Description private voidRootTagNormalizer. logCreatedRootTagHasMappingIssue(PdfNamespace rootTagOriginalNs, IRoleMappingResolver mapping) -
Uses of IRoleMappingResolver in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer that return IRoleMappingResolver Modifier and Type Method Description private static IRoleMappingResolverAccessibleAttributesApplier. resolveMappingToStandard(TagTreePointer taggingPointer)
-