Uses of Class
org.jsoup.internal.SoftPool
Packages that use SoftPool
Package
Description
Util methods used by Jsoup.
Contains the HTML parser, tag specifications, and HTML tokeniser.
Packages to support the CSS-style element selector.
-
Uses of SoftPool in org.jsoup.internal
Fields in org.jsoup.internal declared as SoftPoolModifier and TypeFieldDescription(package private) static final SoftPool<byte[]> SimpleBufferedInput.BufferPoolprivate static final SoftPool<StringBuilder> StringUtil.BuilderPool -
Uses of SoftPool in org.jsoup.parser
Fields in org.jsoup.parser declared as SoftPoolModifier and TypeFieldDescriptionprivate static final SoftPool<char[]> CharacterReader.BufferPoolCharacterReader.StringPool -
Uses of SoftPool in org.jsoup.select
Fields in org.jsoup.select declared as SoftPoolModifier and TypeFieldDescription(package private) static final SoftPool<NodeIterator<Node>> StructuralEvaluator.Has.NodeIterPool