| net.sf.saxon.charcode.CharacterSet
All known Subclasses: net.sf.saxon.charcode.Latin1CharacterSet, net.sf.saxon.charcode.ASCIICharacterSet, net.sf.saxon.charcode.CP1252CharacterSet, net.sf.saxon.charcode.Latin2CharacterSet, net.sf.saxon.charcode.KOI8RCharacterSet, net.sf.saxon.charcode.CP1251CharacterSet, net.sf.saxon.charcode.UnicodeCharacterSet, net.sf.saxon.charcode.BuggyCharacterSet, net.sf.saxon.charcode.UnknownCharacterSet, net.sf.saxon.charcode.CP1250CharacterSet,
CharacterSet | public interface CharacterSet (Code) | | 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 | |
public boolean | inCharset(int ch) |
inCharset | public boolean inCharset(int ch)(Code) | | Determine if a character is present in the character set
|
|
|