void |
Block.appendLine(Line line) |
Appends the given line to this block.
|
private void |
Emitter.emitCodeLines(java.lang.StringBuilder out,
Line lines,
java.lang.String meta,
boolean removeIndent) |
Writes a code block into the StringBuilder.
|
private void |
Emitter.emitMarkedLines(java.lang.StringBuilder out,
Line lines) |
Writes a set of markdown lines into the StringBuilder.
|
private void |
Emitter.emitRawLines(java.lang.StringBuilder out,
Line lines) |
Writes a set of raw lines into the StringBuilder.
|
private int |
Line.readXMLComment(Line firstLine,
int start) |
Reads an XML comment.
|
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.
|