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 Formatter
protected void formatLineBreak(StringBuilder state)
formatLineBreak
in class Formatter
protected void formatText(StringBuilder state, String format, String[] elements, EnumSet<TextElement.TextStyle> styles)
formatText
in class Formatter
protected void formatList(StringBuilder state, String[] entries)
formatList
in class Formatter
protected Formatter newInstance()
newInstance
in class Formatter
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.