|
: Class UnicodeCharacterSet
com.icl.saxon.charcode
Class UnicodeCharacterSet
java.lang.Object
|
+--com.icl.saxon.charcode.UnicodeCharacterSet
- All Implemented Interfaces:
- CharacterSet
- public final class UnicodeCharacterSet
- extends java.lang.Object
- implements CharacterSet
This class defines properties of the Unicode character set
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnicodeCharacterSet
public UnicodeCharacterSet()
getInstance
public static UnicodeCharacterSet 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 interface CharacterSet
|