RecursiveSpanParserDelegate

laika.parse.markup.DefaultRecursiveSpanParsers.RecursiveSpanParserDelegate
protected class RecursiveSpanParserDelegate(delegate: Parser[Seq[Span]]) extends RecursiveSpanParser

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def parse(in: SourceFragment): Parsed[Seq[Span]]

Parses the specified input while leaving all error handling to the call-site. Use parseAndRecover instead if you want to allow the error handling to be controlled by user configuration.

Parses the specified input while leaving all error handling to the call-site. Use parseAndRecover instead if you want to allow the error handling to be controlled by user configuration.

Attributes

Parses the specified input while recovering from all errors by inserting instances of InvalidSpan which leaves the error handling to the user's configuration.

Parses the specified input while recovering from all errors by inserting instances of InvalidSpan which leaves the error handling to the user's configuration.

Attributes