Constant Field Values

Contents

org.jsoup.*

  • org.jsoup.helper.HttpConnection
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Content-Encoding"
    public static final String
    "Content-Type"
    public static final String
    "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 String
    "application/x-www-form-urlencoded"
    public static final String
    "multipart/form-data"
  • org.jsoup.helper.W3CDom
    Modifier and Type
    Constant Field
    Value
    public static final String
    "jsoupSource"
    public static final String
    "javax.xml.xpath.XPathFactory:jsoup"
  • org.jsoup.nodes.Attributes
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "data-"
  • org.jsoup.nodes.DocumentType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "PUBLIC"
    public static final String
    "SYSTEM"
  • org.jsoup.parser.HtmlTreeBuilder
    Modifier and Type
    Constant Field
    Value
    public static final int
    100
  • org.jsoup.parser.Parser
    Modifier and Type
    Constant Field
    Value
    public static final String
    "http://www.w3.org/1999/xhtml"
    public static final String
    "http://www.w3.org/1998/Math/MathML"
    public static final String
    "http://www.w3.org/2000/svg"
    public static final String
    "http://www.w3.org/XML/1998/namespace"