public final class TextUtil
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static int |
CHAR_SPACE |
| Modifier | Constructor and Description |
|---|---|
private |
TextUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAllWhitespace(char[] ch,
int start,
int len,
boolean xml11) |
static boolean |
isAllWhitespace(java.lang.String str,
boolean xml11) |
static final int CHAR_SPACE