Class InfraUtil
java.lang.Object
org.w3c.epubcheck.util.infra.InfraUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
Constructor Details
-
InfraUtil
private InfraUtil()
-
-
Method Details
-
isASCIIWhitespace
public static boolean isASCIIWhitespace(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.
-