Class TagTreeHandlerUtil


  • @Deprecated
    public final class TagTreeHandlerUtil
    extends java.lang.Object
    Deprecated.
    Utility class that contains utility methods used when working with the TagTreeHandler
    • Constructor Detail

      • TagTreeHandlerUtil

        private TagTreeHandlerUtil()
        Deprecated.
    • Method Detail

      • getElementIfRoleMatches

        @Deprecated
        public static PdfStructElem getElementIfRoleMatches​(PdfName role,
                                                            IStructureNode structureNode)
        Deprecated.
        Gets the PdfStructElem if the element matches the provided role and the structureNode is indeed an PdfStructElem
        Parameters:
        role - The role that needs to be matched.
        structureNode - The structure node.
        Returns:
        The PdfStructElem if the structure matches the role.