public interface CharacterSet
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCanonicalName()
Get the preferred Java name of the character set.
|
boolean |
inCharset(int ch)
Determine if a character is present in the character set
|
boolean inCharset(int ch)
ch
- the codepoint being testedjava.lang.String getCanonicalName()
Copyright (c) 2004-2022 Saxonica Limited. All rights reserved.