com.icl.saxon.output
Interface CharacterSet
- All Known Implementing Classes:
- ASCIICharacterSet, CP1251CharacterSet, KOI8RCharacterSet, Latin1CharacterSet, UnicodeCharacterSet
- public interface CharacterSet
This interface defines properties of a character set, specifically, a method to determine
whether a given Unicode character is in the character set or not.
Method Summary |
boolean |
inCharset(int c)
Determine whether a specified character is in the character set or not |
inCharset
public boolean inCharset(int c)
- Determine whether a specified character is in the character set or not