Package | Description |
---|---|
org.jsoup.nodes |
HTML document structure nodes.
|
Modifier and Type | Method and Description |
---|---|
private static Entities.CoreCharset |
Entities.CoreCharset.byName(java.lang.String name) |
static Entities.CoreCharset |
Entities.CoreCharset.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Entities.CoreCharset[] |
Entities.CoreCharset.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static boolean |
Entities.canEncode(Entities.CoreCharset charset,
char c,
java.nio.charset.CharsetEncoder fallback) |