| Package | Description |
|---|---|
| com.github.rjeschke.txtmark |
| Modifier and Type | Field and Description |
|---|---|
Block |
Block.blocks
Head and tail of child blocks.
|
Block |
Block.blockTail
Head and tail of child blocks.
|
Block |
Block.next
Next block.
|
| Modifier and Type | Method and Description |
|---|---|
Block |
Block.split(Line line)
Splits this block's lines, creating a new child block having 'line' as
it's lineTail.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Emitter.emit(StringBuilder out,
Block root)
Transforms the given block recursively into HTML.
|
void |
DefaultEmitter.emit(StringBuilder out,
Block root) |
void |
CleaningEmitter.emit(StringBuilder out,
Block root) |
Copyright © 2016. All Rights Reserved.