SpanParserBuilder

laika.api.bundle.SpanParserBuilder
See theSpanParserBuilder companion class

Entry points for the builder API for span parsers.

The two entry points are either recursive if your parser implementation needs to recursively parse child spans defined by the host language or standalone if it doesn't.

Attributes

Companion
class
Source
ParserBuilder.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Creates a parser definition for a parser that depends on the parsers of the host languages for recursively parsing child elements.

Creates a parser definition for a parser that depends on the parsers of the host languages for recursively parsing child elements.

Attributes

Source
ParserBuilder.scala

Creates a parser definition for a parser that is independent from the parsers of the host languages.

Creates a parser definition for a parser that is independent from the parsers of the host languages.

Attributes

Source
ParserBuilder.scala