Class HtmlToPlainTextFormatter
- java.lang.Object
-
- step.repositories.reporting.formatting.HtmlToPlainTextFormatter
-
public class HtmlToPlainTextFormatter extends Object
-
-
Constructor Summary
Constructors Constructor Description HtmlToPlainTextFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPlainText(org.jsoup.nodes.Element element)
Format an Element to plain-text
-
-
-
Method Detail
-
getPlainText
public String getPlainText(org.jsoup.nodes.Element element)
Format an Element to plain-text- Parameters:
element
- the root element to format- Returns:
- formatted text
-
-