Class TextChunkUtils
- java.lang.Object
-
- org.verapdf.wcag.algorithms.semanticalgorithms.utils.TextChunkUtils
-
public class TextChunkUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static doubleWHITE_SPACE_FACTOR
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisSpaceChunk(TextChunk chunk)static booleanisWhiteSpaceChar(char symbol)static booleanisWhiteSpaceChunk(TextChunk chunk)
-
-
-
Field Detail
-
WHITE_SPACE_FACTOR
public static final double WHITE_SPACE_FACTOR
- See Also:
- Constant Field Values
-
-