| Package | Description |
|---|---|
| com.github.rjeschke.txtmark |
| Modifier and Type | Field and Description |
|---|---|
Line |
Block.lines
Head and tail of linked lines.
|
Line |
Block.lineTail
Head and tail of linked lines.
|
Line |
Line.next
Previous and next line.
|
Line |
Line.previous
Previous and next line.
|
Line |
Line.xmlEndLine
Final line of a XML block.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Block.appendLine(Line line)
Appends the given line to this block.
|
void |
Block.removeLine(Line line)
Removes the given line from this block.
|
Block |
Block.split(Line line)
Splits this block's lines, creating a new child block having 'line' as
it's lineTail.
|
Copyright © 2016. All Rights Reserved.