public static interface Html2Txt.InlineElementFormatter
Html2Txt.ALL_INLINE_ELEMENTS| Modifier and Type | Method and Description |
|---|---|
void |
format(Html2Txt html2Txt,
Element element,
StringBuilder output)
Appends characters to the output; "
\n" represents a "break" ("<br />"). |
void format(Html2Txt html2Txt, Element element, StringBuilder output) throws Html2Txt.HtmlException
\n" represents a "break" ("<br />").Html2Txt.HtmlExceptionCopyright © 2016 Arno Unkrig. All rights reserved.