Package org.jsoup.internal
Util methods used by Jsoup. Please don't depend on the APIs implemented here as the contents may change without
notice.
-
Class Summary Class Description ConstrainableInputStream Deprecated. useControllableInputStream
instead (but don't use that either, because this is jsoup internal!)ControllableInputStream A jsoup internal class (so don't use it as there is no contract API) that enables controls on a Buffered Input Stream, namely a maximum read size, and the ability to Thread.interrupt() the read.Normalizer Util methods for normalizing strings.SharedConstants jsoup constants used between packages.StringUtil A minimal String utility class.StringUtil.StringJoiner A StringJoiner allows incremental / filtered joining of a set of stringable objects. -
Annotation Types Summary Annotation Type Description FieldsAreNonnullByDefault Deprecated. Previously indicated that fields types are not nullable, unless otherwise specified by @Nullable.NonnullByDefault Deprecated. Previously indicated that all components (methods, returns, fields) are not nullable, unless otherwise specified by @Nullable.ReturnsAreNonnullByDefault Deprecated. Previously indicated that return types are not nullable, unless otherwise specified by @Nullable.