Uses of Enum Class
org.jsoup.nodes.Entities.EscapeMode
Packages that use Entities.EscapeMode
-
Uses of Entities.EscapeMode in org.jsoup.nodes
Fields in org.jsoup.nodes declared as Entities.EscapeModeMethods in org.jsoup.nodes that return Entities.EscapeModeModifier and TypeMethodDescriptionDocument.OutputSettings.escapeMode()
Get the document's current HTML escape mode:base
, which provides a limited set of named HTML entities and escapes other characters as numbered entities for maximum compatibility; orextended
, which uses the complete set of HTML named entities.static Entities.EscapeMode
Returns the enum constant of this class with the specified name.static Entities.EscapeMode[]
Entities.EscapeMode.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.EscapeModeModifier and TypeMethodDescriptionprivate static void
Entities.appendEncoded
(Appendable accum, Entities.EscapeMode escapeMode, int codePoint) Document.OutputSettings.escapeMode
(Entities.EscapeMode escapeMode) Set the document's escape mode, which determines how characters are escaped when the output character set does not support a given character:- using either a named or a numbered escape.private static void
Entities.load
(Entities.EscapeMode e, String pointsData, int size)