public class HtmlFormatter extends Formatter
Description into Html representation.| Constructor and Description |
|---|
HtmlFormatter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
formatLineBreak(StringBuilder state) |
protected void |
formatLink(StringBuilder state,
String link,
String description) |
protected void |
formatList(StringBuilder state,
String[] entries) |
protected void |
formatText(StringBuilder state,
String format,
String[] elements,
EnumSet<TextElement.TextStyle> styles) |
protected Formatter |
newInstance() |
protected void formatLink(StringBuilder state, String link, String description)
formatLink in class Formatterprotected void formatLineBreak(StringBuilder state)
formatLineBreak in class Formatterprotected void formatText(StringBuilder state, String format, String[] elements, EnumSet<TextElement.TextStyle> styles)
formatText in class Formatterprotected void formatList(StringBuilder state, String[] entries)
formatList in class Formatterprotected Formatter newInstance()
newInstance in class FormatterCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.