| Package | Description |
|---|---|
| org.jsoup.helper |
Package containing classes supporting the core jsoup code.
|
| org.jsoup.nodes |
HTML document structure nodes.
|
| Class and Description |
|---|
| DataUtil.BomCharset |
| HttpConnection.Base |
| HttpConnection.KeyVal |
| HttpConnection.Request |
| HttpConnection.Response |
| W3CDom
Helper class to transform a
Document to a org.w3c.dom.Document,
for integration with toolsets that use the W3C DOM. |
| Class and Description |
|---|
| ChangeNotifyingArrayList
Implementation of ArrayList that watches out for changes to the contents.
|
| Consumer
Deprecated.
Use
Consumer instead. This interface will be removed in the next release. If you
are targeting Android, see how to enable
desugaring. |