Package net.sf.saxon.charcode
Interface CharacterSet
- All Known Subinterfaces:
PluggableCharacterSet
- All Known Implementing Classes:
ASCIICharacterSet
,Big5CharacterSet
,BuggyCharacterSet
,CP1250CharacterSet
,CP1251CharacterSet
,CP1252CharacterSet
,CP852CharacterSet
,EucJPCharacterSet
,EucKRCharacterSet
,GB2312CharacterSet
,ISO88591CharacterSet
,ISO88592CharacterSet
,ISO88595CharacterSet
,ISO88597CharacterSet
,ISO88598CharacterSet
,ISO88599CharacterSet
,KOI8RCharacterSet
,ShiftJISCharacterSet
,UnicodeCharacterSet
,UnknownCharacterSet
public interface CharacterSet
This interface defines properties of a character set, built in to the Saxon product.
This is selected in xsl:output using encoding="encoding-name", where
the mapping from an encoding-name to a class is defined in CharacterSetFactory.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
inCharset
(int ch) Determine if a character is present in the character set
-
Method Details
-
inCharset
boolean inCharset(int ch) Determine if a character is present in the character set
-