Uses of Package
org.jsoup.helper
-
Packages that use org.jsoup.helper Package Description org.jsoup Contains the mainJsoup
class, which provides convenient static access to the jsoup functionality.org.jsoup.helper Package containing classes supporting the core jsoup code.org.jsoup.nodes HTML document structure nodes. -
Classes in org.jsoup.helper used by org.jsoup Class Description RequestAuthenticator ARequestAuthenticator
is used inConnection
to authenticate if required to proxies and web servers. -
Classes in org.jsoup.helper used by org.jsoup.helper Class Description AuthenticationHandler Handles per request Authenticator-based authentication.AuthenticationHandler.AuthShim DataUtil.BomCharset HttpConnection.Base HttpConnection.KeyVal HttpConnection.Request HttpConnection.Response RequestAuthenticator ARequestAuthenticator
is used inConnection
to authenticate if required to proxies and web servers.RequestAuthenticator.Context Provides details for the request, to determine the appropriate credentials to return.W3CDom Helper class to transform aDocument
to aorg.w3c.dom.Document
, for integration with toolsets that use the W3C DOM. -
Classes in org.jsoup.helper used by org.jsoup.nodes Class Description ChangeNotifyingArrayList Implementation of ArrayList that watches out for changes to the contents.