Discounter

class Object
trait Matchable
class Any

Value members

Concrete methods

def knockoff(source: CharSequence): Seq[Block]

Parses and returns our best guess at the sequence of blocks. It will never fail, just log all suspicious things.

Parses and returns our best guess at the sequence of blocks. It will never fail, just log all suspicious things.

Inherited methods

def blockToText(block: Block)(writer: Writer): Unit
Inherited from
TextWriter
def blocksToText(blocks: Seq[Block])(writer: Writer): Unit
Inherited from
TextWriter
def createChunkStream(reader: Reader[Char]): Stream[(Chunk, Position)]
Inherited from
ChunkStreamFactory
def createChunkStream(str: String): Stream[(Chunk, Position)]
Inherited from
ChunkStreamFactory

Overridable factory method.

Overridable factory method.

Inherited from
ChunkStreamFactory
def spanToText(span: Span)(writer: Writer): Unit
Inherited from
TextWriter
def toText(blocks: Seq[Block]): String

Creates a Group representation of the document.

Creates a Group representation of the document.

Inherited from
TextWriter

Inherited fields