Package net.sf.saxon.charcode
Interface PluggableCharacterSet
- All Superinterfaces:
CharacterSet
- All Known Implementing Classes:
EucKRCharacterSet
,GB2312CharacterSet
This interface defines properties of a pluggable character set, that is, a user-supplied
character set. This is selected in xsl:output using encoding.XXX="class-name", where
XXX is the name of the encoding as used in the encoding property, and
class-name is the full name of an implementation of PluggableCharacterSet
-
Method Summary
Modifier and TypeMethodDescriptionDetermine the name of the Java character set encoding to be usedMethods inherited from interface net.sf.saxon.charcode.CharacterSet
inCharset
-
Method Details
-
getEncodingName
String getEncodingName()Determine the name of the Java character set encoding to be used
-