Constant Field Values
Contents
org.jsoup.*
-
org.jsoup.helper.HttpConnection Modifier and Type Constant Field Value public static final StringCONTENT_ENCODING"Content-Encoding"public static final StringCONTENT_TYPE"Content-Type"public static final StringDEFAULT_UA"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36"public static final StringFORM_URL_ENCODED"application/x-www-form-urlencoded"public static final StringMULTIPART_FORM_DATA"multipart/form-data"
-
org.jsoup.nodes.Attributes Modifier and Type Constant Field Value protected static final StringdataPrefix"data-" -
org.jsoup.nodes.DocumentType Modifier and Type Constant Field Value public static final StringPUBLIC_KEY"PUBLIC"public static final StringSYSTEM_KEY"SYSTEM"
-
org.jsoup.parser.HtmlTreeBuilder Modifier and Type Constant Field Value public static final intMaxScopeSearchDepth100