Uses of Package
org.jsoup.internal
Packages that use org.jsoup.internal
Package
Description
Package containing classes supporting the core jsoup code.
Util methods used by Jsoup.
HTML document structure nodes.
Contains the HTML parser, tag specifications, and HTML tokeniser.
Packages to support the CSS-style element selector.
-
Classes in org.jsoup.internal used by org.jsoup.helperClassDescriptionA 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.
-
Classes in org.jsoup.internal used by org.jsoup.internalClassDescriptionA 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.A jsoup internal class to wrap an Appendable and throw IOExceptions as SerializationExceptions.A version that wraps a StringBuilder, and so doesn't need the exception wrap.A simple implementation of a buffered input stream, in which we can control the byte[] buffer to recycle it.A SoftPool is a ThreadLocal that holds a SoftReference to a pool of initializable objects.A StringJoiner allows incremental / filtered joining of a set of stringable objects.
-
Classes in org.jsoup.internal used by org.jsoup.nodesClassDescriptionA jsoup internal class to wrap an Appendable and throw IOExceptions as SerializationExceptions.
-
Classes in org.jsoup.internal used by org.jsoup.parserClassDescriptionA SoftPool is a ThreadLocal that holds a SoftReference to a pool of initializable objects.
-
Classes in org.jsoup.internal used by org.jsoup.selectClassDescriptionA SoftPool is a ThreadLocal that holds a SoftReference to a pool of initializable objects.