| Package | Description |
|---|---|
| org.jsoup.helper |
Package containing classes supporting the core jsoup code.
|
| org.jsoup.nodes |
HTML document structure nodes.
|
| Class and Description |
|---|
| 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 |
|---|
| Consumer
A functional interface (ala Java's
Consumer interface, implemented here for cross compatibility with Android. |
Copyright © 2009–2022 Jonathan Hedley. All rights reserved.