Package net.sf.saxon.charcode
Class EucKRCharacterSet
java.lang.Object
net.sf.saxon.charcode.EucKRCharacterSet
- All Implemented Interfaces:
CharacterSet,PluggableCharacterSet
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringDetermine the name of the Java character set encoding to be usedstatic EucKRCharacterSetfinal booleaninCharset(int ch) Determine if a character is present in the character set
-
Field Details
-
flags
public static long[] flags
-
-
Constructor Details
-
EucKRCharacterSet
public EucKRCharacterSet()
-
-
Method Details
-
getInstance
-
inCharset
public final boolean inCharset(int ch) Description copied from interface:CharacterSetDetermine if a character is present in the character set- Specified by:
inCharsetin interfaceCharacterSet
-
getEncodingName
Description copied from interface:PluggableCharacterSetDetermine the name of the Java character set encoding to be used- Specified by:
getEncodingNamein interfacePluggableCharacterSet
-