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) class
RoleMappingResolver
(package private) class
RoleMappingResolverPdf2
Methods in com.itextpdf.kernel.pdf.tagutils that return IRoleMappingResolver Modifier and Type Method Description IRoleMappingResolver
TagStructureContext. getRoleMappingResolver(java.lang.String role)
Gets an instance of theIRoleMappingResolver
corresponding to the current tag structure target version.IRoleMappingResolver
TagStructureContext. getRoleMappingResolver(java.lang.String role, PdfNamespace namespace)
Gets an instance of theIRoleMappingResolver
corresponding to the current tag structure target version.IRoleMappingResolver
TagStructureContext. resolveMappingToStandardOrDomainSpecificRole(java.lang.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 IRoleMappingResolver Modifier and Type Method Description private void
RootTagNormalizer. 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 IRoleMappingResolver
AccessibleAttributesApplier. resolveMappingToStandard(TagTreePointer taggingPointer)
-