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 classHandler class that checks "Formula" tags while traversing the tag tree. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final PdfUAValidationContextprivate static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidChecks if "math" structure element from "MathML" namespace is enclosed within "Formula" tag.
-
Field Details
-
MATH
- See Also:
-
context
-
-
Constructor Details
-
PdfUA2FormulaChecker
-
-
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
-