net.sf.saxon.charcode
public class CP1252CharacterSet extends java.lang.Object implements CharacterSet
This file was kindly provided by Sectra AB, Sweden to the DocBook community. Author: Pontus Haglund
Modifier and Type | Field and Description |
---|---|
static CP1252CharacterSet |
theInstance |
Modifier and Type | Method and Description |
---|---|
static CP1252CharacterSet |
getInstance() |
boolean |
inCharset(int c)
Determine if a character is present in the character set
|
public static CP1252CharacterSet theInstance
public static CP1252CharacterSet getInstance()
public final boolean inCharset(int c)
CharacterSet
inCharset
in interface CharacterSet