public final class PdfUA1ListChecker extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PdfUA1ListChecker.PdfUA1ListHandler
Handler class that checks list tags while traversing the tag tree.
|
| Constructor and Description |
|---|
PdfUA1ListChecker(PdfUAValidationContext context)
Creates a new instance of
PdfUA1ListChecker. |
| Modifier and Type | Method and Description |
|---|---|
void |
checkStructElement(IStructureNode structNode)
Checks if list element has correct tag structure according to PDF/UA-1 specification.
|
public PdfUA1ListChecker(PdfUAValidationContext context)
PdfUA1ListChecker.context - the validation contextpublic void checkStructElement(IStructureNode structNode)
Conforming files shall tag any real content within LI structure element as either Lbl or LBody.
structNode - list structure element to checkPdfUAConformanceException - if document has incorrect tag structure for listCopyright © 1998–2025 Apryse Group NV. All rights reserved.