Uses of Interface
org.verapdf.wcag.algorithms.entities.IDocument
-
-
Uses of IDocument in org.verapdf.gf.model.impl.sa
Classes in org.verapdf.gf.model.impl.sa that implement IDocument Modifier and Type Class Description classGFSAPDFDocument -
Uses of IDocument in org.verapdf.wcag.algorithms.entities
Classes in org.verapdf.wcag.algorithms.entities that implement IDocument Modifier and Type Class Description classDocument -
Uses of IDocument in org.verapdf.wcag.algorithms.semanticalgorithms
Methods in org.verapdf.wcag.algorithms.semanticalgorithms with parameters of type IDocument Modifier and Type Method Description voidContrastRatioChecker. checkDocument(IDocument document, String pdfName)voidAccumulatedNodeSemanticChecker. checkSemanticDocument(IDocument document, String fileName)voidISemanticsChecker. checkSemanticDocument(IDocument document, String fileName) -
Uses of IDocument in org.verapdf.wcag.algorithms.semanticalgorithms.containers
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.containers that return IDocument Modifier and Type Method Description static IDocumentStaticContainers. getDocument()Methods in org.verapdf.wcag.algorithms.semanticalgorithms.containers with parameters of type IDocument Modifier and Type Method Description static voidStaticContainers. setDocument(IDocument document)static voidStaticContainers. updateContainers(IDocument document)
-