public final class TextUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAllWhitespace(char[] ch,
int start,
int len,
boolean xml11) |
static boolean |
isAllWhitespace(String str,
boolean xml11) |
public static boolean isAllWhitespace(String str, boolean xml11)
public static boolean isAllWhitespace(char[] ch,
int start,
int len,
boolean xml11)
Copyright © 2019 FasterXML. All rights reserved.