Package net.sf.saxon.charcode
Class EucJPCharacterSet
- java.lang.Object
-
- net.sf.saxon.charcode.EucJPCharacterSet
-
- All Implemented Interfaces:
CharacterSet
public class EucJPCharacterSet extends java.lang.Object implements CharacterSet
-
-
Constructor Summary
Constructors Constructor Description EucJPCharacterSet()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getEncodingName()
static EucJPCharacterSet
getInstance()
boolean
inCharset(int ch)
Determine if a character is present in the character set
-
-
-
Method Detail
-
getInstance
public static EucJPCharacterSet getInstance()
-
inCharset
public final boolean inCharset(int ch)
Description copied from interface:CharacterSet
Determine if a character is present in the character set- Specified by:
inCharset
in interfaceCharacterSet
-
getEncodingName
public final java.lang.String getEncodingName()
-
-