SpanParser

laika.bundle.SpanParser$
object SpanParser

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

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SpanParser.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

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