com.icl.saxon.charcode

Class Latin2CharacterSet

Implemented Interfaces:
CharacterSet

public class Latin2CharacterSet
extends java.lang.Object
implements CharacterSet

This class defines properties of the ISO-8859-2 character set

Constructor Summary

Latin2CharacterSet()

Method Summary

boolean
inCharset(int ch)

Constructor Details

Latin2CharacterSet

public Latin2CharacterSet()

Method Details

inCharset

public final boolean inCharset(int ch)
Specified by:
inCharset in interface CharacterSet