public class ASCIICharacterSet extends java.lang.Object implements CharacterSet
| Modifier and Type | Field and Description |
|---|---|
static ASCIICharacterSet |
theInstance |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCanonicalName()
Get the preferred Java name of the character set.
|
static ASCIICharacterSet |
getInstance() |
boolean |
inCharset(int c)
Determine if a character is present in the character set
|
public static final ASCIICharacterSet theInstance
public static ASCIICharacterSet getInstance()
public final boolean inCharset(int c)
CharacterSetinCharset in interface CharacterSetpublic java.lang.String getCanonicalName()
CharacterSetgetCanonicalName in interface CharacterSetCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.