Constant Field Values
Contents
org.jsoup.*
-
org.jsoup.helper.HttpConnection Modifier and Type Constant Field Value public static final java.lang.StringCONTENT_ENCODING"Content-Encoding"public static final java.lang.StringCONTENT_TYPE"Content-Type"public static final java.lang.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 java.lang.StringFORM_URL_ENCODED"application/x-www-form-urlencoded"public static final java.lang.StringMULTIPART_FORM_DATA"multipart/form-data" -
org.jsoup.helper.W3CDom Modifier and Type Constant Field Value public static final java.lang.StringSourceProperty"jsoupSource"public static final java.lang.StringXPathFactoryProperty"javax.xml.xpath.XPathFactory:jsoup"
-
org.jsoup.nodes.Attributes Modifier and Type Constant Field Value protected static final java.lang.StringdataPrefix"data-" -
org.jsoup.nodes.DocumentType Modifier and Type Constant Field Value public static final java.lang.StringPUBLIC_KEY"PUBLIC"public static final java.lang.StringSYSTEM_KEY"SYSTEM"
-
org.jsoup.parser.HtmlTreeBuilder Modifier and Type Constant Field Value public static final intMaxScopeSearchDepth100