org.apache.geronimo.system.configuration
Class SieveEncodingInfo
java.lang.Object
org.apache.geronimo.system.configuration.EncodingInfo
org.apache.geronimo.system.configuration.SieveEncodingInfo
public class SieveEncodingInfo
- extends EncodingInfo
This class represents an encoding.
Method Summary |
boolean |
isPrintable(int ch)
Checks whether the specified character is printable or not. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SieveEncodingInfo
public SieveEncodingInfo(String mimeName,
String javaName,
int lastPrintable,
String dangers)
- Creates new
SeiveEncodingInfo
instance.
- Parameters:
dangers
- A sorted characters that are always printed as character references.
SieveEncodingInfo
public SieveEncodingInfo(String mimeName,
int lastPrintable)
- Creates new
SeiveEncodingInfo
instance.
isPrintable
public boolean isPrintable(int ch)
- Checks whether the specified character is printable or not.
- Overrides:
isPrintable
in class EncodingInfo
- Parameters:
ch
- a code point (0-0x10ffff)
Copyright © 2006 Apache Software Foundation. All Rights Reserved.