Uses of Package
org.jsoup.helper
Packages that use org.jsoup.helper
Package
Description
Contains the main
Jsoup class, which provides convenient static access to the jsoup functionality.Package containing classes supporting the core jsoup code.
Packages to support the CSS-style element selector.
-
Classes in org.jsoup.helper used by org.jsoupClassDescriptionA
RequestAuthenticatoris used inConnectionto authenticate if required to proxies and web servers. -
Classes in org.jsoup.helper used by org.jsoup.helperClassDescriptionHandles per request Authenticator-based authentication.A struct to return a detected charset, and a document (if fully read).Implementation of
Connection.A regular expression abstraction.ARequestAuthenticatoris used inConnectionto authenticate if required to proxies and web servers.Provides details for the request, to determine the appropriate credentials to return.A shim interface to support both HttpURLConnection and HttpClient implementations, in a multi-version jar.Helper class to transform aDocumentto aorg.w3c.dom.Document, for integration with toolsets that use the W3C DOM. -
Classes in org.jsoup.helper used by org.jsoup.select