Uses of Class
com.github.rjeschke.txtmark.Block
-
Packages that use Block Package Description com.github.rjeschke.txtmark -
-
Uses of Block in com.github.rjeschke.txtmark
Fields in com.github.rjeschke.txtmark declared as Block Modifier and Type Field Description BlockBlock. blocksHead and tail of child blocks.BlockBlock. blockTailHead and tail of child blocks.BlockBlock. nextNext block.Methods in com.github.rjeschke.txtmark that return Block Modifier and Type Method Description private BlockProcessor. readLines()Reads all lines from our reader.BlockBlock. split(Line line)Splits this block's lines, creating a new child block having 'line' as it's lineTail.Methods in com.github.rjeschke.txtmark with parameters of type Block Modifier and Type Method Description voidEmitter. emit(java.lang.StringBuilder out, Block root)Transforms the given block recursively into HTML.private voidEmitter. emitLines(java.lang.StringBuilder out, Block block)Transforms lines into HTML.private voidProcessor. initListBlock(Block root)Initializes a list block by separating it into list item blocks.private voidProcessor. recurse(Block root, boolean listMode)Recursively process the given Block.
-