Package org.jsoup.helper
@NonnullByDefault
package org.jsoup.helper
Package containing classes supporting the core jsoup code.
-
ClassDescriptionImplementation of ArrayList that watches out for changes to the contents.Consumer<T>Deprecated.Helper functions to support the Cookie Manager / Cookie Storage in HttpConnection.Internal static utilities for handling data.Implementation of
Connection
.HttpConnection.Base<T extends Connection.Base<T>>A utility class to normalize input URLs.Validators to check that method arguments meet expectations.Validation exceptions, as thrown by the methods inValidate
.Helper class to transform aDocument
to aorg.w3c.dom.Document
, for integration with toolsets that use the W3C DOM.Implements the conversion by walking the input.
Consumer
instead.