net.sf.saxon.charcode

Class JavaCharacterSet

public class JavaCharacterSet 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 HashMap<Charset,JavaCharacterSet>map
Method Summary
StringgetCanonicalName()
booleaninCharset(int c)
static JavaCharacterSetmakeCharSet(Charset charset)

Field Detail

map

public static HashMap<Charset,JavaCharacterSet> map

Method Detail

getCanonicalName

public String getCanonicalName()

inCharset

public final boolean inCharset(int c)

makeCharSet

public static JavaCharacterSet makeCharSet(Charset charset)