Uses of Class
com.github.rjeschke.txtmark.Line
Packages that use Line
-
Uses of Line in com.github.rjeschke.txtmark
Fields in com.github.rjeschke.txtmark declared as LineModifier and TypeFieldDescriptionBlock.linesHead and tail of linked lines.Block.lineTailHead and tail of linked lines.Line.nextPrevious and next line.Line.previousPrevious and next line.Line.xmlEndLineFinal line of a XML block.Methods in com.github.rjeschke.txtmark with parameters of type LineModifier and TypeMethodDescriptionvoidBlock.appendLine(Line line) Appends the given line to this block.private voidEmitter.emitCodeLines(StringBuilder out, Line lines, String meta, boolean removeIndent) Writes a code block into the StringBuilder.private voidEmitter.emitMarkedLines(StringBuilder out, Line lines) Writes a set of markdown lines into the StringBuilder.private voidEmitter.emitRawLines(StringBuilder out, Line lines) Writes a set of raw lines into the StringBuilder.private intLine.readXMLComment(Line firstLine, int start) Reads an XML comment.voidBlock.removeLine(Line line) Removes the given line from this block.Splits this block's lines, creating a new child block having 'line' as it's lineTail.