Class PdfUA2FormulaChecker
java.lang.Object
com.itextpdf.pdfua.checkers.utils.ua2.PdfUA2FormulaChecker
Utility class which performs "Formula" tag related checks according to PDF/UA-2 specification.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Handler class that checks "Formula" tags while traversing the tag tree. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks if "math" structure element from "MathML" namespace is enclosed within "Formula" tag.
-
Method Details
-
checkStructElement
Checks if "math" structure element from "MathML" namespace is enclosed within "Formula" tag.- Parameters:
-
elem
- structure element to check - Throws:
-
PdfUAConformanceException
- if document has incorrect tag structure for Formula tag
-