Uses of Class
org.verapdf.wcag.algorithms.entities.RepeatedCharacters
-
Packages that use RepeatedCharacters Package Description org.verapdf.gf.model.impl.sa org.verapdf.wcag.algorithms.semanticalgorithms.containers -
-
Uses of RepeatedCharacters in org.verapdf.gf.model.impl.sa
Constructors in org.verapdf.gf.model.impl.sa with parameters of type RepeatedCharacters Constructor Description GFSARepeatedCharacters(RepeatedCharacters repeatedCharacters) -
Uses of RepeatedCharacters in org.verapdf.wcag.algorithms.semanticalgorithms.containers
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.containers that return types with arguments of type RepeatedCharacters Modifier and Type Method Description static List<RepeatedCharacters>StaticContainers. getRepeatedCharacters()Method parameters in org.verapdf.wcag.algorithms.semanticalgorithms.containers with type arguments of type RepeatedCharacters Modifier and Type Method Description static voidStaticContainers. setRepeatedCharacters(List<RepeatedCharacters> repeatedCharacters)
-