|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.3) Part Number E13941-03 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.apache.xml.serialize.EncodingInfo
weblogic.apache.xml.serialize.SieveEncodingInfo
public class SieveEncodingInfo
This class represents an encoding.
Constructor Summary | |
---|---|
SieveEncodingInfo(String mimeName,
int lastPrintable)
Deprecated. Creates new SeiveEncodingInfo instance. |
|
SieveEncodingInfo(String mimeName,
String javaName,
int lastPrintable,
String dangers)
Deprecated. Creates new SeiveEncodingInfo instance. |
Method Summary | |
---|---|
boolean |
isPrintable(int ch)
Deprecated. Checks whether the specified character is printable or not. |
Methods inherited from class weblogic.apache.xml.serialize.EncodingInfo |
---|
getName, getWriter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SieveEncodingInfo(String mimeName, String javaName, int lastPrintable, String dangers)
SeiveEncodingInfo
instance.
dangers
- A sorted characters that are always printed as character references.public SieveEncodingInfo(String mimeName, int lastPrintable)
SeiveEncodingInfo
instance.
Method Detail |
---|
public boolean isPrintable(int ch)
isPrintable
in class EncodingInfo
ch
- a code point (0-0x10ffff)
|
Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.3 API Reference 11g Release 1 (10.3.3) Part Number E13941-03 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |