Package com.itextpdf.kernel.pdf.tagging
Class McrCheckUtil.McrTagHandler
- java.lang.Object
-
- com.itextpdf.kernel.pdf.tagging.McrCheckUtil.McrTagHandler
-
- All Implemented Interfaces:
ITagTreeIteratorHandler
- Enclosing class:
- McrCheckUtil
private static class McrCheckUtil.McrTagHandler extends java.lang.Object implements ITagTreeIteratorHandler
Search for mcr elements in the TagTree.
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
haveMcr
-
Constructor Summary
Constructors Constructor Description McrTagHandler()
Creates a newMcrCheckUtil.McrTagHandler
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
nextElement(IStructureNode elem)
Called when the next element is reached during the traversal.boolean
tagTreeHaveMcr()
Method returns if tag tree has mcr in it.
-
-
-
Constructor Detail
-
McrTagHandler
public McrTagHandler()
Creates a newMcrCheckUtil.McrTagHandler
instance.
-
-
Method Detail
-
tagTreeHaveMcr
public boolean tagTreeHaveMcr()
Method returns if tag tree has mcr in it.
-
nextElement
public void nextElement(IStructureNode elem)
Called when the next element is reached during the traversal.- Specified by:
nextElement
in interfaceITagTreeIteratorHandler
- Parameters:
elem
- the next element
-
-