|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnu.validator.htmlparser.io.Encoding
public class Encoding
| Field Summary | |
|---|---|
static Encoding |
UTF16
|
static Encoding |
UTF16BE
|
static Encoding |
UTF16LE
|
static Encoding |
UTF8
|
static Encoding |
WINDOWS1252
|
| Method Summary | |
|---|---|
boolean |
canEncode()
|
static Encoding |
forName(String name)
|
Encoding |
getActualHtmlEncoding()
Returns the actualHtmlEncoding. |
String |
getCanonName()
Returns the canonName. |
boolean |
isAsciiSuperset()
Returns the asciiSuperset. |
boolean |
isLikelyEbcdic()
Returns the likelyEbcdic. |
boolean |
isObscure()
Returns the obscure. |
boolean |
isRegistered()
|
boolean |
isShouldNot()
Returns the shouldNot. |
static void |
main(String[] args)
|
CharsetDecoder |
newDecoder()
|
CharsetEncoder |
newEncoder()
|
static String |
toAsciiLowerCase(String str)
|
static String |
toNameKey(String str)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Encoding UTF8
public static final Encoding UTF16
public static final Encoding UTF16LE
public static final Encoding UTF16BE
public static final Encoding WINDOWS1252
| Method Detail |
|---|
public static Encoding forName(String name)
public static String toNameKey(String str)
public static String toAsciiLowerCase(String str)
public boolean isAsciiSuperset()
public String getCanonName()
public boolean isLikelyEbcdic()
public boolean isObscure()
public boolean isShouldNot()
public boolean isRegistered()
public boolean canEncode()
Charset.canEncode()public CharsetDecoder newDecoder()
Charset.newDecoder()public CharsetEncoder newEncoder()
Charset.newEncoder()public Encoding getActualHtmlEncoding()
public static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||