public final class HeadingsChecker extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HeadingsChecker.HeadingHandler
Handler class that checks heading tags while traversing the tag tree.
|
| Constructor and Description |
|---|
HeadingsChecker(PdfUAValidationContext context)
Creates a new instance of
HeadingsChecker. |
| Modifier and Type | Method and Description |
|---|---|
void |
checkLayoutElement(IRenderer renderer)
Checks if layout element has correct heading.
|
void |
checkStructElement(IStructureNode structNode)
Checks if structure element has correct heading.
|
public HeadingsChecker(PdfUAValidationContext context)
HeadingsChecker.context - The validation context.public void checkLayoutElement(IRenderer renderer)
renderer - layout element to checkPdfUAConformanceException - if headings sequence is incorrectpublic void checkStructElement(IStructureNode structNode)
structNode - structure element to checkPdfUAConformanceException - if headings sequence is incorrectCopyright © 1998–2024 Apryse Group NV. All rights reserved.