Package com.itextpdf.kernel.pdf.tagutils
Class TagTreePointer.TagTreeIteratorApproverWithStop
java.lang.Object
com.itextpdf.kernel.pdf.tagutils.TagTreeIteratorElementApprover
com.itextpdf.kernel.pdf.tagutils.TagTreeIteratorAvoidDuplicatesApprover
com.itextpdf.kernel.pdf.tagutils.TagTreePointer.TagTreeIteratorApproverWithStop
- Enclosing class:
TagTreePointer
@Deprecated
private static class TagTreePointer.TagTreeIteratorApproverWithStop
extends TagTreeIteratorAvoidDuplicatesApprover
Deprecated.
change ITagTreeIteratorHandler#nextElement to return boolean
showing whether the iteration should be continued. It will allow to get rid of this ugly workaround.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
approve
(IStructureNode elem) Deprecated.Checks whether the element should be traversed.
-
Field Details
-
handler
Deprecated.
-
-
Constructor Details
-
TagTreeIteratorApproverWithStop
Deprecated.
-
-
Method Details
-
approve
Deprecated.Description copied from class:TagTreeIteratorAvoidDuplicatesApprover
Checks whether the element should be traversed.- Overrides:
approve
in classTagTreeIteratorAvoidDuplicatesApprover
- Parameters:
elem
- the element to check- Returns:
true
if the element should be traversed,false otherwise
-