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.
-
Classes in org.jsoup.helper used by org.jsoupClassDescriptionA
RequestAuthenticator
is used inConnection
to authenticate if required to proxies and web servers. -
Classes in org.jsoup.helper used by org.jsoup.helperClassDescriptionA
RequestAuthenticator
is used inConnection
to authenticate if required to proxies and web servers.Provides details for the request, to determine the appropriate credentials to return.Helper class to transform aDocument
to aorg.w3c.dom.Document
, for integration with toolsets that use the W3C DOM.