Package com.icl.saxon.charcode
Class UnicodeCharacterSet
java.lang.Object
com.icl.saxon.charcode.UnicodeCharacterSet
- All Implemented Interfaces:
CharacterSet
This class defines properties of the Unicode character set
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UnicodeCharacterSet
boolean
inCharset
(int c) Determine if a character is present in the character set
-
Constructor Details
-
UnicodeCharacterSet
public UnicodeCharacterSet()
-
-
Method Details
-
getInstance
-
inCharset
public boolean inCharset(int c) Description copied from interface:CharacterSet
Determine if a character is present in the character set- Specified by:
inCharset
in interfaceCharacterSet
-