Class TagTreeHandlerUtil
- java.lang.Object
-
- com.itextpdf.pdfua.checkers.utils.TagTreeHandlerUtil
-
@Deprecated public final class TagTreeHandlerUtil extends java.lang.Object
Deprecated.Utility class that contains utility methods used when working with the TagTreeHandler
-
-
Constructor Summary
Constructors Modifier Constructor Description private
TagTreeHandlerUtil()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static PdfStructElem
getElementIfRoleMatches(PdfName role, IStructureNode structureNode)
Deprecated.
-
-
-
Method Detail
-
getElementIfRoleMatches
@Deprecated public static PdfStructElem getElementIfRoleMatches(PdfName role, IStructureNode structureNode)
Deprecated.Gets thePdfStructElem
if the element matches the provided role and the structureNode is indeed anPdfStructElem
- Parameters:
role
- The role that needs to be matched.structureNode
- The structure node.- Returns:
- The
PdfStructElem
if the structure matches the role.
-
-