net.sf.saxon.charcode
public class EucKRCharacterSet extends java.lang.Object implements PluggableCharacterSet
Modifier and Type | Field and Description |
---|---|
static long[] |
flags |
Constructor and Description |
---|
EucKRCharacterSet() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEncodingName()
Determine the name of the Java character set encoding to be used
|
static EucKRCharacterSet |
getInstance() |
boolean |
inCharset(int ch)
Determine if a character is present in the character set
|
public static EucKRCharacterSet getInstance()
public final boolean inCharset(int ch)
CharacterSet
inCharset
in interface CharacterSet
public final java.lang.String getEncodingName()
PluggableCharacterSet
getEncodingName
in interface PluggableCharacterSet