Table of Contents

Class TagTreeIteratorElementApprover

Namespace
iText.Kernel.Pdf.Tagutils
Assembly
itext.kernel.dll

Element checker for TagTreeIterator.

public class TagTreeIteratorElementApprover
Inheritance
TagTreeIteratorElementApprover
Derived
Inherited Members

Remarks

Element checker for TagTreeIterator. It is used to check whether specific element should be traversed.

Constructors

TagTreeIteratorElementApprover()

Creates a new instance of TagTreeIteratorElementApprover

public TagTreeIteratorElementApprover()

Methods

Approve(IStructureNode)

Checks whether the element should be traversed.

public virtual bool Approve(IStructureNode elem)

Parameters

elem IStructureNode

the element to check

Returns

bool

true if the element should be traversed, false otherwise