Package com.fasterxml.aalto.util
Class TextUtil
java.lang.Object
com.fasterxml.aalto.util.TextUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isAllWhitespace
(char[] ch, int start, int len, boolean xml11) static boolean
isAllWhitespace
(String str, boolean xml11)
-
Field Details
-
CHAR_SPACE
static final int CHAR_SPACE- See Also:
-
-
Constructor Details
-
TextUtil
private TextUtil()
-
-
Method Details
-
isAllWhitespace
-
isAllWhitespace
public static boolean isAllWhitespace(char[] ch, int start, int len, boolean xml11)
-