Uses of Enum Class
org.jsoup.nodes.Entities.CoreCharset
Packages that use Entities.CoreCharset
-
Uses of Entities.CoreCharset in org.jsoup.nodes
Fields in org.jsoup.nodes declared as Entities.CoreCharsetModifier and TypeFieldDescription(package private) Entities.CoreCharset
Document.OutputSettings.coreCharset
Methods in org.jsoup.nodes that return Entities.CoreCharsetModifier and TypeMethodDescription(package private) static Entities.CoreCharset
static Entities.CoreCharset
Returns the enum constant of this class with the specified name.static Entities.CoreCharset[]
Entities.CoreCharset.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jsoup.nodes with parameters of type Entities.CoreCharsetModifier and TypeMethodDescriptionprivate static boolean
Entities.canEncode
(Entities.CoreCharset charset, char c, CharsetEncoder fallback)