JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
inCharset
(int ch)
Determine if a character is present in the character set
Method Detail
inCharset
boolean inCharset(int ch)
Determine if a character is present in the character set
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method