Package org.w3c.epubcheck.util.infra
Class InfraUtil
- java.lang.Object
-
- org.w3c.epubcheck.util.infra.InfraUtil
-
public final class InfraUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description privateInfraUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisASCIIWhitespace(char c)if a character is https://infra.spec.whatwg.org/#ascii-whitespace U+0009 TAB, U+000A LF, U+000C FF, U+000D CR, or U+0020 SPACE.
-