Class FormulaCheckUtil.FormulaTagHandler
- java.lang.Object
-
- com.itextpdf.pdfua.checkers.utils.ContextAwareTagTreeIteratorHandler
-
- com.itextpdf.pdfua.checkers.utils.FormulaCheckUtil.FormulaTagHandler
-
- All Implemented Interfaces:
ITagTreeIteratorHandler
- Enclosing class:
- FormulaCheckUtil
public static class FormulaCheckUtil.FormulaTagHandler extends ContextAwareTagTreeIteratorHandler
Handler for checking Formula elements in the TagTree.
-
-
Field Summary
-
Fields inherited from class com.itextpdf.pdfua.checkers.utils.ContextAwareTagTreeIteratorHandler
context
-
-
Constructor Summary
Constructors Constructor Description FormulaTagHandler(PdfUAValidationContext context)
Creates a newFormulaCheckUtil.FormulaTagHandler
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
-
FormulaTagHandler
public FormulaTagHandler(PdfUAValidationContext context)
Creates a newFormulaCheckUtil.FormulaTagHandler
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
-
-