| java.lang.Object org.apache.xml.serialize.EncodingInfo org.apache.xml.serialize.SieveEncodingInfo
SieveEncodingInfo | public class SieveEncodingInfo extends EncodingInfo (Code) | | This class represents an encoding.
version: $Id: SieveEncodingInfo.java,v 1.1 2000/12/14 19:21:55 lehors Exp $ |
Method Summary | |
public boolean | isPrintable(int ch) Checks whether the specified character is printable or not. |
checkerStream | BAOutputStream checkerStream(Code) | | |
SieveEncodingInfo | public SieveEncodingInfo(String mimeName, String javaName, int lastPrintable, String dangers)(Code) | | Creates new SeiveEncodingInfo instance.
Parameters: dangers - A sorted characters that are always printed as character references. |
SieveEncodingInfo | public SieveEncodingInfo(String mimeName, int lastPrintable)(Code) | | Creates new SeiveEncodingInfo instance.
|
isPrintable | public boolean isPrintable(int ch)(Code) | | Checks whether the specified character is printable or not.
Parameters: ch - a code point (0-0x10ffff) |
|
|