com.icl.saxon.output
Interface CharacterSet
- All Known Subinterfaces:
- PluggableCharacterSet
- All Known Implementing Classes:
- Latin2CharacterSet, ASCIICharacterSet, CP1251CharacterSet, KOI8RCharacterSet, CP1250CharacterSet, Latin1CharacterSet, UnicodeCharacterSet
- public interface CharacterSet
This interface defines properties of a pluggable character set, that is, a user-supplied
character set. This is selected in xsl:output using encoding="class-name", where
class-name is the full name of an implementation of PluggableCharacterSet
Method Summary |
boolean |
inCharset(int ch)
Determine if a character is present in the character set |
inCharset
public boolean inCharset(int ch)
- Determine if a character is present in the character set