public class HtmlToPlainText extends Object
| Constructor and Description |
|---|
HtmlToPlainText() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPlainText(org.jsoup.nodes.Element element)
Format an Element to plain-text
|
public String getPlainText(org.jsoup.nodes.Element element)
element - the root element to formatCopyright © 2022. All rights reserved.