public class HtmlToPlainTextFormatter extends Object
| Constructor and Description | 
|---|
HtmlToPlainTextFormatter()  | 
| 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 © 2020. All rights reserved.