public class XMLCharacterRecognizer extends Object
| Constructor and Description |
|---|
XMLCharacterRecognizer() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isWhiteSpace(char ch)
Returns whether the specified ch conforms to the XML 1.0 definition of whitespace.
|
static boolean |
isWhiteSpace(CharSequence chars)
Tell if the string is whitespace.
|
public static boolean isWhiteSpace(char ch)
S
for details.ch - Character to check as XML whitespace.public static boolean isWhiteSpace(CharSequence chars)
chars - CharSequence to check as XML whitespace.Copyright © 2022. All rights reserved.