Class GB2312CharacterSet
java.lang.Object
net.sf.saxon.charcode.GB2312CharacterSet
- All Implemented Interfaces:
CharacterSet, PluggableCharacterSet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringDetermine the name of the Java character set encoding to be usedstatic GB2312CharacterSetfinal booleaninCharset(int ch) Determine if a character is present in the character set
-
Constructor Details
-
GB2312CharacterSet
public GB2312CharacterSet()
-
-
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
-