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