Class TextUtil
java.lang.Object
com.fasterxml.aalto.util.TextUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisAllWhitespace(char[] ch, int start, int len, boolean xml11) static booleanisAllWhitespace(String str, boolean xml11)
-
Method Details
-
isAllWhitespace
-
isAllWhitespace
public static boolean isAllWhitespace(char[] ch, int start, int len, boolean xml11)
-