Interface HelpAppendable

All Superinterfaces:
Appendable
All Known Implementing Classes:
FilterHelpAppendable, TextHelpAppendable

public interface HelpAppendable extends Appendable
Defines a semantic scribe. The semantic scribe appends text to an output based on the semantic meaning of the type of string. For example, a Paragraph versus a Heading.

The representation of the semantics is dependent upon the format being output. For example, the plain text output for a paragraph may print the text followed by two line breaks, while an XHTML output would print the text surrounded by <p> and </p>.

Note the Appendable documentation on the topics of Unicode and threading, these comments also apply here.

Since:
1.10.0