| Package | Description |
|---|---|
| org.jsoup.internal |
Util methods used by Jsoup.
|
| Modifier and Type | Method and Description |
|---|---|
StringUtil.StringJoiner |
StringUtil.StringJoiner.add(java.lang.Object stringy)
Add another item to the joiner, will be separated
|
StringUtil.StringJoiner |
StringUtil.StringJoiner.append(java.lang.Object stringy)
Append content to the current item; not separated
|