Class HeadingAppendable
- java.lang.Object
-
- io.markdom.handler.text.commonmark.HeadingAppendable
-
- All Implemented Interfaces:
LineAppendable
public final class HeadingAppendable extends Object implements LineAppendable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappend(char character)voidappend(CharSequence characters)voidendLine()voidstartLine()
-
-
-
Method Detail
-
startLine
public void startLine()
- Specified by:
startLinein interfaceLineAppendable
-
append
public void append(char character)
- Specified by:
appendin interfaceLineAppendable
-
append
public void append(CharSequence characters)
- Specified by:
appendin interfaceLineAppendable
-
endLine
public void endLine()
- Specified by:
endLinein interfaceLineAppendable
-
-