Uses of Class
com.github.rjeschke.txtmark.Block
Packages that use Block
-
Uses of Block in com.github.rjeschke.txtmark
Fields in com.github.rjeschke.txtmark declared as BlockModifier and TypeFieldDescriptionBlock.blocksHead and tail of child blocks.Block.blockTailHead and tail of child blocks.Block.nextNext block.Methods in com.github.rjeschke.txtmark that return BlockModifier and TypeMethodDescriptionprivate BlockProcessor.readLines()Reads all lines from our reader.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 BlockModifier and TypeMethodDescriptionvoidEmitter.emit(StringBuilder out, Block root) Transforms the given block recursively into HTML.private voidEmitter.emitLines(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 voidRecursively process the given Block.