Constant Field Values
Contents
org.jsoup.*
-
org.jsoup.examples.HtmlToPlainText Modifier and Type Constant Field Value private static final int
timeout
5000
private static final java.lang.String
userAgent
"Mozilla/5.0 (jsoup)"
-
org.jsoup.examples.org.jsoup.examples.HtmlToPlainText.FormattingVisitor Modifier and Type Constant Field Value private static final int
maxWidth
80
-
org.jsoup.helper.org.jsoup.helper.AuthenticationHandler Modifier and Type Constant Field Value static final int
MaxAttempts
5
-
org.jsoup.helper.org.jsoup.helper.CookieUtil Modifier and Type Constant Field Value private static final java.lang.String
Cookie2Name
"Cookie2"
private static final java.lang.String
CookieName
"Cookie"
private static final java.lang.String
Sep
"; "
-
org.jsoup.helper.DataUtil Modifier and Type Constant Field Value static final int
boundaryLength
32
private static final int
firstReadBufferSize
5120
-
org.jsoup.helper.HttpConnection Modifier and Type Constant Field Value public static final java.lang.String
CONTENT_ENCODING
"Content-Encoding"
public static final java.lang.String
CONTENT_TYPE
"Content-Type"
public static final java.lang.String
DEFAULT_UA
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36"
private static final java.lang.String
DefaultUploadType
"application/octet-stream"
public static final java.lang.String
FORM_URL_ENCODED
"application/x-www-form-urlencoded"
private static final int
HTTP_TEMP_REDIR
307
public static final java.lang.String
MULTIPART_FORM_DATA
"multipart/form-data"
private static final java.lang.String
USER_AGENT
"User-Agent"
-
org.jsoup.helper.HttpConnection.Response Modifier and Type Constant Field Value private static final java.lang.String
LOCATION
"Location"
private static final int
MAX_REDIRECTS
20
-
org.jsoup.helper.W3CDom Modifier and Type Constant Field Value private static final java.lang.String
ContextNodeProperty
"jsoupContextNode"
private static final java.lang.String
ContextProperty
"jsoupContextSource"
public static final java.lang.String
SourceProperty
"jsoupSource"
public static final java.lang.String
XPathFactoryProperty
"javax.xml.xpath.XPathFactory:jsoup"
-
org.jsoup.helper.W3CDom.W3CBuilder Modifier and Type Constant Field Value private static final java.lang.String
xmlnsKey
"xmlns"
private static final java.lang.String
xmlnsPrefix
"xmlns:"
-
org.jsoup.internal.SharedConstants Modifier and Type Constant Field Value public static final java.lang.String
AttrRangeKey
"jsoup.attrs"
public static final int
DefaultBufferSize
32768
public static final java.lang.String
EndRangeKey
"jsoup.end"
public static final java.lang.String
RangeKey
"jsoup.start"
public static final java.lang.String
UserDataKey
"/jsoup.userdata"
-
org.jsoup.internal.StringUtil Modifier and Type Constant Field Value private static final int
MaxCachedBuilderSize
8192
private static final int
MaxIdleBuilders
8
-
org.jsoup.nodes.Attributes Modifier and Type Constant Field Value protected static final java.lang.String
dataPrefix
"data-"
private static final java.lang.String
EmptyString
""
private static final int
GrowthFactor
2
private static final int
InitialCapacity
3
static final char
InternalPrefix
47
static final int
NotFound
-1
-
org.jsoup.nodes.DocumentType Modifier and Type Constant Field Value private static final java.lang.String
NAME
"name"
private static final java.lang.String
PUB_SYS_KEY
"pubSysKey"
private static final java.lang.String
PUBLIC_ID
"publicId"
public static final java.lang.String
PUBLIC_KEY
"PUBLIC"
private static final java.lang.String
SYSTEM_ID
"systemId"
public static final java.lang.String
SYSTEM_KEY
"SYSTEM"
-
org.jsoup.nodes.Entities Modifier and Type Constant Field Value static final int
codepointRadix
36
private static final int
empty
-1
private static final java.lang.String
emptyName
""
-
org.jsoup.nodes.Node Modifier and Type Constant Field Value static final java.lang.String
EmptyString
""
-
org.jsoup.parser.CharacterReader Modifier and Type Constant Field Value static final char
EOF
65535
static final int
maxBufferLen
32768
private static final int
maxStringCacheLen
12
private static final int
minReadAheadLen
1024
static final int
readAheadLimit
24576
private static final int
stringCacheSize
512
-
org.jsoup.parser.HtmlTreeBuilder Modifier and Type Constant Field Value private static final int
maxQueueDepth
256
public static final int
MaxScopeSearchDepth
100
private static final int
maxUsedFormattingElements
12
-
org.jsoup.parser.ParseErrorList Modifier and Type Constant Field Value private static final int
INITIAL_CAPACITY
16
-
org.jsoup.parser.Parser Modifier and Type Constant Field Value public static final java.lang.String
NamespaceHtml
"http://www.w3.org/1999/xhtml"
public static final java.lang.String
NamespaceMathml
"http://www.w3.org/1998/Math/MathML"
public static final java.lang.String
NamespaceSvg
"http://www.w3.org/2000/svg"
public static final java.lang.String
NamespaceXml
"http://www.w3.org/XML/1998/namespace"
-
org.jsoup.parser.org.jsoup.parser.Token Modifier and Type Constant Field Value static final int
Unset
-1
-
org.jsoup.parser.org.jsoup.parser.Token.Tag Modifier and Type Constant Field Value private static final int
MaxAttributes
512
-
org.jsoup.parser.org.jsoup.parser.Tokeniser Modifier and Type Constant Field Value static final char
replacementChar
65533
private static final int
Unset
-1
static final int
win1252ExtensionsStart
128
-
org.jsoup.parser.org.jsoup.parser.TokeniserState Modifier and Type Constant Field Value private static final char
eof
65535
static final char
nullChar
0
private static final char
replacementChar
65533
-
org.jsoup.parser.TokenQueue Modifier and Type Constant Field Value private static final char
ESC
92
-
org.jsoup.parser.XmlTreeBuilder Modifier and Type Constant Field Value private static final int
maxQueueDepth
256