SpanContainerCompanion

laika.ast.SpanContainerCompanion

Common methods for simple span containers (without additional parameters).

Attributes

Source
containers.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BlockSequence.type
object BulletList.type
object BodyCell.type
object HeadCell.type
object EmbeddedRoot.type
object EnumList.type
object QuotedBlock.type
object RootElement.type
object Caption.type
object CodeSpanSequence.type
object Deleted.type
object Emphasized.type
object Inserted.type
trait Companion
object Paragraph.type
object ParsedLiteralBlock.type
trait Companion
object SpanSequence.type
object Strong.type
object Title.type
Show all

Members list

Type members

Types

Attributes

Source
containers.scala

Value members

Abstract methods

protected def createSpanContainer(spans: Seq[Span]): ContainerType

Attributes

Source
containers.scala

Concrete methods

def apply(text: String, texts: String*): ContainerType

Create an instance only containing only one or more Text spans

Create an instance only containing only one or more Text spans

Attributes

Source
containers.scala
def apply(span: Span, spans: Span*): ContainerType

Create an instance containing one or more spans

Create an instance containing one or more spans

Attributes

Source
containers.scala

Creates an empty instance

Creates an empty instance

Attributes

Source
containers.scala