Package net.sf.saxon.charcode
Class EucJPCharacterSet
java.lang.Object
net.sf.saxon.charcode.EucJPCharacterSet
- All Implemented Interfaces:
CharacterSet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal String
static EucJPCharacterSet
final boolean
inCharset
(int ch) Determine if a character is present in the character set
-
Constructor Details
-
EucJPCharacterSet
public EucJPCharacterSet()
-
-
Method Details
-
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
-