}
public final static XmlCharTypes getLatin1CharTypes()
{
if (sLatin1CharTypes == null) {
sLatin1CharTypes = new XmlCharTypes(MAIN_TABLE_SIZE);
fillInLatin1Chars(sLatin1CharTypes.TEXT_CHARS,
sLatin1CharTypes.ATTR_CHARS,
sLatin1CharTypes.NAME_CHARS,
sLatin1CharTypes.DTD_CHARS,
sLatin1CharTypes.OTHER_CHARS);