net.sf.saxon.charcode

Class UnknownCharacterSet

public class UnknownCharacterSet extends Object implements CharacterSet

This class establishes properties of a character set that is known to the Java VM but not specifically known to Saxon
Field Summary
static HashMapmap
Method Summary
booleaninCharset(int c)
static UnknownCharacterSetmakeCharSet(Charset charset)

Field Detail

map

public static HashMap map

Method Detail

inCharset

public final boolean inCharset(int c)

makeCharSet

public static UnknownCharacterSet makeCharSet(Charset charset)