Class NoteCheckUtil.NoteTagHandler
- java.lang.Object
-
- com.itextpdf.pdfua.checkers.utils.ContextAwareTagTreeIteratorHandler
-
- com.itextpdf.pdfua.checkers.utils.NoteCheckUtil.NoteTagHandler
-
- All Implemented Interfaces:
ITagTreeIteratorHandler
- Enclosing class:
- NoteCheckUtil
public static class NoteCheckUtil.NoteTagHandler extends ContextAwareTagTreeIteratorHandler
Handler for checking Note elements in the TagTree.
-
-
Field Summary
-
Fields inherited from class com.itextpdf.pdfua.checkers.utils.ContextAwareTagTreeIteratorHandler
context
-
-
Constructor Summary
Constructors Constructor Description NoteTagHandler(PdfUAValidationContext context)
Creates a newNoteCheckUtil.NoteTagHandler
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.
-
-
-
Constructor Detail
-
NoteTagHandler
public NoteTagHandler(PdfUAValidationContext context)
Creates a newNoteCheckUtil.NoteTagHandler
instance.- Parameters:
context
- The validation context.
-
-
Method Detail
-
nextElement
public void nextElement(IStructureNode elem)
Called when the next element is reached during the traversal.- Parameters:
elem
- the next element
-
-